text
stringlengths
4
6.14k
/** @file Implementation of Ipmi Library for SMM. Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of t...
#ifndef FDO_XMLCLASSMAPPINGCOLLECTION #define FDO_XMLCLASSMAPPINGCOLLECTION // // Copyright (C) 2004-2006 Autodesk, Inc. // // This library 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 Free Software Founda...
#pragma once #include "BlockHandler.h" class cBlockEndPortalFrameHandler final : public cYawRotator<cBlockHandler, 0x03, E_META_END_PORTAL_FRAME_ZP, E_META_END_PORTAL_FRAME_XM, E_META_END_PORTAL_FRAME_ZM, E_META_END_PORTAL_FRAME_XP > { using Super = cYawRotator< cBlockHandler, 0x03, E_META_END_POR...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/appsync/AppSync_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace AppSync { namespace Model { enum class TypeDefinitionFormat { ...
#if defined(__cplusplus) extern "C" { #endif #if __ANDROID_API__ <= 9 int foo() __INTRODUCED_IN(9); #else int foo() __INTRODUCED_IN(10); #endif #if defined(__cplusplus) } #endif
/* * Copyright 2016 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" ...
/* * * Copyright 2015 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...
/***************************************************************************\ ObjList.h Scott Randolph April 22, 1996 Manage the list of active objects to be drawn each frame for a given renderer. \***************************************************************************/ #ifndef _OBJLIST_H_ #define _O...
// Brian Goldman // Implementation of the Linkage Tree Genetic Algorithm // Designed to match the variant in the paper: // "Hierarchical problem solving with the linkage tree genetic algorithm" // by D. Thierens and P. A. N. Bosman #ifndef LTGA_H_ #define LTGA_H_ #include "Population.h" #include "Evaluation.h" #incl...
/* * Copyright 2015 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
extern zend_class_entry *ice_cli_websocket_client_ce; ZEPHIR_INIT_CLASS(Ice_Cli_Websocket_Client); PHP_METHOD(Ice_Cli_Websocket_Client, connect); PHP_METHOD(Ice_Cli_Websocket_Client, generateKey); PHP_METHOD(Ice_Cli_Websocket_Client, normalizeHeaders); PHP_METHOD(Ice_Cli_Websocket_Client, send); PHP_METHOD(Ice_Cli_W...
// Copyright (c) 2012 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 WEBKIT_FILEAPI_FILE_SYSTEM_FILE_STREAM_READER_H_ #define WEBKIT_FILEAPI_FILE_SYSTEM_FILE_STREAM_READER_H_ #include "base/bind.h" #include "ba...
/* * Copyright 2011-15 ARM Limited and Contributors. * 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,...
/* Copyright (C) 2008 Vincent Penquerc'h. This file is part of the Kate codec library. Written by Vincent Penquerc'h. Use, distribution and reproduction of this library is governed by a BSD style source license included with this source in the file 'COPYING'. Please read these terms before distributing....
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the plugins of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holdi...
/* * Copyright (C) 2009 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 conditi...
/* * This software is distributed under BSD 3-clause license (see LICENSE file). * * Authors: Soeren Sonnenburg, Yuyu Zhang */ #ifndef _CONSTKERNEL_H___ #define _CONSTKERNEL_H___ #include <shogun/lib/config.h> #include <shogun/mathematics/Math.h> #include <shogun/lib/common.h> #include <shogun/kernel/Kernel.h> #...
#include <stdlib.h> #include <stdbool.h> #include <ft.h> /// SSL_CTX * ssl_ctx; /// struct addrinfo * resolve(const char * host, const char * port) { int rc; struct addrinfo hints; memset(&hints, 0, sizeof(struct addrinfo)); hints.ai_family = AF_UNSPEC; hints.ai_socktype = SOCK_STREAM; hints.ai_flags = 0; ...
//===--- IntegerTypesCheck.h - clang-tidy -----------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
// Copyright 2014 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 WebRTCOfferOptions_h #define WebRTCOfferOptions_h #include "WebCommon.h" #include "WebNonCopyable.h" #include "WebPrivatePtr.h" namespace blink ...
#include "newarc.h" class OperationDialog { private: string m_strPanelTitle; double m_dPercent; double m_dTotalPercent; string m_strTitle; string m_strSrcFileName; string m_strDestFileName; int m_nOperation; int m_nStage; bool m_bShowSingleFileProgress; public: OperationDialog(); void SetShowSi...
/** * @file * * Define a class that helps handle differences in wchar_t on different OSs */ /****************************************************************************** * * * Copyright (c) 2009-2011, 2014 AllSeen Alliance. All rights reserved. * * Permission to use, copy, modify, and/or distribute this ...
#ifndef _RANDOM_H #define _RANDOM_H #include "boost/shared_ptr.hpp" #include "boost/random.hpp" class Random{ public: typedef boost::shared_ptr< Random > randomPtr; typedef boost::mt19937 randomGeneratorType; static randomPtr Get(){ static randomPtr randomGen( new RandomGenerator() ); return rand...
#include "time64.h" int diag(const char, ...); void skip_all(const char *); int ok(const int, const char *, ...); int is_int(const int, const int, const char *, ...); int is_str(const char*, const char*, const char *, ...); int is_Int64(const Int64, const Int64, const char *, ...); int is_not_null(void *, const char ...
/* -*- buffer-read-only: t -*- * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! * This file is built by regen/unicode_constants.pl from Unicode data. * Any changes made here will be lost! */ #ifndef H_UNICODE_CONSTANTS /* Guard against nested #includes */ #define H_UNICODE_CONSTANTS 1 /* This file contains #defin...
// // INKBrowserHandler.h // IntentKit // // Created by Michael Walker on 11/26/13. // Copyright (c) 2013 Mike Walker. All rights reserved. // #import "INKHandler.h" @class INKActivityPresenter; /** An instance of `INKBrowserHandler` opens http and https URLs in a third-party web browser. */ @interface INKBrowse...
// // CardboardViewController.h // iosvr // #import <Foundation/Foundation.h> #import <GLKit/GLKit.h> typedef NS_ENUM(NSInteger, CBDEyeType) { CBDEyeTypeMonocular, CBDEyeTypeLeft, CBDEyeTypeRight, }; @interface CBDEye : NSObject @property (nonatomic) CBDEyeType type; - (GLKMatrix4)eyeViewMatrix; - (...
#include <sdb.h> #include <assert.h> int main() { Sdb *s = sdb_new0 (); sdb_set (s, "key", "val", 0); sdb_expire_set (s, "key", 3, 0); sleep (1); assert (sdb_const_get (s, "key", 0) != NULL); sleep (3); assert (sdb_const_get (s, "key", 0) == NULL); sdb_free (s); return 0; }
// // ViewController.h // MJExtensionExample // // Created by MJ Lee on 15/11/8. // Copyright © 2015年 小码哥. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController @end
/*------------------------------------------------------------------------ * (The MIT License) * * Copyright (c) 2008-2011 Rhomobile, Inc. * * 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 ...
/* * Misc ARM declarations * * Copyright (c) 2006 CodeSourcery. * Written by Paul Brook * * This code is licensed under the LGPL. * */ #ifndef ARM_MISC_H #define ARM_MISC_H #include "exec/memory.h" void tosa_machine_init(struct uc_struct *uc); void machvirt_machine_init(struct uc_struct *uc); // ARM64 voi...
/* * This file is part of the DOM implementation for KDE. * * Copyright (C) 2007 Rob Buis <buis@kde.org> * * 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 t...
/* vvrtint5.c version 18 Nov 93 */ #include <stdio.h> #include <math.h> #include "grid5d.h" #include "want.h" extern int bug; int vvrtint5 (int ixv) { int i,j; /* index */ int hrzsiz; /* horizontal grid size = nrow * ncol */ int ixh; /* index for gridpoints on horizontal */ int ixp; /* index for pressure levels ...
#ifndef __AAA_YUV_TUNING_CUSTOM_H__ #define __AAA_YUV_TUNING_CUSTOM_H__ namespace NSYuvTuning { MUINT32 custom_GetFlashlightGain10X(MINT32 i4SensorDevId); MUINT32 custom_BurstFlashlightGain10X(MINT32 i4SensorDevId); MDOUBLE custom_GetYuvFlashlightThreshold(MINT32 i4SensorDevId); MINT32 ...
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
/* * Copyright (C) 2012 The Paparazzi Team * * This file is part of paparazzi. * * paparazzi 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 later version. ...
#ifndef __FCEU_SDL_H #define __FCEU_SDL_H #if _SDL2 #include <SDL2/SDL.h> #else #include <SDL.h> #endif #include "main.h" #include "dface.h" #include "input.h" // I'm using this as a #define so the compiler can optimize the // modulo operation #define PERIODIC_SAVE_INTERVAL 5000 // milliseconds const int INVALID_ST...
#ifndef LINUX_HARDIRQ_H #define LINUX_HARDIRQ_H #include <linux/config.h> #include <linux/smp_lock.h> #include <asm/hardirq.h> #define __IRQ_MASK(x) ((1UL << (x))-1) #define PREEMPT_MASK (__IRQ_MASK(PREEMPT_BITS) << PREEMPT_SHIFT) #define HARDIRQ_MASK (__IRQ_MASK(HARDIRQ_BITS) << HARDIRQ_SHIFT) #define SOFTIRQ_MASK ...
#include "builtin.h" #include "cache.h" #include "transport.h" #include "remote.h" static const char ls_remote_usage[] = "git ls-remote [--heads] [--tags] [-u <exec> | --upload-pack <exec>]\n" " [-q|--quiet] [<repository> [<refs>...]]"; /* * Is there one among the list of patterns that match the...
/* Copyright (c) 2012, Code Aurora Forum. All rights reserved. * Copyright (c) 2012, LGE Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This progr...
// -*- C++ -*- /* Author: Emery Berger, http://www.cs.umass.edu/~emery Copyright (c) 2007-8 Emery Berger, University of Massachusetts Amherst. 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; ...
/* * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting * Copyright (c) 2004-2005 Atheros Communications, Inc. * Copyright (c) 2007 Jiri Slaby <jirislaby@gmail.com> * Copyright (c) 2009 Bob Copeland <me@bobcopeland.com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or w...
/* wolfssl_demo.h * * Copyright (C) 2006-2021 wolfSSL Inc. * * This file is part of wolfSSL. * * wolfSSL 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 ...
#include <typedefs.h> #include <osl.h> #include <epivers.h> #include <bcmutils.h> #include <bcmendian.h> #include <dngl_stats.h> #include <dhd.h> #include <dhd_dbg.h> extern int dhdcdc_set_ioctl(dhd_pub_t *dhd, int ifidx, uint cmd, void *buf, uint len); #ifdef CONFIG_CONTROL_PM extern bool g_PMcontrol; #en...
/* * This file is part of the coreboot project. * * Copyright (C) 2004 Tyan Computer * Written by Yinghai Lu <yhlu@tyan.com> for Tyan Computer. * Copyright (C) 2006,2007 AMD * Written by Yinghai Lu <yinghai.lu@amd.com> for AMD. * * This program is free software; you can redistribute it and/or modify * it under...
#ifndef __CLASSES_H__ #define __CLASSES_H__ #include <qobject.h> #ifdef CLASSES_MAKE_DLL #define CLASSES_EXPORT Q_DECL_EXPORT #else #define CLASSES_EXPORT Q_DECL_IMPORT #endif /** * \defgroup Classes Classes - auto-generated classes to access database tables * \details Classes are defined using the app @ref clas...
#include "actuators.h" #include "armVIC.h" #include "generated/airframe.h" #include "sys_time.h" uint16_t servos_values[_4015_NB_CHANNELS]; #define PWMMR_SERV0 PWMMR5 #define PWMMR_SERV1 PWMMR2 #define PWMLER_LATCH_SERV0 PWMLER_LATCH5 #define PWMLER_LATCH_SERV1 PWMLER_LATCH2 #define PWMMCR_MRI_SERV0 PWMMCR_MR5I #de...
/*-------------------------------------------------------------------------------------------------------*\ | Adium, Copyright (C) 2001-2005, Adam Iser (adamiser@mac.com | http://www.adiumx.com) | \-------------------------------------------------------------------------------------------------------...
/* mpfr_check -- Check if a floating-point number has not been corrupted. Copyright 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the GNU MPFR Library. The GNU MPFR Library is free software; you can redistribute it ...
/* Unwinding of DW_CFA_GNU_negative_offset_extended test program. Copyright 2007-2020 Free Software Foundation, Inc. This file is part of GDB. 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 Fou...
/* * Copyright (C) 2008-2019 TrinityCore <https://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * 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 ve...
/**************************************************************************** * FileName : tcc353x_user_defines.h * Description : user defined **************************************************************************** * * TCC Version 1.0 * Copyright (c) Telechips Inc. * All rights reserved ...
/* * Copyright (C) 2012 Texas Instruments * Author: Jyri Sarha <jsarha@ti.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Gpio controlled clock implementation */ #...
/* $XFree86: xc/lib/GL/dri/xf86dri.h,v 1.7 2000/12/07 20:26:02 dawes Exp $ */ /************************************************************************** Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. Copyright 2000 VA Linux Systems, Inc. Copyright (c) 2002-2012 Apple Computer, Inc. All Ri...
//{future header message} #ifndef __FvTerrainRenderable_H__ #define __FvTerrainRenderable_H__ #include "FvTerrain.h" #include "FvTerrainPage.h" #include <OgreRenderable.h> using namespace Ogre; typedef std::pair<FvUInt16,FvUInt16> TerrainRenderIndex; class FV_TERRAIN_API FvTerrainRenderable : public R...
// Copyright 2012 Google Inc. All Rights Reserved. // // Use of this source code is governed by a BSD-style license // that can be found in the COPYING file in the root of the source // tree. An additional intellectual property rights grant can be found // in the file PATENTS. All contributing project authors may ...
/**************************************************************************** ** ** 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...
#include <aubio.h> int main (void) { aubio_filter_t * f; uint_t rates[] = { 8000, 16000, 22050, 44100, 96000, 192000}; uint_t nrates = 6; uint_t samplerate, i = 0; for ( samplerate = rates[i]; i < nrates ; i++ ) { f = new_aubio_filter_a_weighting (samplerate); del_aubio_filter (f); f = new_...
///////////////////////////////////////////////////////////////////////////// // Name: wx/xtixml.h // Purpose: xml streaming runtime metadata information (extended class info) // Author: Stefan Csomor // Modified by: // Created: 27/07/03 // RCS-ID: $Id$ // Copyright: (c) 2003 Stefan Csomor //...
/* 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 version. This program is distributed in the hope that it will be usefu...
/* This file is part of VoltDB. * Copyright (C) 2008-2011 VoltDB Inc. * * VoltDB 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 version. ...
/* * 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.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it wi...
/* * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-...
/********************************************************* * Copyright (C) 2006 VMware, Inc. All rights reserved. * * This program 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 version 2.1 and no ...
/************************************************************************** ** ** Copyright (c) 2014 Brian McGillion ** Contact: http://www.qt-project.org/legal ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance with...
/* * Copyright (c) 2016 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include <zephyr.h> #include <board.h> #include <device.h> #include <gpio.h> /* Change this if you have an LED connected to a custom port */ #ifndef LED0_GPIO_CONTROLLER #define LED0_GPIO_CONTROLLER LED0_GPIO_PORT #endif #defin...
/** * Modified MIT License * * Copyright 2015 OneSignal * * 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, including without limitation the rights * to use...
/////////////////////////////////////////////////////////////////////// // File: colpartitionrid.h // Description: Class collecting code that acts on a BBGrid of ColPartitions. // Author: Ray Smith // Created: Mon Oct 05 08:42:01 PDT 2009 // // (C) Copyright 2009, Google Inc. // Licensed under the Apach...
/* * Copyright (c) 2008-2010 Appcelerator, 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 requi...
/*========================================================================= * * 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 * * h...
/** ****************************************************************************** * @file types.h * @brief Defines a number of general purpose data types. * @internal * @author ON Semiconductor * $Rev: 2074 $ * $Date: 2013-07-10 18:06:15 +0530 (Wed, 10 Jul 2013) $ **********************************************...
/* * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2010-06-25 Bernard first version * 2011-08-08 lgnq modified for Loongson LS1B * 2019-12-04 Jiaxun Yang Adapt new MIPS generic code *...
// // RECommonFunctions.h // REFrostedViewController // // Copyright (c) 2013 Roman Efimov (https://github.com/romaonthego) // // 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 restr...
/* $NetBSD: ieeefp.h,v 1.3 2013/04/23 05:42:23 matt Exp $ */ /* * Based on ieeefp.h written by J.T. Conklin, Apr 28, 1995 * Public domain. */ #ifndef _AARCH64_IEEEFP_H_ #define _AARCH64_IEEEFP_H_ #include <LibConfig.h> #include <sys/featuretest.h> #if defined(_NETBSD_SOURCE) || defined(_ISOC99_SOU...
/***************************************************************************** * Copyright (c) 2009, OpenJAUS.com * All rights reserved. * * This file is part of OpenJAUS. OpenJAUS is distributed under the BSD * license. See the LICENSE file for details. * * Redistribution and use in source and binary...
/* * * 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...
/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2010, Rice University * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions...
// // LEMSGViewController.h // LoveEye // // Created by Flynn on 15/7/18. // Copyright (c) 2015年 Fly. All rights reserved. // #import "LETViewController.h" @interface LEMSGViewController : LETViewController @end
#include "FLA_lapack2flame_return_defs.h" #include "FLA_f2c.h" int zhetd2_check(char *uplo, int *n, dcomplex *a, int *lda, double *d__, double *e, dcomplex *tau, int *info) { /* System generated locals */ int a_dim1, a_offset, i__1; logical upper; /* Parameter adjustments */ a_dim1 = *lda; a_...
//**************************************************************************\ //* This file is property of and copyright by the ALICE Project *\ //* ALICE Experiment at CERN, All rights reserved. *\ //* *\ //* Prim...
#ifndef org_apache_lucene_codecs_lucene40_Lucene40TermVectorsReader_H #define org_apache_lucene_codecs_lucene40_Lucene40TermVectorsReader_H #include "org/apache/lucene/codecs/TermVectorsReader.h" namespace org { namespace apache { namespace lucene { namespace index { class SegmentInfo; cla...
/*! @file @author Albert Semenov @date 08/2008 */ #ifndef DEMO_KEEPER_H_ #define DEMO_KEEPER_H_ #include "Base/BaseDemoManager.h" #include "GraphView.h" #include "AnimationGraph.h" #include "AnimationGraphFactory.h" #include "AnimationNodeFactory.h" #include "GraphNodeFactory.h" #include "OpenSaveFileDialog.h" #i...
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: // //=============================================================================// #ifndef MACRO_TEXTURE_H #define MACRO_TEXTURE_H #ifdef _WIN32 #pragma once #endif #include "mathlib/vector.h" // The macro t...
#ifndef org_apache_lucene_search_spans_TermSpans_H #define org_apache_lucene_search_spans_TermSpans_H #include "org/apache/lucene/search/spans/Spans.h" namespace org { namespace apache { namespace lucene { namespace index { class Term; class DocsAndPositionsEnum; } } } } namesp...
/* * Copyright 2017 Google, Inc * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _ABI_MACH_ASPEED_AST2500_RESET_H_ #define _ABI_MACH_ASPEED_AST2500_RESET_H_ /* * The values are intentionally layed out as flags in * WDT reset parameter. */ #define AST_RESET_SOC 0 #define AST_RESET_CHIP 1 #define AST_RESET_...
#ifndef BHV_FORCE_PASS_H #define BHV_FORCE_PASS_H #include <rcsc/player/player_object.h> #include <rcsc/player/soccer_action.h> #include <rcsc/player/world_model.h> #include <rcsc/geom/vector_2d.h> #include <rcsc/geom/angle_deg.h> #include <functional> #include <vector> /* class WorldModel; */ /* class PlayerObject;...
/* * OpenKore C++ Standard Library * Copyright (C) 2006 VCL * * 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.1 of the License, or (at your option) any la...
/* * Copyright © 2002 Jorn Baayen <jorn@nl.linux.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 of the License, or * (at your option) any later version. * *...
// license:BSD-3-Clause // copyright-holders:Phil Stroffolino /************************************************************************* Munch Mobile *************************************************************************/ class munchmo_state : public driver_device { public: munchmo_state(const machine_config...
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_xml_xpath_EqualityExpr__ #define __gnu_xml_xpath_EqualityExpr__ #pragma interface #include <gnu/xml/xpath/Expr.h> extern "Java" { namespace gnu { namespace xml { namespace xpath { class EqualityExpr; ...
#include "netinet/in.h" const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT; const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
/* */ /* */ /* */ /* */ /* */ /* */ /* Co...
/* $Id: AudioAdapterImpl.h $ */ /** @file * * VirtualBox COM class implementation */ /* * Copyright (C) 2006-2011 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it and/or modify...
#ifndef _IQ_H_ #define IQ_H_ #include <QByteArray> #include "global.h" class OJN_EXPORT IQ { public: enum Iq_Types { Iq_Get, Iq_Set, Iq_Result, Iq_Unknown }; IQ(QByteArray const&); ~IQ() {}; bool IsValid() const; IQ::Iq_Types Type() const; QByteArray const& Content() const; QByteArray const& F...
/* Special .init and .fini section support. ARM version. Copyright (C) 2006 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 Fr...
#ifndef __ASM_SH_BITOPS_H #define __ASM_SH_BITOPS_H #ifdef __KERNEL__ #ifndef _LINUX_BITOPS_H #error only <linux/bitops.h> can be included directly #endif #include <asm/system.h> /* For __swab32 */ #include <asm/byteorder.h> #ifdef CONFIG_GUSA_RB #include <asm/bitops-grb.h> #else #include <asm/bitops-irq.h> #endif ...
/* crc16.h * Declaration of CRC-16 routines and table * * 2004 Richard van der Hoff <richardv@mxtelecom.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or * modify it under the t...
/* Definitions for LM32 running Linux-based GNU systems using ELF Copyright (C) 1993, 1994, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009 Free Software Foundation, Inc. Contributed by Philip Blundell <philb@gnu.org> This file is part of GCC. GCC is free software; you can redistribute it and/or m...
/* $Id$ */ /** @file * IPRT - Ring-3 initialization. */ /* * Copyright (C) 2006-2013 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it and/or modify it under the terms of the GNU ...
/*************************************************************************** * This file is part of the KDE project * * Copyright 2007 Will Stephenson <wstephenson@kde.org> * * Copyright (C) 2009 Ben Cooksley <bcooksley@kde.org> * * ...