text
stringlengths
9
948k
/*ckwg +5 * Copyright 2013 by Kitware, Inc. All Rights Reserved. Please refer to * KITWARE_LICENSE.TXT for licensing information, or contact General Counsel, * Kitware, Inc., 28 Corporate Drive, Clifton Park, NY 12065. */ #ifndef __vgVideoScrubber_h #define __vgVideoScrubber_h #include <QWidget> #include <qtGlob...
// Copyright (c) 2017-2018, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory. LLNL-CODE-734707. // All Rights reserved. See files LICENSE and NOTICE for details. // // This file is part of CEED, a collection of benchmarks, miniapps, software // libraries and APIs for ...
#pragma once #include "projects/Movement/SteeringBehaviors/ObstacleBase.h" // Steering behavior obstacle class CircleObstacle final : public ObstacleBase { public: CircleObstacle(Elite::Vector2 center, float radius); ~CircleObstacle()override; private: RigidBody* m_pRigidBody = nullptr; };
#pragma once struct UserCmd; namespace Legitbot { void run(UserCmd*) noexcept; void updateInput() noexcept; }
#ifndef SPI_H #define SPI_H #include <wiringPi.h> #include <time.h> #include <stdio.h> #include <stdlib.h> static inline void tsnorm(struct timespec *ts); int spiReadADC(int channel); int spiReadADCDifferential(int channel); void spiSetup(void); #endif
/**************************************************************************** **************************************************************************** *** *** This header was automatically generated from a Linux kernel header *** of the same name, to make information necessary for userspace to *** call i...
/* * Copyright 2004-2019 Cray Inc. * Other additional copyright holders may be indicated within. * * The entirety of this work is 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 * ...
/* * Copyright (C) 2001 PPC64 Team, IBM Corp * * This struct defines the way the registers are stored on the * kernel stack during a system call or other kernel entry. * * this should only contain volatile regs * since we can keep non-volatile in the thread_struct * should set this up when only volatiles are sa...
// // YYThreadSafeDictionary.h // YYKit <https://github.com/ibireme/YYKit> // // Created by ibireme on 14/10/21. // Copyright (c) 2015 ibireme. // // This source code is licensed under the MIT-style license found in the // LICENSE file in the root directory of this source tree. // #import <Foundation/Foundation....
// Copyright 2019 Google LLC // // 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 w...
// // Copyright 2018-2019 The Statslabs 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 ...
#ifndef __SVI_SLIDEEFFECTOR_H_ #define __SVI_SLIDEEFFECTOR_H_ #include "SVITransitionEffector.h" namespace SVI { class SVISlideEffector : public SVITransitionEffector { public: SVISlideEffector(SVIGLSurface *surface); virtual ~SVISlideEffector() {} protected: void setAnimation(); private: SVIFloat slide...
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif FOUNDATION_EXPORT double Pods_SwiftySensorsTrainers_iOSVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_SwiftySenso...
/***************************************************************** | | MPEG audio decoder. SYNC API | | (c) 1996-1998 MpegTV, LLC | Author: Gilles Boccon-Gibod (gilles@mpegtv.com) | ****************************************************************/ #ifndef __DECODER_H__ #define __DECODER_H__ /*--------...
/*++ /* NAME /* lowercase 3 /* SUMMARY /* map uppercase characters to lowercase /* SYNOPSIS /* #include <stringops.h> /* /* char *lowercase(buf) /* char *buf; /* DESCRIPTION /* lowercase() replaces uppercase characters in its null-terminated /* input by their lowercase equivalent. /* LICENSE /* .ad /* .fi /* The Secure...
/** * Copyright (C) 2014 MongoDB Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be usef...
// Copyright 2019 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 THIRD_PARTY_BLINK_RENDERER_MODULES_IDLE_IDLE_DETECTOR_H_ #define THIRD_PARTY_BLINK_RENDERER_MODULES_IDLE_IDLE_DETECTOR_H_ #include "base/macros.h...
#pragma once #include <c10/macros/Macros.h> #include <c10/macros/Export.h> #include <c10/util/TypeTraits.h> #include <c10/util/TypeList.h> #include <c10/util/intrusive_ptr.h> #include <c10/util/order_preserving_flat_hash_map.h> #include <c10/util/Optional.h> #include <ATen/core/TensorBody.h> #include <ATen/core/jit_ty...
/* Copyright (c) 2011-2017 Graph500 Steering Committee All rights reserved. Developed by: Anton Korzh anton@korzh.us Graph500 Steering Committee http://www.graph500.org New code under University of Illinois/NCSA Open Source License ...
/**************************************************************************** * * Copyright (c) 2018-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: * * 1. Red...
/* * 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. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warran...
#ifndef LIGHTNING_LIGHTNINGD_LIGHTNINGD_H #define LIGHTNING_LIGHTNINGD_LIGHTNINGD_H #include "config.h" #include <bitcoin/chainparams.h> #include <bitcoin/privkey.h> #include <ccan/container_of/container_of.h> #include <ccan/time/time.h> #include <ccan/timer/timer.h> #include <lightningd/htlc_end.h> #include <stdio.h> ...
//=========================================================== // mmRISC-0 Project //----------------------------------------------------------- // File Name : uart.c // Description : UART Routine //----------------------------------------------------------- // History : // Rev.01 2021.05.08 M.Maruyama First Release /...
/* $OpenBSD: dirhash.h,v 1.3 2004/02/02 19:34:39 tedu Exp $ */ /* * Copyright (c) 2001 Ian Dowse. 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 re...
// license:BSD-3-Clause // copyright-holders:Curt Coder /********************************************************************** Intel 8155/8156 - 2048-Bit Static MOS RAM with I/O Ports and Timer ********************************************************************** _____ _____ ...
/* $Source: bitbucket.org:berkeleylab/gasnet.git/gasnet_mmap.c $ * Description: GASNet memory-mapping utilities * Copyright 2002, Dan Bonachea <bonachea@cs.berkeley.edu> * Terms of use are as specified in license.txt */ #include <gasnet_internal.h> #include <unistd.h> #include <errno.h> #include <sys/types.h> #...
/** * Swaggy Jenkins * Jenkins API clients generated from Swagger / Open API specification * * OpenAPI spec version: 1.1.1 * Contact: blah@cliffano.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:21:14 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/GeoService...
/** ****************************************************************************** * @file stm32l1xx_ll_cortex.h * @author MCD Application Team * @version V1.2.0 * @date 01-July-2016 * @brief Header file of CORTEX LL module. @verbatim ============================================================...
/* * Copyright (c) 2017, 2018, Oracle and/or its affiliates. * * 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,...
// 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 COMPONENTS_DOMAIN_RELIABILITY_UTIL_H_ #define COMPONENTS_DOMAIN_RELIABILITY_UTIL_H_ #include <map> #include <memory> #include "base/callback_for...
#pragma once #include "VF_Base.h" #include "Networking.h" namespace VF { //处理过程中的数据 // 1.剩余长度 // 2.总长度 // /*union PackHead { uint8_t buff[5];*/ struct PackHead { uint8_t pack_id; uint32_t pack_len; }; //}; struct DataHandleRecord { uint8_t head_buff[5]; static const uint8_t Data_Head_Size = 5;...
// // Copyright (c) Microsoft. All rights reserved. // See https://aka.ms/csspeech/license201809 for the full license information. // // speechapi_cxx_translation_recognizer.h: Public API declarations for translation recognizer in C++. // #pragma once #include <exception> #include <future> #include <memory> #include <...
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolar...
/* * MikroSDK - MikroE Software Development Kit * Copyright© 2020 MikroElektronika d.o.o. * * 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...
// Copyright (c) 1994-2006 Sun Microsystems 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 ...
/** MEMORY Generated Driver API Header File @Company Microchip Technology Inc. @File Name memory.h @Summary This is the generated header file for the MEMORY driver using PIC10 / PIC12 / PIC16 / PIC18 MCUs @Description This header file provides APIs for driver for MEMORY. Generation Inf...
// Copyright 2018 Delft University of Technology // // 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 l...
/* stb_image - v2.19 - public domain image loader - http://nothings.org/stb no warranty implied; use at your own risk Do this: #define STB_IMAGE_IMPLEMENTATION before you include this file in *one* C or C++ file to create the implementation. // i.e. it should look like...
/* Copyright (C) 2007-2010 Open Information Security Foundation * * You can copy, redistribute or modify this Program under the terms of * the GNU General Public License version 2 as published by the Free * Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY...
/* MIT License * * Copyright (c) 2016-2020 INRIA, CMU and Microsoft Corporation * * 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 r...
/* * This utility configures a NPB to be built for a specific number * of nodes and a specific class. It creates a file "npbparams.h" * in the source directory. This file keeps state information about * which size of benchmark is currently being built (so that nothing * if unnecessarily rebuilt) and defines (th...
// * Name: ofApp.h // * Project: Footfall // * Author: David Haylock // * Creation Date: 13/02/2017 // * Copyright: (c) 2017 by Watershed Arts Trust Ltd. #pragma once #include "ofMain.h" #include "ConfigurationManager.h" #include "CameraManager.h" #include "TrackingManager.h" #include "CsvManager.h" #include "MqttMan...
#ifndef SIZESTRING_H #define SIZESTRING_H #include <QSize> #include <QString> #include <QStringList> namespace FKUtility{ //use this function to convert string to size object QSize stringToSize(const QString& str){ QStringList parseStr=str.split("x"); if(parseStr.size()==2){ retur...
// Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MASTERNODE_BUDGET_H #define MASTERNODE_BUDGET_H #include "base58.h" #incl...
/* * signpost.c: implementation of the janko game 'arrow path' */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert.h> #include <ctype.h> #include <math.h> #include "puzzles.h" #define PREFERRED_TILE_SIZE 64 #define TILE_SIZE (ds->tilesize) /* #define BLITTER_SIZE TILE_SIZE */ #define BOR...
/********************************************************** * C-based/Cached/Core Computer Vision Library * Liu Liu, 2010-02-01 **********************************************************/ /********************************************************** * CCV - Neural Network Collection ********************************...
/*s: windows/apps/colors.c */ #include <u.h> #include <libc.h> #include <draw.h> #include <window.h> #include <event.h> static int nbit, npix; /*s: global [[pixel]] */ static Image *pixel; /*e: global [[pixel]] */ /*s: global [[crect]] */ static Rectangle crect[256]; /*e: global [[crect]] */ /*s: global [[color]] */ ...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSProgress.h" @interface NSProgress (_TSTAssert) + (void)initialize; - (void)_tsts_becomeCurrentWithPendingUnitCount:(long long)arg1; @end
#ifndef PMPL_POI_PLACEMENT_METHOD_H_ #define PMPL_POI_PLACEMENT_METHOD_H_ #include "TMPLibrary/TMPBaseObject.h" #include "Utilities/MetricUtils.h" #include "Utilities/MPUtils.h" #include <iostream> class PoIPlacementMethod : public TMPBaseObject { public: ///@name Construction ///@{ PoIPlacementMeth...
#include "Trac_c.h" struct timespec start_time; int part_count = 0; int size_sum = 0; int event_counter = 0; int info_elem = 0; int info_tab_size = INITIAL_TAB_SIZE; int get_tab_size = VECTOR_TAB_SIZE; int set_tab_size = VECTOR_TAB_SIZE; transfert_prof_info* info_tab = NULL; vector_entry* vector_get_tab = NULL; vect...
/* * Copyright 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) 2016 James Canete 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 ...
/* Generic definitions */ #define PACKAGE it.unimi.dsi.fastutil.shorts #define VALUE_PACKAGE it.unimi.dsi.fastutil.booleans /* Assertions (useful to generate conditional code) */ #unassert keyclass #assert keyclass(Short) #unassert keys #assert keys(primitive) #unassert valueclass #assert valueclass(Boolean) #unasse...
/* Copyright (C) 2005-2015 Free Software Foundation, Inc. Contributed by Richard Henderson <rth@redhat.com>. This file is part of the GNU Offloading and Multi Processing Library (libgomp). Libgomp is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licen...
#ifndef SCIC_VECTOR_PRIVATE_ERROR_H #define SCIC_VECTOR_PRIVATE_ERROR_H #include <scic/errno.h> /* * Error handlers with SCIC error return statement * */ #define VECTOR_NULL_POINTER(_pointer) do { \ if ((_pointer) == NULL) \ ...
/* REXX ASSEMBLER */ /* The Disassembler */ #include <stdlib.h> #include <string.h> #include <stdint.h> #include <ctype.h> #include "platform.h" #include "rxas.h" #include "rxvminst.h" #include "rxdadism.h" /* Encodes a string to a buffer. Like snprintf() it returns the number of characters * that would have been wr...
/**************************************************************************** * * Copyright 2019 Samsung Electronics 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...
#pragma once #include "il2cpp.h" void Dpr_UI_UIBattleMatchingTeamSelect__OpOpen_d__27___ctor (Dpr_UI_UIBattleMatchingTeamSelect__OpOpen_d__27_o* __this, int32_t __1__state, const MethodInfo* method_info); void Dpr_UI_UIBattleMatchingTeamSelect__OpOpen_d__27__System_IDisposable_Dispose (Dpr_UI_UIBattleMatchingTeamSele...
// // TRIURLSessionScreen.h // Presentation // // Created by Adrian on 14/11/13. // Copyright (c) 2013 Trifork GmbH. All rights reserved. // #import "TRIBaseScreenController.h" @interface TRIURLSessionScreen : TRIBaseScreenController @end
/** * 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 * "LICENSE"); you...
/** * \file sys.c * * \brief Main system routines interface * * Copyright (C) 2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redist...
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // // $NoKeywords: $ // //=============================================================================// #if !defined(AFX_SETPASSWORDDLG_H__A349B943_49B8_4C7E_863B_BF1929AD5443__INCLUDED_) #define AFX_SETPASSWORDDLG_H__A349B94...
/* * Copyright (c) 2005 David Xu <davidxu@freebsd.org> * Copyright (C) 2003 Daniel M. Eischen <deischen@freebsd.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 ...
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f4xx_hal_msp.c * @brief This file provides code for the MSP Initialization * and de-Initialization codes. **************************************************...
// // RCARProject.h // RealcastAR // // Created by weily on 16/6/7. // Copyright © 2016年 huangtao. All rights reserved. // #import <Foundation/Foundation.h> #import "RCARScene.h" #import "RCARElement.h" @interface RCARProject : NSObject - (instancetype)initWithDictionary:(NSDictionary *)areditor; @property (non...
// // FMDBService+Mapping.h // FMDBService // // Created by williamqiu on 2017/1/9. // Copyright (c) 2017年 TVM All rights reserved. // #import "FMDBSUtils.h" NS_ASSUME_NONNULL_BEGIN @interface NSObject (TableMapping) /** * @brief Overwrite in your models if your property names don't match your Table Column nam...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_MERKLEBLOCK_H #define BITCOIN_MERKLEBLOCK_H #include "serialize....
/* * the outer shell of regexec() * * This file includes engine.c *twice*, after muchos fiddling with the * macros that code uses. This lets the same code operate on two different * representations for state sets. */ #include <sys/types.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <limi...
#pragma once #include "TraceResult.h" #include "Ray.h" #include "Material.h" class Object { public: virtual Material GetMaterial() = 0; virtual TraceResult Trace(Ray ray) = 0; };
#include <stdio.h> #include <math.h> #include <stdlib.h> int main() { struct mas_struct { double G; double F; double Y; } functions; struct mas_struct item[100]; double a, x, d, xmin, xmax, s = 0, steps; int i = 0; char value[100]; printf("Введите минимальное значени...
#include "trout.h" #include "util.h" /* NOTES: system calls beginning with a capital letter are Stevens's wrapper functions. Each one invokes the method and checks the return value. If the call fails, it invokes err_sys, which prints the error message and quits. Types that begin with a capital letter are...
/* SPDX-License-Identifier: GPL-2.0 */ /* * Stuff for AMCC S5933 PCI Controller * * Author: Michal Dobes <dobes@tesnet.cz> * * Inspirated from general-purpose AMCC S5933 PCI Matchmaker driver * made by Andrea Cisternino <acister@pcape1.pi.infn.it> * and as result of espionage from MITE code made by David A. Sch...
/* * Copyright (c) 2020, Cypress Semiconductor Corporation. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * */ #ifndef __NV_COUNTERS_H__ #define __NV_COUNTERS_H__ #include <stdint.h> #include "cmsis_compiler.h" /** * \brief magic for NV_COUNTERS INIT. */ #define NV_COUNTERS_INITIALIZED 0xC0DE0...
/* Copyright 2020 The Magma Authors. This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHO...
/* * Copyright (c) 1990 Regents of the University of Michigan. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that this notice is preserved and that due credit is given * to the University of Michigan at Ann Arbor. The name of the University * may not be use...
/* +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2018 The PHP Group | +--------------...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "QQDynamicDefaultItemModel.h" @interface QQDSResultCourseDataModel : QQDynamicDefaultItemModel { } - (id)accessibilityLabel; - (id)footLineText; - (id)middleLineText; - (i...
/****************************************************************************** * Copyright 1998-2019 Lawrence Livermore National Security, LLC and other * HYPRE Project Developers. See the top-level COPYRIGHT file for details. * * SPDX-License-Identifier: (Apache-2.0 OR MIT) **************************************...
/*************************************************************************** * Copyright (C) by GFZ Potsdam * * * * You can redistribute and/or modify this program under the * * terms o...
/* * Copyright (c) 2010-2016 OTClient <https://github.com/edubart/otclient> * * 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...
/* * Copyright (C) 2008-2018 Intel Corporation * * SPDX-License-Identifier: MIT * */ #ifndef __CL_PLATFORM_H #define __CL_PLATFORM_H #ifdef __APPLE__ #include <OpenCL/cl_version.h> /* Contains #defines for AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER below */ #include <AvailabilityMacros.h> #else #...
/* * Copyright (c) 2016, Alliance for Open Media. All rights reserved * * This source code is subject to the terms of the BSD 2 Clause License and * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License * was not distributed with this source code in the LICENSE file, you can * obtain it at w...
/* * msvcrt.dll mbcs functions * * Copyright 1999 Alexandre Julliard * Copyright 2000 Jon Griffths * * 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 L...
/****************************************************************************/ /// @file TraCI_Junction.h /// @author Daniel Krajzewicz /// @author Mario Krumnow /// @author Michael Behrisch /// @date 30.05.2012 /// @version $Id$ /// // C++ TraCI client API implementation /*************************************...
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif #import "WDBoxFeedback.h" #import "WDBoxBoxIdConverter.h" #import "WDConfiguration.h" #import "WDIdTokenRequest.h" #import "W...
/* * Component description for EIC * * Copyright (c) 2021 Microchip Technology Inc. and its subsidiaries. * * Subject to your compliance with these terms, you may use Microchip software and any derivatives * exclusively with Microchip products. It is your responsibility to comply with third party license * terms...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:49:49 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/Frameworks/Intents.framework/Intents * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. *...
/* * Copyright 2010-2021 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bx#license-bsd-2-clause */ #ifndef BX_MPSCQUEUE_H_HEADER_GUARD #define BX_MPSCQUEUE_H_HEADER_GUARD #include "allocator.h" #include "mutex.h" #include "spscqueue.h" namespace bx { /// template <typename Ty> ...
// Copyright (c) 2006, Google Inc. // All rights reserved. // // Author: Li Liu // // 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,...
// ---------------------------------------------------------------------------- // - Open3D: www.open3d.org - // ---------------------------------------------------------------------------- // The MIT License (MIT) // // Copyright (c) 2018 www.open3d.org // // Permissio...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "DexClass.h" #include "Instrument.h" #include "PassManager.h" namespace instrument { class BlockInstrume...
/* * Copyright (c) 2019, Linaro Limited * * SPDX-License-Identifier: Apache-2.0 */ #define DT_DRV_COMPAT aptina_mt9m114 #include <zephyr.h> #include <device.h> #include <sys/byteorder.h> #include <drivers/video.h> #include <drivers/i2c.h> #define LOG_LEVEL CONFIG_LOG_DEFAULT_LEVEL #include <logging/log.h> LOG_M...
#include <stdlib.h> #include <stdio.h> #include <assert.h> #include <string.h> #include <stdint.h> #include <mimalloc.h> #include <mimalloc-override.h> // redefines malloc etc. static void double_free1(); static void double_free2(); static void corrupt_free(); static void block_overflow1(); static void invalid_free(...
/* * This header is generated by classdump-dyld 1.0 * on Wednesday, March 22, 2017 at 9:07:02 AM Mountain Standard Time * Operating System: Version 10.1 (Build 14U593) * Image Source: /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 ...
/* $Source: /var/local/cvs/gasnet/tests/test.h,v $ * $Date: 2013/09/21 23:43:31 $ * $Revision: 1.153 $ * Description: helpers for GASNet tests * Copyright 2002, Dan Bonachea <bonachea@cs.berkeley.edu> * Terms of use are as specified in license.txt */ #ifndef _TEST_H #define _TEST_H #ifdef TEST_GASNET_TOO...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/databrew/GlueDataBrew_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServiceRe...
/** * GTSAM Wrap Module Definition * * These are the current classes available through the matlab and python wrappers, * add more functions/classes as they are available. * * IMPORTANT: the python wrapper supports keyword arguments for functions/methods. Hence, the * argument names matter. An impleme...
#include "memfd_create.c"
// ////////////////////////////////////////////////////////////////////////////// // // Copyright 2015 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies th...