text
stringlengths
9
948k
/* +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2017 The PHP Group | +--------------...
// // md5Util.c // // Created by bob on 4/02/18. // #include <cmn_defs.h> #include <appl.h> #include <dir.h> #include <file.h> #include <fileio.h> #include <hex.h> #include <md5ChkSum.h> #include <path.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> const char ...
//------------------------------------------------------------------------------ // GB_AxB: hard-coded functions for semiring: C<M>=A*B or A'*B //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2020, All Rights Reserved. // http://sui...
/* * OpenRISC Linux * * Linux architectural port borrowing liberally from similar works of * others. All original copyrights apply as per the original source * declaration. * * OpenRISC implementation: * Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com> * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpo...
#ifndef ios_acp_SYMS_H #define ios_acp_SYMS_H #define ACP_FSARawRead_hook 0xe00db660 #define _text_end 0xe00db6cc #define _bss_start 0xe0261f10 #define _text_start 0xe00db660 #define _bss_end 0xe0261f10 #endif
/* * linux/arch/arm/kernel/devtree.c * * Copyright (C) 2009 Canonical Ltd. <jeremy.kerr@canonical.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. */ #include <linux/i...
/* * Copyright (c) 2021 Huawei Device Co., 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 required by applicable law or a...
//#define DBG // Copyright (c) 2016, Monero Research Labs // // Author: Shen Noether <shen.noether@gmx.com> // // 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 sourc...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Object3080106164.h" // System.Collections.ArrayList struct ArrayList_t2718874744; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnosti...
/* * Copyright © 2006-2007 Intel 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 rights to use, copy, modify, merge...
#ifndef _RISCV_EMULATION_H #define _RISCV_EMULATION_H #include "encoding.h" #include "bits.h" #include <stdint.h> typedef uintptr_t insn_t; typedef void (*emulation_func)(uintptr_t*, uintptr_t, uintptr_t, uintptr_t, insn_t); #define DECLARE_EMULATION_FUNC(name) void name(uintptr_t* regs, uintptr_t mcause, uintptr_t m...
#ifndef Lambert_h #define Lambert_h /** * @file * $Revision: 1.1 $ * $Date: 2007/02/20 16:55:11 $ * * Unless noted otherwise, the portions of Isis written by the USGS are * public domain. See individual third-party library and package descriptions * for intellectual property information, user agreements, a...
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2021 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
/** SlimGL v1.0.0 - Compact OpenGL shorthand functions for common cases Do this: #define SLIM_GL_IMPLEMENTATION before you include this file in *one* C file to create the implementation. // i.e. it should look like this: #include ... #include ... #include ... #define SLIM_GL_IMPLEMENTATION #include "slim_gl.h" ...
#ifndef MuonReco_DYTInfo_h #define MuonReco_DYTInfo_h #include <vector> #include <map> #include <iostream> #include "DataFormats/DetId/interface/DetId.h" namespace reco { class DYTInfo { public: /// Constructor - Destructor DYTInfo(); ~DYTInfo(); /// copy from another DYTInfo void CopyFrom(...
/* * Copyright (c) 2008, 2009 open80211s Ltd. * Copyright (C) 2019 Intel Corporation * Author: Luis Carlos Cobo <luisca@cozybit.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 Fo...
// Copyright (c) 2021 Jonas Reich #pragma once #include "CoreMinimal.h" #include "AutomationTestWorld.h" #include "OUUTestObject.h" #include "FlowControl/SharedLock.h" #include "FlowControl/ExclusiveLock.h" #include "LockTestHelpers.generated.h" UCLASS(meta = (Hidden, HideDropDown)) class ULockTestsHelper : public ...
// This is an AUTO-GENERATED UAVCAN DSDL data type implementation. Curious? See https://uavcan.org. // You shouldn't attempt to edit this file. // // Checking this file under version control is not recommended unless it is used as part of a high-SIL // safety-critical codebase. The typical usage scenario is to generate...
// g2o - General Graph Optimization // Copyright (C) 2011 R. Kuemmerle, G. Grisetti, W. Burgard // 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 r...
/*! * \file RegionEU868.c * * \brief Region implementation for EU868 * * \copyright Revised BSD License, see section \ref LICENSE. * * \code * ______ _ * / _____) _ | | * ( (____ _____ ____ _| |_ _____ _...
//HEADER_GOES_HERE #ifndef __DOOM_H__ #define __DOOM_H__ extern int doom_quest_time; // weak extern int doom_stars_drawn; // weak extern void *pDoomCel; extern int doomflag; // weak extern int DoomQuestState; // idb /* void doom_reset_state(); void doom_play_movie(); */ int doom_get_frame_from_time(); void doo...
/* * Program for connecting to an Arduino running the i2c_read_eeprom.ino * * Reads the requested number of bytes from the eeprom and saves * them in a file with the given name * * Execute with --help to see instructions. * * ============================================================================= * * Or...
#pragma once #define LT_DIRECT 0 #define LT_POINT 1 #define LT_SECONDARY 2 struct R_Light { u16 type; // Type of light source u16 level; // GI level Fvector diffuse; // Diffuse color of light Fvector position; // Position in world space Fvector direction; // Direct...
// Copyright (c) 2013 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 REMOTING_HOST_WIN_RDP_HOST_WINDOW_H_ #define REMOTING_HOST_WIN_RDP_HOST_WINDOW_H_ #include <atlbase.h> #include <atlcom.h> #include <atlcrack...
/* * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The OpenAirInterface Software Alliance licenses this file to You under * the terms found in...
/**************************************************************************//** * @file i2c_reg.h * @version V1.00 * @brief I2C register definition header file * * @copyright (C) 2017 Nuvoton Technology Corp. All rights reserved. ****************************************************************************...
/* * net/tipc/port.h: Include file for TIPC port code * * Copyright (c) 1994-2007, Ericsson AB * Copyright (c) 2004-2007, 2010-2011, Wind River Systems * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditio...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "/home/lixh/ue_folder/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1" * `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/lixh/ue_folder/cmake_targets/lte_b...
/** 4MC Copyright (c) 2016, Xianjin YE BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) 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 ...
/* * Copyright (C) 2012 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: * * 1. Redistributions of source code must retain the above copyright * notice, this list of condit...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2020 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 FUJICOIN_UTIL_MESSAGE_H #define FUJICOIN_UTIL_MESSAGE_H #include <key.h>...
/** * OEML - REST API * This section will provide necessary information about the `CoinAPI OEML REST API` protocol. <br/> This API is also available in the Postman application: <a href=\"https://postman.coinapi.io/\" target=\"_blank\">https://postman.coinapi.io/</a> <br/><br/> Implemented Standards: * [HTTP1....
// Copyright 2019 DeepMind Technologies Ltd. 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 require...
/** * Copyright (c) 2012 Andrew Prock. All rights reserved. */ #ifndef PEVAL_CARDSETGENERATORS_H_ #define PEVAL_CARDSETGENERATORS_H_ #include <pokerstove/peval/Card.h> #include <pokerstove/peval/CardSet.h> #include <set> namespace pokerstove { /** * Create the set of all card sets where the size of each r...
#ifndef _TEXTCOMPONENT_H_ #define _TEXTCOMPONENT_H_ #include "GuiComponent.h" #include "resources/Font.h" class ThemeData; // Used to display text. // TextComponent::setSize(x, y) works a little differently than most components: // * (0, 0) - will automatically calculate a size that fits the tex...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strchr.c :+: :+: :+: ...
/* $Id$ Copyright 1989-2014 MINES ParisTech This file is part of Linear/C3 Library. Linear/C3 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 3 of the License, or an...
#pragma once #ifndef CATA_SRC_ENUM_TRAITS_H #define CATA_SRC_ENUM_TRAITS_H #include <type_traits> template<typename E> struct enum_traits; namespace enum_traits_detail { template<typename E> using last_type = typename std::decay<decltype( enum_traits<E>::last )>::type; } // namespace enum_traits_detail template<t...
/* $Id$ */ /* * Copyright (C) 2017 Teluu Inc. (http://www.teluu.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 version 2 of the License, or * (at your option) any later vers...
// // NSStringAdditions.h // CenturyWeeklyV2 // // Created by jerry.gao on 12/22/11. // Copyright (c) 2011 KSMobile. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> //数字 #define NUM @"0123456789" //字母 #define ALPHA @"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" //数字和字母 ...
#include <sys/time.h> #include <time.h> #include <stdio.h> static unsigned long long current_time_ns() { #ifdef __MACH__ clock_serv_t cclock; mach_timespec_t mts; host_get_clock_service(mach_host_self(), CALENDAR_CLOCK, &cclock); clock_get_time(cclock, &mts); mach_port_deallocate(mach_task_self(), c...
/* Copyright 2009-2010, jimmikaelkael Licenced under Academic Free License version 3.0 Review Open PS2 Loader README & LICENSE files for further details. */ #include "smsutils.h" #include "mass_common.h" #include "mass_stor.h" #include "atad.h" #include "ioplib_util.h" #include "cdvdman.h" #include "internal.h" ...
/***************************************************************************//** * @file * @brief Default definition for COM queue sizes ******************************************************************************* * # License * <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b> ********************...
#ifndef _SWAYNAG_TYPES_H #define _SWAYNAG_TYPES_H struct swaynag_type { char *name; char *font; char *output; uint32_t anchors; // Colors uint32_t button_text; uint32_t button_background; uint32_t background; uint32_t text; uint32_t border; uint32_t border_bottom; // Sizing ssize_t bar_border_thickness...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:02:21 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/Frameworks/CoreImage.framewo...
/* * 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 ...
// // 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...
/* LUFA Library Copyright (C) Dean Camera, 2019. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2019 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
#ifndef stats_h #define stats_h #include <iostream> #include <vector> #include <QString> #include "Cube.h" #include "UserInterface.h" namespace Isis { extern void stats(UserInterface &ui); extern Pvl stats( Cube *cube, double validMin, double validMax); extern void writeStatsStream( ...
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #pragma once #include <AzCore/EBus/EBus.h> namespace AtomToolsFramework { class AtomToolsDoc...
//===- TestDialect.h - MLIR Dialect for testing -----------------*- 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 2012 the V8 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. /** \mainpage V8 API Reference Guide * * V8 is Google's open source JavaScript engine. * * This set of documents provides reference material generat...
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
/* +----------------------------------------------------------------------+ | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is ...
/* * Copyright 2010-2017 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" fil...
// -------------------------------------------------------------------------- // OpenMS -- Open-Source Mass Spectrometry // -------------------------------------------------------------------------- // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen, // ETH Zurich, and Freie Universit...
// Platform detection using predefined macros #ifdef _WIN32 /* Windows x64/x86 */ #ifdef _WIN64 /* Windows x64 */ #define ELYS_PLATFORM_WINDOWS #else /* Windows x86 */ #error "x86 Builds are not supported!" #endif #elif defined(__APPLE__) || defined(__MACH__) #include <TargetConditionals.h> /* TARGET_OS_...
/* * This file is released under the terms of the Artistic License. Please see * the file LICENSE, included in this package, for details. * * Copyright (C) 2003-2008 Mark Wong & Open Source Development Labs, Inc. * * Based on TPC-C Standard Specification Revision 5.0 Clause 2.8.2. */ #include <sys/types.h> #in...
#pragma once #include <vector> namespace TowerDefense { class EnemyAffectorManager { public: EnemyAffectorManager(class Level* level); public: void Update(float deltaTime); private: void AddAffector(class EnemyAffectorComponent* affector); void RemoveAffector(clas...
#include "f2c.h" #include "blaswrap.h" /* Common Block Declarations */ struct { char srnamt[6]; } srnamc_; #define srnamc_1 srnamc_ /* Table of constant values */ static complex c_b1 = {-1e10f,-1e10f}; static complex c_b8 = {0.f,0.f}; static complex c_b13 = {-1.f,0.f}; static complex c_b14 = {1.f,0.f}; static ...
#include <sys/time.h> #include <sys/resource.h> int main(int argc, char** argv) { struct rlimit rlim; int ret = getrlimit(RLIMIT_MEMLOCK, &rlim); return (rlim.rlim_max < 102400); }
#define _DEFAULT_SOURCE #include "alloc.h" #include <errno.h> #include <stdarg.h> #include <stdint.h> #include <stdio.h> #include <string.h> #include <sys/mman.h> #include <unistd.h> #ifdef DEBUG #define DEBUG_PRINT(...) \ do { ...
#ifdef __OBJC__ #import <UIKit/UIKit.h> #endif FOUNDATION_EXPORT double Pods_IMGLYColorPicker_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_IMGLYColorPicker_ExampleVersionString[];
#include "types.h" #include "defs.h" #include "param.h" #include "memlayout.h" #include "mmu.h" #include "proc.h" #include "x86.h" #include "syscall.h" int syscallhappened = 0; // #include <malloc.h> // User code makes a system call with INT T_SYSCALL. // System call number in %eax. // Arguments on the stack, from th...
/* hamachi.c: A Packet Engines GNIC-II Gigabit Ethernet driver for Linux. */ /* Written 1998-2000 by Donald Becker. Updates 2000 by Keith Underwood. This software may be used and distributed according to the terms of the GNU General Public License (GPL), incorporated herein by reference. Drivers based on or deriv...
// // Created by Alex Chi on 2018/11/12. // #ifndef HURRICANE_HURRICANECHASSISSYSTEM_H #define HURRICANE_HURRICANECHASSISSYSTEM_H #include "CAHRR/src/ChassisSystem.h" #include "CAHRR/src/PIDAccumulator.h" #include "CAHRR/src/RampAccumulator.h" class HurricaneChassisSystem { private: double bf, lr, rot; PIDRa...
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #pragma once namespace xr { namespace Side { constexpr uint32_t Left = 0; constexpr uint32_t Right = 1; constexpr uint32_t Count = 2; } // namespace Side } // namespace xr
/* * 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 ...
// 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_PUBKEY_H #define BITCOIN_PUBKEY_H #include "hash.h" #include "se...
/* Copyright (C) 1991,1992,1996,1997,2002,2009 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 ...
/******************************************************************************* Copyright (c) 2017, Honda Research Institute Europe GmbH. 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. R...
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as ...
#include <stdio.h> int main(int argc, char **argv) { printf("Hello world!"); return 0; }
/* * $Id: s_gschup.c,v 1.5 2008-07-23 17:24:23 haley Exp $ */ /************************************************************************ * * * Copyright (C) 2000 * * University Corporation fo...
#define _GNU_SOURCE 1 #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> #include <arpa/inet.h> #include <netinet/in.h> #include <dlfcn.h> #include <pwd.h> #include <errno.h> #ifndef SOCK_PATH #define SOCK_PATH "%s/.tcp/socket-%d" #endif #ifnd...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:42:46 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/HealthExperienceUI.framework/HealthExperienceUI * classdump-dyld is licensed under GPLv3, Copyright ...
/* *********************************************************************************************************************** * * Copyright (c) 2015-2018 Advanced Micro Devices, Inc. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associ...
/** @file patest_record.c @ingroup test_src @brief Record input into an array; Save array to a file; Playback recorded data. @author Phil Burk http://www.softsynth.com */ /* * $Id: patest_record.c 1661 2011-04-28 18:54:46Z rob_bielik $ * * This program uses the PortAudio Portable Audio Library. * For more infor...
#pragma once #include <ph/renderer/Scene.h> class Test3D : public ph::renderer::Scene { private: ph::renderer::LightSetup* m_LightSetup; ph::renderer::Material* m_SceneMaterial; ph::renderer::Material* m_SkyboxMaterial; ph::entity::Entity* m_Cyborg; ph::entity::Entity* m_Sphere; ph::entity::Entity* m_Plane; ...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/cognito-idp/CognitoIdentityProvider_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/cognito-idp/mo...
/* * This file is part of the Micro Python project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2017 Scott Shawcroft for Adafruit Industries * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwa...
/* * This header is generated by classdump-dyld 1.0 * on Wednesday, March 22, 2017 at 9:06:00 AM Mountain Standard Time * Operating System: Version 10.1 (Build 14U593) * Image Source: /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary * classdump-dyld is licensed under GPLv3, Copyright © 20...
/* ------------------------------------------------------------- */ static int getct (int interval) { fd_set rdfs; struct timeval tv; int rc; if (!isatty (STDIN_FD)) { if (interval < 0) { fly_terminate (); exit (0); } tv...
// Copyright 2013 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 ASH_WM_CAPTION_BUTTONS_FRAME_MAXIMIZE_BUTTON_H_ #define ASH_WM_CAPTION_BUTTONS_FRAME_MAXIMIZE_BUTTON_H_ #include "ash/ash_export.h" #include "ash...
int func_dep_two() { return 42; }
/* * Network interface functions for CUPS. * * Copyright © 2007-2018 by Apple Inc. * Copyright © 1997-2006 by Easy Software Products, all rights reserved. * * Licensed under Apache License v2.0. See the file "LICENSE" for more * information. */ /* * Include necessary headers. */ #include "getifaddrs-intern...
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2019, Intel Corporation */ #ifndef __AGILEX_CLOCK_H #define __AGILEX_CLOCK_H /* fixed rate clocks */ #define AGILEX_OSC1 0 #define AGILEX_CB_INTOSC_HS_DIV2_CLK 1 #define AGILEX_CB_INTOSC_LS_CLK 2 #define AGILEX_L4_SYS_FREE_CLK 3 #define AGILEX_F2S_FREE_C...
/* Copyright (c) 2019, Ameer Haj Ali (UC Berkeley), and 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, this ...
/* ************************************************************************* * Ralink Tech Inc. * 5F., No.36, Taiyuan St., Jhubei City, * Hsinchu County 302, * Taiwan, R.O.C. * * (c) Copyright 2002-2007, Ralink Technology, Inc. * * This program is free software; you can redistribute it and/or modify * * it u...
/* ----------------------------------------------------------------------------- Software License for The Fraunhofer FDK AAC Codec Library for Android © Copyright 1995 - 2018 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. All rights reserved. 1. INTRODUCTION The Fraunhofer FDK AAC Codec Lib...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:42:13 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray * classdump-dyld is licensed under...
/*++ Copyright (c) 2013, 2014 Microsoft Corporation Microsoft Confidential */ #pragma once #include "TpmStructureBase.h" _TPMCPP_BEGIN // ************************************************************************************* // // NOTE! Do not edit this file, it is auto generated! This source is TpmTypes_skel.h. //...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/chime-sdk-meetings/ChimeSDKMeetings_EXPORTS.h> #include <aws/chime-sdk-meetings/ChimeSDKMeetingsRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility...
// x3py framework: https://github.com/rhcad/x3py #ifndef X3_CORE_OBJPTR_H #define X3_CORE_OBJPTR_H #include "iobject.h" BEGIN_NAMESPACE_X3 #ifndef SWIG LOCALAPI bool createObject(const char* clsid, long iid, IObject** p); struct NullPointerError {}; #ifndef X3THROW_NULLPOINTERERROR #define X3THROW_NULLPOINTERERROR(n...
/*! * \copy * Copyright (c) 2013, Cisco Systems * 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 co...
// // ALAdService.h // sdk // // Created by Basil on 2/27/12. // Copyright (c) 2013, AppLovin Corporation. All rights reserved. // #import <Foundation/Foundation.h> #import <AppLovinSdk/ALAnnotations.h> #import <AppLovinSdk/ALAd.h> #import <AppLovinSdk/ALAdSize.h> #import <AppLovinSdk/ALAdLoadDelegate.h> #import ...
/* This SDK is licensed under the MIT license (MIT) Copyright (c) 2015- Applied Technologies Internet SAS (registration number B 403 261 258 - Trade and Companies Register of Bordeaux – France) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentati...
// String.h // Ahmed M. Hussein (amhussein4@gmail.com) // 06/12/2020 #ifndef STRING_H_ #define STRING_H_ #include "List.h" namespace EZ { class String { public: String(); String(const char* target_string); String(const String& string); ~String(); String& operator=(const String& string); void Reset(); ...
#pragma once class TestReconstruction { public: TestReconstruction (); ~TestReconstruction (); void Run (); private: };