text
stringlengths
4
6.14k
#ifndef _FILE_UTIL_H_INCLUDED_ #define _FILE_UTIL_H_INCLUDED_ #include <windows.h> inline BOOL IsFileExist(LPCTSTR path) { return GetFileAttributes(path) != -1; } #endif
/********************************************************************** ** Copyright (C) 2000-2008 Trolltech ASA. All rights reserved. ** ** This file is part of Qt Designer. ** ** This file may be used under the terms of the GNU General ** Public License versions 2.0 or 3.0 as published by the Free ** Software Founda...
#pragma once /* * Copyright (C) 2005-2013 Team XBMC * http://www.xbmc.org * * 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, or (at your option) * any late...
/* -*- c++ -*- ---------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator https://www.lammps.org/ Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04-9...
/*- * Copyright (c) 2000 Brian Somers <brian@Awfulhak.org> * 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...
/* This file was generated from java/lang/Long.java and is licensed under * the same terms. The copyright and license information for * java/lang/Long.java follows. * * Copyright (c) 1994, 2009, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * *...
/* -*- c++ -*- ---------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator https://www.lammps.org/, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04-...
/* * Copyright (C) 1996-2016 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. * Please see the COPYING and CONTRIBUTORS files for details. */ #ifndef SQUID_LOADABLE_MODULES_H #define SQU...
// Copyright (C) 2010,2011,2012 GlavSoft LLC. // All rights reserved. // //------------------------------------------------------------------------- // This file is part of the TightVNC software. Please visit our Web site: // // http://www.tightvnc.com/ // // This program is free software...
/*------------------------------------------------------------------------*/ /*--- A simple pool (memory) allocator implementation. m_poolalloc.c --- */ /*------------------------------------------------------------------------*/ /* This file is part of Valgrind, a dynamic binary instrumentation framework. C...
#include "load.h" #include <stdio.h> #include <stdlib.h> #include <glib.h> #include <errno.h> #include <string.h> #include <unistd.h> #include "aux.h" #include "log.h" #include "main.h" int load_average; // times 100 int cpu_usage; // percent times 100 (0 - 9999) static long used_last, idle_last; void load_thread(vo...
#pragma once #include "../../Shared.h" #include "ui_InspectorAtemAudioInputBalanceWidget.h" #include "AtemDevice.h" #include "Events/Atem/AtemDeviceChangedEvent.h" #include "Commands/Atem/AtemAudioInputBalanceCommand.h" #include "Events/Rundown/RundownItemSelectedEvent.h" #include "Models/LibraryModel.h" ...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "InformationElements" * found in "../asn/InformationElements.asn" * `asn1c -fcompound-names -fnative-types` */ #include "TimeInterval.h" int TimeInterval_constraint(asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constraint_f...
/* Copyright 2009 Jason Moxham This file is part of the MPIR Library. The MPIR 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.1 of the License, or (at your option) any later vers...
/****************************************************************\ * * * fastaexplode : break a fasta file into individual sequences * * * * Guy St.C. Slater.. mailto:guy@ebi.ac.uk ...
#ifndef _SDHC_H_ #define _SDHC_H_ /* Constants */ #define SDHC_SECTOR_SIZE 0x200 #ifdef __cplusplus extern "C" { #endif /* Prototypes */ bool SDHC_Init(void); bool SDHC_Close(void); bool SDHC_ReadSectors(u32, u32, void *); bool SDHC_WriteSectors(u32, u32, void *); extern int sdhc_mode_sd; #ifdef __cplusplus }...
/* protocol tests - eventd protocol Copyright (C) Amitay Isaacs 2017 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 3 of the License, or (at your option) any later...
/* * Copyright 2004, 2005 PathScale, Inc. All Rights Reserved. */ /* Copyright (C) 1999-2001, Silicon Graphics, Inc. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of version 2.1 of the GNU Lesser General Public License as published by the Fre...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "PDU-definitions" * found in "../asn/PDU-definitions.asn" * `asn1c -fcompound-names -fnative-types` */ #ifndef _UplinkPhysicalChannelControl_v6a0ext_IEs_H_ #define _UplinkPhysicalChannelControl_v6a0ext_IEs_H_ #include <asn_applicati...
/* @license * This file is part of the Game Closure SDK. * * The Game Closure SDK is free software: you can redistribute it and/or modify * it under the terms of the Mozilla Public License v. 2.0 as published by Mozilla. * The Game Closure SDK is distributed in the hope that it will be useful, * but WITHOUT ANY...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "InformationElements" * found in "../asn/InformationElements.asn" * `asn1c -fcompound-names -fnative-types` */ #ifndef _EUTRA_MeasuredResults_vb50ext_H_ #define _EUTRA_MeasuredResults_vb50ext_H_ #include <asn_application.h> /* Incl...
/* _______ ____ __ ___ ___ * \ _ \ \ / \ / \ \ / / ' ' ' * | | \ \ | | || | \/ | . . * | | | | | | || ||\ /| | * | | | | | | || || \/ | | ' ' ' * | | | | |...
/* This file is part of darktable, Copyright (C) 2015-2020 darktable developers. darktable 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 3 of the License, or (at your option) an...
/* Test whether a wide character has a given property. Copyright (C) 2011-2014 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2011. 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 Fre...
//_____________________________________________________________________________ /*! \class genie::nuvld::GuiNuXSecSqlInputs \brief \author Costas Andreopoulos (Rutherford Lab.) <costas.andreopoulos \at stfc.ac.uk> \created August 25, 2004 */ //_________________________________________________________________...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "InformationElements" * found in "../asn/InformationElements.asn" * `asn1c -fcompound-names -fnative-types` */ #ifndef _RAB_InformationSetupList_v820ext_H_ #define _RAB_InformationSetupList_v820ext_H_ #include <asn_application.h> /...
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef BASE_ANDROID_ANDROID_HARDWARE_BUFFER_ABI_H_ #define BASE_ANDROID_ANDROID_HARDWARE_BUFFER_ABI_H_ // Minimal binary interface definitions for AHard...
/**************************************************************************** ** ** Copyright (C) 2016 Jochen Becher ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance with th...
/* * Copyright (c) 2002-2007 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file ex...
/* * Copyright (c) 2009, The MilkyTracker 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: * * - Redistributions of source code must retain the above copyright notice, * this list o...
/* =========================================================================== Copyright (C) 1999-2010 id Software LLC, a ZeniMax Media company. This file is part of Spearmint Source Code. Spearmint Source Code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licens...
/* * input.h * * Created on: 20/apr/2015 * Author: ibanez89 */ #ifndef INPUT_H_ #define INPUT_H_ void lettura_numero(unsigned int *numeroPtr); #endif /* INPUT_H_ */
// TP OpenGL: Joerg Liebelt, Serigne Sow //on ajoute des arbres #ifndef __TREEBOX_H__ #define __TREEBOX_H__ #include "quadtree.h" class TREE { private: QImage texture; GLuint texID; bool iwanttrees; float treeSizeFactor; int numTrees; qglviewer::Vec* treeInfo; //ici, je casse la beaute de mon architectu...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "InformationElements" * found in "../asn/InformationElements.asn" * `asn1c -fcompound-names -fnative-types` */ #include "UL-TS-ChannelisationCodeList-VHCR.h" static asn_per_constraints_t asn_PER_type_UL_TS_ChannelisationCodeList_VHCR...
#ifndef SCHED_AFFINITY_WIN32_WRAPPER_H #define SCHED_AFFINITY_WIN32_WRAPPER_H typedef __int64 cpu_set_t; typedef HANDLE pid_t; static inline int CPU_ISSET(__int64 cpu, cpu_set_t *set) { return((*set & ((__int64) 1 << cpu)) ? 1 : 0); } static inline int sched_setaffinity(pid_t pid, unsigned int cpusetsize...
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "InformationElements" * found in "../asn/InformationElements.asn" * `asn1c -fcompound-names -fnative-types` */ #ifndef _PDCP_Info_H_ #define _PDCP_Info_H_ #include <asn_application.h> /* Including external dependencies */ #include ...
/******************************************************************************* Copyright (C) The University of Auckland OpenCOR 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 3 of the License, ...
/* This file is part of Telegram Desktop, the official desktop version of Telegram messaging app, see https://telegram.org Telegram Desktop 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 3 of the ...
// // Copyright 2016, AdColony, Inc. // #import <GoogleMobileAds/GoogleMobileAds.h> @interface GADMAdapterAdColonyExtras : NSObject<GADAdNetworkExtras> /// Optional custom identifier for the current user for rewarded video, this will be used within /// server authoritative rewards. /// This must be 128 characters or...
/*-*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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 at http://mozilla.org/MPL/2.0/. */ #ifndef nsISO88598IToUnicode_h___ #...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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 at http://mozilla.org/MPL/2.0/. */ #ifndef nsWindowMap_h_ #define nsW...
/* * Copyright (C) 2007 Tommi Maekitalo * * 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 option) any later version. * * This program is di...
#ifndef CRYPTOPP_OSRNG_H #define CRYPTOPP_OSRNG_H //! \file #include "config.h" #ifdef OS_RNG_AVAILABLE #include "randpool.h" #include "rng.h" #include "aes.h" #include "sha.h" #include "fips140.h" NAMESPACE_BEGIN(CryptoPP) //! Exception class for Operating-System Random Number Generator. class...
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (info@qt.nokia.com) ** ** ** GNU Lesser General Public License Usage ** ** This file may be used unde...
/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the Qt Designer of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** G...
/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * * 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 versi...
/************************************************************************** ** ** Copyright (C) 2013 Openismus GmbH. ** Authors: Peter Penz (ppenz@openismus.com) ** Patricia Santana Cruz (patriciasantanacruz@gmail.com) ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Com...
#import <Foundation/Foundation.h> #import <CoreData/CoreData.h> FOUNDATION_EXTERN NSString * const MITCoreDataThreadLocalContextKey; @interface CoreDataManager : NSObject @property (nonatomic, readonly) NSManagedObjectModel *managedObjectModel; @property (nonatomic, readonly) NSManagedObjectContext *managedObjectCont...
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** Author: Milian Wolff, KDAB (milian.wolff@kdab.com) ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** License...
/* SDL - Simple DirectMedia Layer Copyright (C) 1997-2009 Sam Lantinga 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 opt...
/* file model.c */ #include <R.h> static double parms[14]; #define p parms[0] #define d parms[1] #define e parms[2] #define s parms[3] #define KA parms[4] #define KE parms[5] #define VD parms[6] #define EC50 parms[7] #define n parms[8] #define delta parms[9] #define c parms[10] #define DOSE parms[11] #define TINF parms...
/* radare - LGPL - Copyright 2017 - pancake */ #include <r_fs.h> #include <r_lib.h> #include <sys/stat.h> static RFSFile *fs_io_open(RFSRoot *root, const char *path) { char *cmd = r_str_newf ("m %s", path); char *res = root->iob.system (root->iob.io, cmd); R_FREE (cmd); if (res) { ut32 size = 0; if (sscanf (r...
// Copyright 2013 Google Inc. 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 the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
/* This file was generated by upbc (the upb compiler) from the input * file: * * envoy/config/core/v3/protocol.proto * * Do not edit -- your changes will be discarded when the file is * regenerated. */ #ifndef ENVOY_CONFIG_CORE_V3_PROTOCOL_PROTO_UPBDEFS_H_ #define ENVOY_CONFIG_CORE_V3_PROTOCOL_PROTO_UPBDEFS_...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/elasticache/ElastiCache_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSStreamFwd.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/elasticache/model/Avail...
#ifndef __YUMA_ABSTRACT_NC_SESSION_H #define __YUMA_ABSTRACT_NC_SESSION_H // ---------------------------------------------------------------------------| #include <cstdint> #include <string> #include <map> #include <memory> #include <fstream> // ------------------------------------------------------------------------...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/forecast/ForecastService_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/forecast/model/PredictorExecution.h> #include <utility> namespace Aws { n...
/** * This header is generated by class-dump-z 0.2a. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. * * Source: /System/Library/PrivateFrameworks/BackRow.framework/BackRow */ #import "BackRow-Structs.h" #import "BRControl.h" @class BRListControl, BRDropShadowControl; __attribute__((visi...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/rds/RDS_EXPORTS.h> #include <aws/rds/RDSRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace RDS { namespace Model { ...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/pinpoint-email/PinpointEmail_EXPORTS.h> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; ...
/* * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
/* Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. The MySQL Connector/C++ is licensed under the terms of the GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most MySQL Connectors. There are special exceptions to the terms and conditions of the GPLv2 as it is ...
/* mbed Microcontroller Library * Copyright (c) 2017-2017 ARM Limited * * 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 re...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/schemas/Schemas_EXPORTS.h> #include <aws/schemas/SchemasRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace Schemas { n...
// Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under the Apache License, Version 2.0 (the "License"); // you may...
// // 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, this list of conditions and the following disclaimer. // * Redistributions in bin...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/robomaker/RoboMaker_EXPORTS.h> #include <aws/robomaker/RoboMakerRequest.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/core/utils/memory/stl/AWSString.h> ...
/* * Copyright 2011 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrDefaultPathRenderer_DEFINED #define GrDefaultPathRenderer_DEFINED #include "GrPathRenderer.h" #include "SkTemplates.h" /** * Subclass that renders the path using...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/lakeformation/LakeFormation_EXPORTS.h> #include <aws/core/client/AWSErrorMarshaller.h> namespace Aws { namespace Client { class AWS_LAKEFORMATION_API LakeFormationErrorMa...
#pragma once #include "../BlockArea.h" #include "../Entities/Player.h" #include "Mixins.h" class cBlockChestHandler final : public cYawRotator<cClearMetaOnDrop<cBlockEntityHandler>, 0x07, 0x03, 0x04, 0x02, 0x05> { using Super = cYawRotator<cClearMetaOnDrop<cBlockEntityHandler>, 0x07, 0x03, 0x04, 0x02, 0x05>; ...
/* * Copyright © 2015 Cask Data, 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.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writ...
/** * This header is generated by class-dump-z 0.2a. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. * * Source: /System/Library/PrivateFrameworks/BackRow.framework/BackRow */ @class NSString; @interface BRMediaHostState : NSObject { @private NSString *_description; // 4 = 0x4 } @proper...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/appstream/AppStream_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace AppStream { namespace Model { enum class UsageReportExecutionErr...
// Copyright © 2016 Google. All rights reserved. @import GoogleMobileAds; @import UIKit; @interface MDIBannerViewController : UIViewController /// Designated initializer. Initializes a new instance with ad size. - (instancetype)initWithAdSize:(GADAdSize)size NS_DESIGNATED_INITIALIZER; /// Unavailable. - (instancet...
/* * * Copyright 2019 gRPC 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 * * Unless required by applicable law or agree...
#ifndef SRC_COMMON_H_ #define SRC_COMMON_H_ #include <stdio.h> #include <string.h> #include "nan.h" #define WARN(msg) fprintf(stdout, "\033[01;33m native:%s \033[00m\n", msg) #define ERROR(msg) fprintf(stdout, "\033[01;32m native:%s \033[00m\n", msg) #define INFO(msg) fprintf(stdout, "\033[01;34m native:%s \033[00m\...
#pragma once //======================================================================== // BoxEntity.h // // This code is part of Minotower Games Engine 1.0v // // (c) Copyright 2012 Muralev Evgeny //======================================================================== #include "Entities\Entity.h" class BoxEntity ...
/* * Copyright (C) 2011 Apple Inc. 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, this list of conditions a...
/* * Copyright (c) 2014, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #pragma once...
/* * * Copyright 2015, Google Inc. * 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, this list of condi...
#ifndef FT_SOCK_STREAM_H_ #define FT_SOCK_STREAM_H_ struct ft_stream; extern const char * ft_stream_class; struct ft_stream_delegate { struct ft_frame * (*get_read_frame)(struct ft_stream *); // If NULL, then simple frame will be used bool (*read)(struct ft_stream *, struct ft_frame * frame); // True as a return v...
/* * Copyright (c) 2015, Oracle America, Inc. * 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, * this list of con...
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_CHILD_NAVIGATOR_CONNECT_SERVICE_PORT_DISPATCHER_IMPL_H_ #define CONTENT_CHILD_NAVIGATOR_CONNECT_SERVICE_PORT_DISPATCHER_IMPL_H_ #include ...
/* * vfh_estimator.h * * Created on: Mar 22, 2012 * Author: aitor */ #ifndef REC_FRAMEWORK_VFH_ESTIMATOR_H_ #define REC_FRAMEWORK_VFH_ESTIMATOR_H_ #include <pcl/apps/3d_rec_framework/feature_wrapper/global/global_estimator.h> #include <pcl/apps/3d_rec_framework/feature_wrapper/normal_estimator.h> #include ...
// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef PRINTING_UNITS_H_ #define PRINTING_UNITS_H_ namespace printing { // Length of a thousanth of inches in 0.01mm unit. const int kHundreth...
/* * SEGS - Super Entity Game Server * http://www.segs.dev/ * Copyright (c) 2006 - 2019 SEGS Team (see AUTHORS.md) * This software is licensed under the terms of the 3-clause BSD License. See LICENSE.md for details. */ #ifndef SLAVLOGIC_H #define SLAVLOGIC_H #include <QObject> class AppVersionManifest; struct S...
/** * This file has no copyright assigned and is placed in the Public Domain. * This file is part of the mingw-w64 runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ #include <fenv.h> #if !(defined(_ARM_) || defined(__arm__) || defined(_ARM64_) || defined(__aarch64__))...
//Copyright (c) Microsoft Corporation. All rights reserved. #pragma once namespace Microsoft { namespace WindowsAPICodePack { namespace DirectX { namespace Direct3D11 { using namespace System; // REVIEW: is a ColorRgba really the correct abstraction for the blend factors? // It's true that it maps data-wis...
/* Copyright (c) 2012-2013, The Linux Foundation. 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, this ...
// // ZLPhotoPickerAssetsViewController.h // ZLAssetsPickerDemo // // Created by 张磊 on 14-11-12. // Copyright (c) 2014年 com.zixue101.www. All rights reserved. // #import <UIKit/UIKit.h> #import "ZLPhotoPickerCommon.h" #import "ZLPhotoPickerGroupViewController.h" @class ZLPhotoPickerGroup; @interface ZLPhotoPicke...
// Class for barrier instructions, modelled as a CallInstr. // // Copyright (c) 2011 Universidad Rey Juan Carlos // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, i...
#include <stdlib.h> #include "chipmunk_private.h" void cpSpatialIndexFree(cpSpatialIndex *index) { if(index){ cpSpatialIndexDestroy(index); cpfree(index); } } cpSpatialIndex * cpSpatialIndexInit(cpSpatialIndex *index, cpSpatialIndexClass *klass, cpSpatialIndexBBFunc bbfunc, cpSpatialIndex *staticIndex) { inde...
// // CAAnimation+RZBlocks.h // Raizlabs // // Created by Nick Donaldson on 12/6/13. // Copyright 2014 Raizlabs and other contributors // http://raizlabs.com/ // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software"...
/* -*- c++ -*- ---------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator https://www.lammps.org/, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04-...
////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2004, Industrial Light & Magic, a division of Lucasfilm // Entertainment Company Ltd. Portions contributed and copyright held by // others as indicated. All rights reserved. // // Redistribution and use in source and bi...
/* { dg-require-effective-target vect_shift } */ /* { dg-require-effective-target vect_int } */ /* Check the standard integer types for left and right shifts to see if the compiler replaced a scalar instruction with a vector instruction whether the correct value is generated. */ #ifdef TRACE #include <stdio.h> ...
/* Definitions of target machine for GNU compiler. PowerPC VxworksAE version. Copyright (C) 2005-2021 Free Software Foundation, Inc. Contributed by CodeSourcery, LLC. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as pu...
/* Copyright (C) 2000-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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.1 of the ...
/* Definition for thread-local data handling. NPTL/SH version. Copyright (C) 2003-2017 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as publishe...