text
stringlengths
54
60.6k
<commit_before><commit_msg>fix scissor override<commit_after><|endoftext|>
<commit_before>#include <jni.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <srt/srt.h> #define DEBUG #ifdef DEBUG #include <android/log.h> #define LOG_TAG "SRT-JNI" #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__) #define LOGD(...) __android_log_print(ANDROID_LOG_...
<commit_before>/***************************************************************************** * Media Library ***************************************************************************** * Copyright (C) 2015 Hugo Beauzée-Luyssen, Videolabs * * Authors: Hugo Beauzée-Luyssen<[email protected]> * * This program is f...
<commit_before>/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy...
<commit_before>/**************************************************************************** ** Meta object code from reading C++ file 'multilauemain.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0) ** ** WARNING! All changes made in this file will be lost! ****************************************...
<commit_before>/* * Copyright(c) Sophist Solutions, Inc. 1990-2014. All rights reserved */ #include "../../StroikaPreComp.h" #if qPlatform_Windows #include <Windows.h> #endif #include "../../../Foundation/Characters/Format.h" #include "../../../Foundation/Characters/Tokenize.h" #include "../../....
<commit_before>#pragma once #include <windows.h> #include <boost/asio.hpp> #include <stdexcept> #include "GenericTransport.hpp" namespace Ethereum{namespace Connector{ typedef boost::asio::windows::stream_handle NamedPipeSocket; class NamedPipeConnector { public: bool connect(NamedPipeSocket &, const...
<commit_before>// // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2 of the License, or (at your option) any later version. // // This library is distributed in t...
<commit_before>#include "ScanGridProvider.h" ScanGridProvider::ScanGridProvider() : cameraID(CameraInfo::Top) { DEBUG_REQUEST_REGISTER("Vision:ScanGridProvider:draw_verticals", "draw vertical scanlines", false); DEBUG_REQUEST_REGISTER("Vision:ScanGridProvider:draw_horizontals", "draw horizontal scanlines", false...
<commit_before>/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2008, Willow Garage, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the f...
<commit_before>//======================================================================= // Copyright Baptiste Wicht 2011. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) //======================================...
<commit_before>#include "loginscreenwidget.h" #include <iostream> #include <QCoreApplication> #include <QFormLayout> #include <QPalette> #include <QDialogButtonBox> using namespace std; loginScreenWidget::loginScreenWidget(MainWindow * parent): QWidget(parent) { parent_ = parent; //-----------------------...
<commit_before>/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the imp...
<commit_before>#define BENCHMARK_HAS_CXX11 #include "benchmark/benchmark.h" #include "serialisation/serialisation.h" #include <sstream> #include <chrono> class Testclass { public: Testclass() { std::stringstream ss; ss << rand(); mValue1 = rand(); while ( ( mValue2 = Util::U...
<commit_before>#include <iostream> #if WIN32 #include <winsock2.h> #include <ws2tcpip.h> #include <stdio.h> #pragma comment(lib, "Ws2_32.lib") #else #include <sys/socket.h> #include <arpa/inet.h> #endif #include <cstring> #include <string> #include <chrono> #include <errno.h> #include <vector> #include <mutex> #inclu...
<commit_before>#if !FEATURE_IPV4 #error [NOT_SUPPORTED] IPV4 not supported for this target #endif #include <algorithm> #include "mbed.h" #include "EthernetInterface.h" #include "TCPSocket.h" #include "greentea-client/test_env.h" #include "unity/unity.h" namespace { // Test connection information const cha...
<commit_before>/* This file is part of Zanshin Copyright 2014 Kevin Ottens <[email protected]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License or (at your ...
<commit_before>/* Copyright 2018 Iakov Kirilenko, CyberTech Labs Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
<commit_before><commit_msg>make CalcScore Method<commit_after><|endoftext|>
<commit_before>//============================================================================= // ■ VMtest.cxx //----------------------------------------------------------------------------- // 虚拟机测试程序。 // 扩展名用了.cxx,意思是“×不要自动编译”。 //============================================================================= #incl...
<commit_before>/* * Copyright (c) 2003 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: redistributions of source code must retain the above copyri...
<commit_before>/** * This file is part of the "tsdb" project * Copyright (c) 2015 Paul Asmuth, FnordCorp B.V. * * FnordMetric is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License v3.0. You should have received a * copy of the GNU General Public License a...
<commit_before>// moderngpu copyright (c) 2016, Sean Baxter http://www.moderngpu.com #pragma once #include "kernel_sortedsearch.hxx" #include "kernel_scan.hxx" #include "kernel_load_balance.hxx" BEGIN_MGPU_NAMESPACE template<typename launch_arg_t = empty_t, typename a_it, typename b_it, typename comp_t> mem_t<int2...
<commit_before>/* * Copyright (c) 2007 The Hewlett-Packard Development Company * All rights reserved. * * The license below extends only to copyright in the software and shall * not be construed as granting a license to any other intellectual * property including but not limited to intellectual property relating ...
<commit_before>/* * Copyright (c) [2014-2015] Novell, Inc. * Copyright (c) [2016-2017] SUSE LLC * * All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as published * by the Free Software Foundation. *...
<commit_before>#include "controller_ros.h" #include <tf/transform_datatypes.h> #include <eigen_conversions/eigen_msg.h> Controller::Controller(ros::NodeHandle nh) : nh(nh) { command_sub = nh.subscribe("joystick_motion_command", 10, &Controller::commandCallback, this); state_sub = nh.subscribe("state_estimate", ...
<commit_before>/************************************************************************* * UrBackup - Client/Server backup system * Copyright (C) 2011-2016 Martin Raiber * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public Licen...
<commit_before>/*========================================================================= * * Copyright UMC Utrecht and contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at...
<commit_before><commit_msg>Update token.cpp<commit_after><|endoftext|>
<commit_before>/****************************************************************************** * Main script for the 2017 RoboFishy Scripps AUV ******************************************************************************/ #include "Mapper.h" // Multithreading #include <pthread.h> #include <sched.h> #include <unistd...
<commit_before><?hh //strict /** * This file is part of hhpack\typesafety package. * * (c) Noritaka Horio <[email protected]> * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace hhpack\typesafety\message; use hhpack\publisher\...
<commit_before>/* * * Copyright (c) 2020-2021 Project CHIP Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *...
<commit_before>/* Copyright 2010, HudsonAlpha Institute for Biotechnology Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable...
<commit_before>//@author A0094446X #include "stdafx.h" #include <QApplication> #include <QList> #include "task_panel_manager.h" namespace You { namespace GUI { using Date = boost::gregorian::date; const QString MainWindow::TaskPanelManager::TASK_COLUMN_1 = "Hidden ID Column"; const QString MainWindow::TaskPanelManager...
<commit_before>// // Copyright (c) 2015 CNRS // Copyright (c) 2015 Wandercraft, 86 rue de Paris 91400 Orsay, France. // // This file is part of Pinocchio // Pinocchio is free software: you can redistribute it // and/or modify it under the terms of the GNU Lesser General Public // License as published by the Free Softwa...
<commit_before>//--------------------------------------------------------- // Copyright 2016 Ontario Institute for Cancer Research // Written by Jared Simpson ([email protected]) //--------------------------------------------------------- // // nanopolish_trainmodel - train a new pore model from // the FAST5 out...
<commit_before>/* --------------------------------------------------------------------- * Numenta Platform for Intelligent Computing (NuPIC) * Copyright (C) 2016, Numenta, Inc. Unless you have an agreement * with Numenta, Inc., for a separate license for this software code, the * following terms and conditions app...
<commit_before>/* bzflag * Copyright (c) 1993 - 2003 Tim Riker * * This package is free software; you can redistribute it and/or * modify it under the terms of the license found in the file * named COPYING that should have accompanied this file. * * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR ...
<commit_before>#ifndef CONTAINERS_ARCHIVE_VERSIONED_HPP_ #define CONTAINERS_ARCHIVE_VERSIONED_HPP_ #include "containers/archive/archive.hpp" #include "version.hpp" namespace archive_internal { // This is just used to implement serialize_cluster_version and // deserialize_cluster_version. // This defines how to seri...
<commit_before>// // interpreter.cpp // SimpleInformationRetrievalTools // // Created by ryecao on 6/9/15. // Copyright (c) 2015 Zhendong Cao. All rights reserved. // #include "interpreter.h" #include <iostream> #include <sstream> #include <string> #include <cctype> using namespace std; vector<pair<string,string...
<commit_before>/* For more information, please see: http://software.sci.utah.edu The MIT License Copyright (c) 2010 Scientific Computing and Imaging Institute, University of Utah. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documenta...
<commit_before>/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one ...
<commit_before>#include <iostream> #include <random> #include <fstream> #include <cstdlib> #include <cmath> #include <algorithm> int main(int argc, char *argv[]){ int SEED = atoi(argv[1]); // Seed int N = atoi(argv[2]); // Number of nodes int M = atoi(argv[3]); // Number of nodes int m0 = 5; ...
<commit_before>// Time: O(n) // Space: O(n) /** * Definition of TreeNode: * class TreeNode { * public: * int val; * TreeNode *left, *right; * TreeNode(int val) { * this->val = val; * this->left = this->right = NULL; * } * } */ class Solution { public: /** * @param ...
<commit_before>// Copyright (c) 2017 The e-Gulden Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "oerushield/oerushield.h" #include "base58.h" #include "chainparams.h" #include "oerushield/oerudb.h" #i...
<commit_before>// Copyright (c) 2017 The e-Gulden Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "oerushield/oerushield.h" #include "base58.h" #include "chainparams.h" #include "oerushield/oerudb.h" #i...
<commit_before>#include "PictureRenderer.h" #include "SamplePipeControllers.h" #include "SkCanvas.h" #include "SkDevice.h" #include "SkGPipe.h" #include "SkPicture.h" #include "SkTDArray.h" #include "SkTypes.h" #include "picture_utils.h" #if SK_SUPPORT_GPU #include "SkGpuDevice.h" #endif namespace sk_tools { enum { ...
<commit_before>//===----------------------------------------------------------------------===// // The LLVM analyze utility // // This utility is designed to print out the results of running various analysis // passes on a program. This is useful for understanding a program, or for // debugging an analysis pass. // /...
<commit_before>#include "multiverse.h" #include "game_window.h" #include "cosmos.h" #include "game/types_specification/all_component_includes.h" multiverse::multiverse() : main_cosmos_timer(60, 5) { main_cosmos = cosmos(); main_cosmos.reserve_storage_for_entities(50000); main_cosmos.advance_deterministic_schemat...
<commit_before>// Copyright 2019 The TCMalloc Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applic...
<commit_before>#include "InstructionLexer.hpp" #include <functional> #include <iostream> #include <regex> #include <utility> #include <vector> #include "boost/range/algorithm.hpp" #include "boost/tokenizer.hpp" Tokens InstructionLexer::parseInstructions(const std::string& input) { boost::tokenizer<boost::char_se...
<commit_before>#include <v8.h> #include <node.h> #include <node_buffer.h> #include <cstring> using namespace v8; using namespace node; namespace { // this is an application of the Curiously Recurring Template Pattern template <class T> struct UnaryAction { Handle<Value> apply(Buffer& buffer, const Arguments& args...
<commit_before>/* * Copyright(c) Sophist Solutions, Inc. 1990-2016. All rights reserved */ #include "../../StroikaPreComp.h" #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #if qPlatform_Windows #include <io.h> #elif qPlatform_POSIX #include <unistd.h> #endif #include "....
<commit_before>/*========================================================================= * * Copyright Insight Software Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
<commit_before>/*************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation ([email protected]) ** ** This file is part of libmeegotouch. ** ** If you have questions regarding t...
<commit_before>/* * Thread.hpp * * Copyright (C) 2020 by RStudio, PBC * * Unless you have received this program directly from RStudio pursuant * to the terms of a commercial license agreement with RStudio, then * this program is licensed to you under the terms of version 3 of the * GNU Affero General Public Lic...
<commit_before>// ROOT6 modifications #ifdef __CLING__ #include <AliAnalysisManager.h> #include <AliAODInputHandler.h> #include <AliDielectronVarCuts.h> // Tell ROOT where to find AliPhysics headers R__ADD_INCLUDE_PATH($ALICE_PHYSICS) #include <PWGDQ/dielectron/macrosLMEE/Config_miweber_LMEE_PbPb_woCutLib.C> #endif ...
<commit_before>/**************************************************************************** * * Copyright (c) 2019 PX4 Development Team. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: *...
<commit_before>/* * Copyright 2007-2020 CM4all GmbH * All rights reserved. * * author: Max Kellermann <[email protected]> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must...
<commit_before>/* bzflag * Copyright (c) 1993 - 2004 Tim Riker * * This package is free software; you can redistribute it and/or * modify it under the terms of the license found in the file * named COPYING that should have accompanied this file. * * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR ...
<commit_before>/* bzflag * Copyright (c) 1993 - 2004 Tim Riker * * This package is free software; you can redistribute it and/or * modify it under the terms of the license found in the file * named LICENSE that should have accompanied this file. * * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR ...
<commit_before>/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "...
<commit_before>#include "robot_diagrams_0.0.hpp" #include <iostream> #include <fstream> #include <iterator> #include <string> #include <vector> #include <cstdlib> std::vector<std::string> split(std::string s) { std::stringstream ss(s); std::istream_iterator<std::string> begin(ss); std::istream_iterator<std::str...
<commit_before>#include "mocca/base/CommandLineParser.h" #include "mocca/base/Containers.h" #include "mocca/base/Error.h" #include "mocca/base/StringTools.h" #include <iostream> #include <sstream> using namespace mocca; CommandLineParser::CommandLineParser() { Option usage; usage.key = "--usage"; usage....
<commit_before>// This file is a part of the OpenSurgSim project. // Copyright 2012-2013, SimQuest Solutions Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apac...
<commit_before>/******************************************************************************\ * File: header.cpp * Purpose: Implementation of wxExHeader class * Author: Anton van Wezenbeek * RCS-ID: $Id$ * * Copyright (c) 2009 Anton van Wezenbeek * All rights are reserved. Reproduction in...
<commit_before>/******************************************************************************\ * File: lexers.cpp * Purpose: Implementation of wxExLexers classes * Author: Anton van Wezenbeek * RCS-ID: $Id$ * * Copyright (c) 2008-2009 Anton van Wezenbeek * All rights are reserved. Reproduc...
<commit_before>/** * Script.cpp * * Implementation file for the script class * * @author Emiel Bruijntjes <[email protected]> * @copyright 2014 Copernica BV */ /** * Dependencies */ #include "includes.h" #include <mutex> /** * Open PHP namespace */ namespace Php { /** * Helper class t...
<commit_before>/*========================================================================= Program: Insight Segmentation & Registration Toolkit Module: itkMinimumMaximumImageCalculatorTest.cxx Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) 2001 Insight Consortium All rights reserv...
<commit_before>// Test the mmap_limit_mb flag. // // RUN: %clangxx_asan -O2 %s -o %t // RUN: %run %t 100 16 // RUN: %run %t 100 1000000 // RUN: env ASAN_OPTIONS=mmap_limit_mb=500 %run %t 50 16 // RUN: env ASAN_OPTIONS=mmap_limit_mb=500 %run %t 50 1000000 // RUN: env ASAN_OPTIONS=mmap_limit_mb=500 not %run %t 500 16 2>&...
<commit_before>// Copyright (c) 2011 The Native Client Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "native_client/tests/ppapi_test_lib/get_browser_interface.h" #include "native_client/tests/ppapi_test_lib/test_interface....
<commit_before>/********************************************************************** * File: serialis.cpp (Formerly serialmac.h) * Description: Inline routines and macros for serialisation functions * Author: Phil Cheatle * * (C) Copyright 1990, Hewlett-Packard Ltd. ** Licensed under the Apache Lic...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses...
<commit_before>/* This file is part of VoltDB. * Copyright (C) 2008-2013 VoltDB Inc. * * This file contains original code and/or modifications of original code. * Any modifications made by VoltDB Inc. are licensed under the following * terms and conditions: * * This program is free software: you can redistribute...
<commit_before>/* * Copyright 2006 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SkDiscretePathEffect.h" #include "SkFixed.h" #include "SkPathMeasure.h" #include "SkPointPriv.h" #include "SkReadBuffer.h" #inclu...
<commit_before> /* * Copyright 2006 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SkTypes.h" static const size_t kBufferSize = 256; #define LOG_TAG "skia" #include <android/log.h> void SkDebugf(const char fo...
<commit_before>#include <iostream> #include <fstream> #include "pin.H" #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <fcntl.h> #include <sys/shm.h> #include <cstdlib> #include <cstring> #include <sched.h> #include <sys/time.h> #include <sys/resource.h> #include "IPCBase...
<commit_before>/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation ([email protected]) ** ** This file is part of the QtDeclarative module of the Qt Toolkit. ** ** $QT_...
<commit_before>// License: Apache 2.0. See LICENSE file in root directory. // Copyright(c) 2018 Intel Corporation. All Rights Reserved. #include "../include/librealsense2/rs.hpp" #include "../include/librealsense2/rsutil.h" #include "proc/synthetic-stream.h" #include "proc/occlusion-filter.h" //#include "../../common...
<commit_before>/*************************************************************************/ /* register_types.cpp */ /*************************************************************************/ /* This file is part of: */ /...
<commit_before>#include "partition/partitioner.hpp" #include "partition/annotated_partition.hpp" #include "partition/bisection_graph.hpp" #include "partition/compressed_node_based_graph_reader.hpp" #include "partition/edge_based_graph_reader.hpp" #include "partition/node_based_graph_to_edge_based_graph_mapping_reader.h...
<commit_before>// This header intentionally has no include guards. // Preparing ConfigIndex, etc for remapclasses_initialize_vector_loader. // And, it's a valuable opportunity to traverse checkbox.xml. (it takes very long time!) // We handle other data at this time. // // Targets: // - ConfigIndex (for <only>,<not> ...
<commit_before>#include <iostream> #include <fstream> #include <codecvt> //#include <cstddef> #include <locale> #include <clocale> #include <string> #include <iomanip> #include <ctime> #include "cp-neural.h" using std::wcout; using std::wstring; using std::cerr; using std::vector; class Text { private: bool isin...
<commit_before>/***************************************************************************** * Project: RooFit * * Package: RooFitCore * * File: $Id: RooProdPdf.cc,v 1.32 2002/11/18 19:57:44 wverkerke ...
<commit_before>/* * Copyright (c) 2002 - present, H. Hernan Saez * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright * ...
<commit_before><commit_msg>Move IBL settings in their own category<commit_after><|endoftext|>
<commit_before>/****************************************************************************** * Copyright 2017 The Apollo Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
<commit_before><commit_msg>Added onObjLoad function<commit_after><|endoftext|>
<commit_before>/****************************************************************************** * Copyright 2018 The Apollo Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
<commit_before>#include "glesplash.h" #include "shaders.h" #include <EGL/egl.h> const float vertexArray[] = { -1.0, 1.0, 0.0, -1.0, -1.0, 0.0, 1.0, -1.0, 0.0, 1.0, 1.0, 0.0, -1.0, 1.0, 0.0 }; const float textureArray[] = { 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0, ...
<commit_before>#include "rdb_protocol/terms/terms.hpp" #include "rdb_protocol/error.hpp" #include "rdb_protocol/op.hpp" namespace ql { class pend_term_t : public op_term_t { public: pend_term_t(env_t *env, protob_t<const Term> term) : op_term_t(env, term, argspec_t(2)) { } protected: enum which_pend_t {PRE, ...
<commit_before><commit_msg>more tests for ScRangeList::DeleteArea<commit_after><|endoftext|>
<commit_before>/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: servobj.hxx,v $ * * $Revision: 1.5 $ * * last change: $Author: rt $ $Date: 2005-09-08 21:49:48 $ * * The Contents of this file are made a...
<commit_before>/************************************************************************* * * $RCSfile: olkact.cxx,v $ * * $Revision: 1.2 $ * * last change: $Author: nn $ $Date: 2000-09-22 18:37:37 $ * * The Contents of this file are made available subject to the terms of * either of the following license...
<commit_before>// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "lid_space_compaction_job_take2.h" #include "i_document_scan_iterator.h" #include "i_lid_space_compaction_handler.h" #include "i_operation_storer.h" #include <vespa/searchcore/proton...
<commit_before>//! Copyright (c) 2013 ASMlover. All rights reserved. //! //! Redistribution and use in source and binary forms, with or without //! modification, are permitted provided that the following conditions //! are met: //! //! * Redistributions of source code must retain the above copyright //! notice, thi...
<commit_before>/* * Copyright (c) 2011-2015, Intel Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, ...
<commit_before>#pragma once #include "singleton.hpp" #include "restag.hpp" #include "optional.hpp" #include <unordered_map> namespace spi { //! 名前付きリソースマネージャ /*! 中身の保持はすべてスマートポインタで行う シングルスレッド動作 */ template < class T, class K = std::string, class Allocator = std::allocator<T> > class ResMgrName { publ...
<commit_before>/*! * Copyright (c) 2018 by Contributors * \file alter_op_layout.cc * \brief Alter the operator layouts. Keep inferred layouts (if any) from previous stages. * e.g., convolution may calculates faster with NCHW16c layout. */ #include <nnvm/pass.h> #include <nnvm/op_attr_types.h> #include <nnv...
<commit_before>/* Copyright (c) 2007 Till Adam <[email protected]> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any late...