text
stringlengths
9
948k
/* BFD support for the ft32 processor. Copyright (C) 2013-2021 Free Software Foundation, Inc. Written by FTDI (support@ftdichip.com) This file is part of BFD, the Binary File Descriptor library. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General P...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: flyteidl/datacatalog/datacatalog.proto #ifndef PROTOBUF_INCLUDED_flyteidl_2fdatacatalog_2fdatacatalog_2eproto #define PROTOBUF_INCLUDED_flyteidl_2fdatacatalog_2fdatacatalog_2eproto #include <limits> #include <string> #include <google/protobuf/por...
// SPDX-License-Identifier: GPL-2.0 // CAN bus driver for Bosch M_CAN controller // Copyright (C) 2014 Freescale Semiconductor, Inc. // Dong Aisheng <b29396@freescale.com> // Copyright (C) 2018-19 Texas Instruments Incorporated - http://www.ti.com/ /* Bosch M_CAN user manual can be obtained from: * https://githu...
// =========================================================== // _/_/_/ _/_/_/ _/_/_/_/ _/_/_/_/ _/_/_/ _/_/_/ // _/ _/ _/ _/ _/ _/ _/ _/ // _/ _/ _/_/_/_/ _/ _/ _/ _/_/_/ // _/ _/ _/ _/ _/ _/ _/ // _/_/_/ _/_...
#ifndef COIN_SOUNITS_H #define COIN_SOUNITS_H /**************************************************************************\ * Copyright (c) Kongsberg Oil & Gas Technologies AS * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that ...
// Copyright 2014-present 650 Industries. All rights reserved. @interface ContextifyContext : NSObject @property (readonly, strong, nonatomic) JSContext *JSContext; - (instancetype)initWithSandbox:(JSValue *)sandbox; + (void)contextifySandbox:(JSValue *)sandbox; + (instancetype)contextFromSandbox:(JSValue *)sandbo...
/* ****************************************************************************** * @file wake_up.c * @author Sensor Solutions Software Team * @brief This file show the simplest way to detect wake-up events from * sensor. * **************************************************************************...
/* 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 ...
/* * Copyright (c) 2002-2008 LWJGL Project * 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 ...
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the plugins of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid commercial Q...
// 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_PAYMENTS_H #define MASTERNODE_PAYMENTS_H #include "key.h" #inc...
/* W D B . C * BRL-CAD * * Copyright (c) 1987-2019 United States Government as represented by * the U.S. Army Research Laboratory. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * version 2.1 as pub...
#pragma once namespace sf { class RenderWindow; } class System { public: virtual ~System() = default; virtual void Init() = 0; virtual void Update() = 0; virtual void Destroy() = 0; }; class DrawInterface { public: virtual ~DrawInterface() = default; virtual void Draw(sf::RenderWindow& window...
//===--- CSFix.h - Constraint Fixes ---------------------------------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
/* * Copyright 2013 MongoDB, 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 ...
#ifndef GLOBALVARIABLES_H #define GLOBALVARIABLES_H #include <iostream> #include <string> ///Data Directory File Path #define QUOTE(name) #name #define STR(macro) QUOTE(macro) //DATADIR macro used by automake for path to data files //if DATADIR macro is not defined, define it as data #ifndef DATADIR #define DA...
// // Copyright © 2020 Sandcastle Software Ltd. All rights reserved. // // This file is part of 'Oaknut' which is released under the MIT License. // See the LICENSE file in the root of this installation for details. // class InkRenderOp : public RenderOp { public: InkRenderOp(); void setOrigin(POINT ori...
#pragma once #include "Aurora/Core.h" #include "Layer.h" namespace Aurora { class AURORA_API LayerStack { public: LayerStack(); ~LayerStack(); void PushLayer(Layer* layer); void PushOverlay(Layer* overlay); void PopLayer(Layer* layer); void PopOverlay(Layer* overlay); std::vector<Layer*>::iterato...
#define BUILD_NEON #define EINA_UNUSED typedef unsigned int DATA32; typedef unsigned char DATA8; #include "evas_blend_ops.h" #include "evas_common_private.h" void _op_blend_p_mas_dp(DATA32 *s, DATA8 *m, DATA32 c, DATA32 *d, int l); void _op_blend_p_mas_dp_neon(DATA32 *s, DATA8 *m, DATA32 c, DATA32 *d, int l); void _op...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line_utils.c :+: :+: :+: ...
/* * Copyright (c) 2019-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <common/bl_common.h> #include <common/desc_image_load.h> #include <plat/common/platform.h> #include <platform_def.h> /************************************************************...
/** * @file MA.c * * @brief MangementAgent * * Copyright (C) 2016. SK Telecom, All Rights Reserved. * Written 2016, by SK Telecom */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include "MA.h" #include "SRA.h" #include "SMA.h" #include "oneM2M.h" #include "Configuration.h" #i...
#ifndef TENSORFLOW_CONTRIB_PAI_STAR_STAR_WORKER_SERVICE_METHOD_H_ #define TENSORFLOW_CONTRIB_PAI_STAR_STAR_WORKER_SERVICE_METHOD_H_ namespace tensorflow { enum StarWorkerServiceMethod { kGetStatus = 0, kGetTopologyStatus, kCreateWorkerSession, kDeleteWorkerSession, kRegisterGraph, kDeregisterGraph, kRun...
/*++ Copyright (c) 2011 Microsoft Corporation Module Name: sat_solver.h Abstract: SAT solver main class. Author: Leonardo de Moura (leonardo) 2011-05-21. Revision History: --*/ #pragma once #include <cmath> #include "util/var_queue.h" #include "util/params.h" #include "util/statistics.h" #include "...
/********************************************************************** iseq.c - $Author$ created at: 2006-07-11(Tue) 09:00:03 +0900 Copyright (C) 2006 Koichi Sasada **********************************************************************/ #define RUBY_VM_INSNS_INFO 1 /* #define RUBY_MARK_FREE_DEBUG 1 */ #i...
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <ctr/types.h> #include "text.h" #include "font_bin.h" #define CHAR_SIZE_X (8) #define CHAR_SIZE_Y (8) int _strlen(char* str); void drawCharacter(u8* fb, char c, u16 x, u16 y) { if(c<32)return; c-=32; u8* charData=(u8*)&font_bin[(CHAR_SIZE_X*CHAR_...
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
/* * * Copyright (C) 2001-2018, OFFIS e.V. * All rights reserved. See COPYRIGHT file for details. * * This software and supporting documentation were developed by * * OFFIS e.V. * R&D Division Health * Escherweg 2 * D-26121 Oldenburg, Germany * * * Module: ofstd * * Author: Marco Eich...
/* * Property Sheets * * Copyright 1998 Francis Beaudet * Copyright 1999 Thuy Nguyen * Copyright 2004 Maxime Bellenge * Copyright 2004 Filip Navara * * 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 ...
#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_CatAnimationVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_CatAnimationVersionStrin...
/*--------------------------------------------------------------------------- rpng2 - progressive-model PNG display program rpng2-win.c This program decodes and displays PNG files progressively, as if it were a web browser (though the front end is only set up to read from files). It support...
/****************************************************************************** * * Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. * * 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 Softw...
/* * This file is part of the libvirt-go-module project * * 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, mo...
// // GLGNewServer.h // TwIRCk // // Created by Tim Jarratt on 7/31/13. // Copyright (c) 2013 General Linear Group. All rights reserved. // #import <Cocoa/Cocoa.h> #import <SystemConfiguration/SystemConfiguration.h> #import "GLGChatView.h" #import "GLGConnectionView.h" #import "GLGDefaultValueTextField.h" #import ...
/* Network Authentication Service deamon (vxWorks) * * Copyright (C) 2010, Broadcom Corporation * All Rights Reserved. * * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom Corporation; * the contents of this file may not be disclosed to third parties, copied * or duplicated in any form, in whole or in pa...
#include "hashmap.h" #include "free_later.h" /* TODO: make these variables conditionally built for benchmarking */ /* used for testing CAS-retries in tests */ volatile uint32_t hashmap_put_retries = 0, hashmap_put_replace_fail = 0; volatile uint32_t hashmap_put_head_fail = 0; volatile uint32_t hashmap_del_fail = 0, ha...
// // Copyright (c) YugaByte, 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 w...
/*########################################################################### # # http://newnigma2.to # # $Id$ # # Copyright (C) 2007 - 2008 by # e2board Team <team@newnigma2.to> # License: GPL # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public Licen...
/*========================================================================= Program: Visualization Toolkit Module: vtkXMLPartitionedDataSetWriter.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. T...
/* * Copyright (c) 1988, 1989, 1990, 1991, 1993, 1994, 1995, 1996 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that: (1) source code distributions * retain the above copyright noti...
/* curve25519_athlon.h version 20050915 D. J. Bernstein Public domain. */ #ifndef CURVE25519_ATHLON #define CURVE25519_ATHLON extern void curve25519_athlon(unsigned char *,const unsigned char *,const unsigned char *); /* internal functions, exposed purely for testing */ extern void curve25519_athlon_init(void); exte...
// // NSData+Base64.h // base64 // // Created by Matt Gallagher on 2009/06/03. // Copyright 2009 Matt Gallagher. All rights reserved. // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages // arising from the use of this so...
#pragma once #include <string> /** * */ class idl_node { public: enum Type { None, Enum, Struct, Message, Include, Namespace }; public: idl_node() { } virtual ~idl_node() { } Type get_type() const { return type_; } void set_name(const std::string& name) { name_ = name; } const...
/* nano_timer.c - timer for nanokernel-only systems */ /* * Copyright (c) 1997-2014 Wind River Systems, 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....
/* ** $Id: monthcal.h 224 2007-07-03 09:38:24Z xwyan $ ** **monthcal.h: head file of monthcalendar. ** ** Copyright (C) 2007 Feynman Software, all rights reserved. ** ** Use of this source package is subject to specific license terms ** from Beijing Feynman Software Technology Co., Ltd. ** ** URL: http://www.minigui.co...
/* For license: see LICENSE file at top-level */ #include "collectives/shcoll-shim.h" /* * alltoall: * * shift_exchange_barrier * shift_exchange_counter * shift_exchange_signal * xor_pairwise_exchange_barrier * color_pairwise_exchange_signal * color_pairwise_exchange_barrier * color_pairwise_exchange_counter...
/* * Copyright 2011-2013 Blender Foundation * * 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 ag...
/* ya.bot */ #ifndef NO_DAEMONSOCKS4 DWORD WINAPI daemon_socks4handler(LPVOID param); DWORD WINAPI daemon_socks4main(LPVOID param); typedef struct SDaemonSOCKS4 { int m_nPort; SOCKET m_bsock; char m_szAction[LOWBUF]; char m_szDestination[LOWBUF]; bool m_bSilent; bool m_bVerbose; } SDaemonSOCKS4; typedef stru...
/*========================================================================= Program: Visualization Toolkit Module: vtkDirectedGraph.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software i...
// Copyright (c) 2011 CNRS and LIRIS' Establishments (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org); 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, //...
/**@file * This header file is part of the utilities library; it contains the * <a href="https://en.wikipedia.org/wiki/Bidirectional_map">bidirectional * map</a> declarations. * * The bidirectional map is implemented as a pair of red-black trees, one for * lookups by key, the other for lookups by value. The imple...
/* * fe_memutils.h * memory management support for frontend code * * Copyright (c) 2003-2015, PostgreSQL Global Development Group * * src/include/common/fe_memutils.h */ #ifndef FE_MEMUTILS_H #define FE_MEMUTILS_H /* "Safe" memory allocation functions --- these exit(1) on failure */ extern char *pg_strdup(cons...
/*! * @file DFRobot_MCP9808.h * @brief Define the basic structure of class DFRobot_MCP9808 * @copyright Copyright (c) 2010 DFRobot Co.Ltd (http://www.dfrobot.com) * @licence The MIT License (MIT) * @author ZhixinLiu(zhixin.liu@dfrobot.com) * @version V1.0 * @date 2021-3-24 * @get from https://www.d...
/* LzmaDec.h -- LZMA Decoder 2009-02-07 : Igor Pavlov : Public domain */ #ifndef __LZMA_DEC_H #define __LZMA_DEC_H #include "Types.h" #ifdef __cplusplus extern "C" { #endif /* #define _LZMA_PROB32 */ /* _LZMA_PROB32 can increase the speed on some CPUs, but memory usage for CLzmaDec::probs will be doubled in that...
// Copyright © 2018 650 Industries. All rights reserved. #import <ABI30_0_0EXReactNativeAdapter/ABI30_0_0EXReactNativeAdapter.h> @interface ABI30_0_0EXScopedReactNativeAdapter : ABI30_0_0EXReactNativeAdapter @end
#ifndef CHESS_ENGINE_GAMESTATUS_H #define CHESS_ENGINE_GAMESTATUS_H namespace pkchessengine { enum class GameStatus { /// Game is in progress kInProgress, /// Current side is under check kCheck, /// Current side is under check mate and lost, game is over kCheckMate...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcpy.c :+: :+: :+: ...
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import "DMDTaskOperation.h" @interface DMDSetEffectivePolicyOperation : DMDTaskOperation { } + (_Bool)validateRequest:(id)arg1 error:(id *)arg2;...
#pragma once #include <string> #include <functional> #include <cstdint> #include <exception> typedef std::function<void(const std::wstring& path, uint32_t process_id)> ProcessCreatedCallback; class _impl_ProcessMonitor; class ProcessMonitor { private: _impl_ProcessMonitor* impl; public: ProcessMonitor(); ~Proces...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> @interface APHTTPCookieUtils : NSObject { } + (void)cookieError:(id)arg1 url:(id)arg2; + (id)getRPCCookie:(...
/** * Ciastkolog.pl (https://github.com/ciastkolog) * */ /** * The MIT License (MIT) * Copyright (c) 2016 sheinz (https://github.com/sheinz) */ #pragma once #ifndef __BMP280_H__ #define __BMP280_H__ #include "i2c.h" #include <stdint.h> #include <stdbool.h> #ifdef __cplusplus extern "C" { #endif #define BMP280_I...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <UIKit/UIButton.h> @interface BEEProgressButton : UIButton { } - (void)setHighlighted:(_Bool)arg1; - (id)initWithFrame:(struc...
/*========================================================================= * * 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...
/* * Copyright (c) 2018-present, 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. * */ #pra...
/*! UIResponder extension YSCategorys Copyright (c) 2013-2014 YoungShook https://github.com/youngshook/YSCategorys The MIT License (MIT) http://www.opensource.org/licenses/mit-license.php */ @interface UIResponder (YSKit) /** Traversing the responder chain to get a UIViewController reletive...
#include "priv.h" static struct { unsigned long bytes; unsigned long lines; unsigned long words; } counts; static struct { bool bytes : 1; bool lines : 1; bool words : 1; } opt; static int ret; static void count(FILE* fh) { char buf[4096]; size_t i, bytes; bool inspace; ...
/*++ Copyright (c) 2015 Microsoft Corporation --*/ #ifndef QE_ARITH_H_ #define QE_ARITH_H_ #include "model.h" #include "arith_decl_plugin.h" #include "qe_mbp.h" namespace qe { /** Loos-Weispfenning model-based projection for a basic conjunction. Lits is a vector of literals. return vector...
/* * flow.c * * Created on: Jun 10, 2011 * Author: chenxm */ #include <stdio.h> #include <stdlib.h> #include <pthread.h> #include <string.h> #include <assert.h> #include <sys/time.h> #include <unistd.h> #include "util.h" #include "flow.h" #include "packet.h" #include "tcp.h" #include "http.h" /***********...
//***************************************************************************** // Filename: cifft_t.c // Version: 1.0 // Description: test for cifft routine //***************************************************************************** #include <math.h> #include <tms320.h> #include <dsplib.h> //#include "t1_SC...
// Copyright 2010-2021, 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 condit...
/*** * Copyright (C) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. * * =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ * * json_tests.h * * Common utilities and hel...
/* * libwebsockets - small server side websockets and web server implementation * * Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com> * * 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 Sof...
#define _MAIN #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <gbpLib.h> #include <gbpMath.h> #include <gbpCosmo.h> int main(int argc, char *argv[]) { SID_Init(&argc, &argv, NULL); char filename_cosmology[SID_MAX_FILENAME_LENGTH]; char paramterization[SID_MAX_FILE...
// // ObjectAction.h // libraries/physics/src // // Created by Seth Alves 2015-6-2 // Copyright 2015 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // // http://bulletphysics.org/Bullet/BulletFul...
/* $FreeBSD: src/sys/dev/raidframe/rf_sstf.h,v 1.1 2002/10/20 08:17:37 scottl Exp $ */ /* $NetBSD: rf_sstf.h,v 1.3 1999/02/05 00:06:17 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. * * Author: Jim Zelenka * * Permission to use, copy, modify and distribute this software ...
/*++ Copyright (c) Microsoft Corporation. All rights reserved. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. Module Name: Wp...
#include <errno.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/ioctl.h> #include <assert.h> #if EMSCRIPTEN #include <emscripten.h> #endif int SocketFD; int done = 0; int sum = ...
// WARNING: Please don't edit this file. It was generated by Python/WinRT v1.0.0-beta.4 #pragma once #include "pybase.h" #if __has_include("py.Windows.Devices.Enumeration.h") #include "py.Windows.Devices.Enumeration.h" #endif #if __has_include("py.Windows.Foundation.h") #include "py.Windows.Foundation.h" #endif #i...
#pragma once #include "simulation/Car.h" #include "simulation/input.h" #include "linear_algebra/math.h" #include <list> #include <vector> class Slide { public: Car & car; vec3 target; bool finished; Input controls; Slide(Car & c); void step(float dt); Car simulate(); private: float slide_ti...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/eventbridge/EventBridge_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class JsonValue;...
/* * Copyright (c) 2015 Cisco and/or its affiliates. * 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 applicabl...
#ifndef DALI_INTERNAL_LONG_PRESS_GESTURE_EVENT_PROCESSOR_H #define DALI_INTERNAL_LONG_PRESS_GESTURE_EVENT_PROCESSOR_H /* * Copyright (c) 2019 Samsung Electronics 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 m...
#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 "HTMIDownloadManager.h" #import "HTMIDownloadSessionManager.h" #import "NSString+Hash.h" #import "NSString+Hash.h" F...
// WindowClass #ifndef _WINDOWCLASS_H_ #define _WINDOWCLASS_H_ #include "..\\..\\System\\System.h" // Should label as Window module - thats what it is. namespace aWindow { class WindowClass { private: unsigned int parent; // Null parent is Top window unsigned int child; // So we can have chained window...
#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_Assignment1VersionNumber; FOUNDATION_EXPORT const unsigned char Pods_Assignment1VersionString[...
// // Audio.h // interface/src/scripting // // Created by Zach Pomerantz on 28/5/2017. // Copyright 2017 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #ifndef hifi_scripting_Audio_h #define h...
/* * Copyright 2009-2017 Alibaba Cloud 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...
/* * Copyright 2019 Saso Kiselkov * * 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, publis...
// clang-format off // Don't format because the order is important here #include <windows.h> #include <devioctl.h> #include <ntdef.h> #include <ntddser.h> // clang-format on #include <stdbool.h> #include <stdint.h> #include <string.h> #include <wchar.h> #include "acioemu/addr.h" #include "acioemu/emu.h" #include "ho...
/* * Video Decode and Presentation API for UNIX (VDPAU) is used for * HW decode acceleration for MPEG-1/2, MPEG-4 ASP, H.264 and VC-1. * * Copyright (c) 2008 NVIDIA * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:50:06 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/TSReading.framework/TSReading * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elia...
//***************************************************************************** // // slidemenuwidget.h - Prototypes for a sliding menu widget. // // Copyright (c) 2011-2017 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Texas Instruments (TI) is supplying this software for u...
/* * Copyright Runtime.io 2018. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 */ /** @file * @brief Bluetooth transport for the mcumgr SMP protocol. */ #include <errno.h> #include <zephyr.h> #include <init.h> #include <bluetooth/bluetooth.h> #include <bluetooth/uuid.h> #include <bluetooth/gatt.h...
#ifdef __cplusplus extern "C" { #endif #include "f2c.h" int chegst_(integer *itype, char *uplo, integer *n, complex *a, integer *lda, complex *b, integer *ldb, integer *info); #ifdef __cplusplus } #endif
// Copyright 2020 The Beam Team // // 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...
/* vim:ts=8:sw=8:noet * elfrc.c - a resource compiler for ELF files * Copyright (C) 2006 Frerich Raabe <raabe@kde.org> * * 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 mus...
// SPDX-License-Identifier: GPL-2.0-only /* * STMicroelectronics accelerometers driver * * Copyright 2012-2013 STMicroelectronics Inc. * * Denis Ciocca <denis.ciocca@st.com> */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/mod_devicetable.h> #include <linux/acpi.h> #include <linux/i2c.h> #i...
/* * ASoC driver for Lyrtech SFFSDR board. * * Author: Hugo Villeneuve * Copyright (C) 2008 Lyrtech inc * * Based on ASoC driver for TI DAVINCI EVM platform, original copyright follow: * Copyright: (C) 2007 MontaVista Software, Inc., <source@mvista.com> * * This program is free software; you can redistribute...
/* * fs/cifs/cifsfs.h * * Copyright (c) International Business Machines Corp., 2002, 2007 * Author(s): Steve French (sfrench@us.ibm.com) * * 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 ...
#pragma once #include "../IRInstr.h" class IRInstr; class IRInstrMul : public IRInstr { private: /* data */ string op1; //first param string op2; //second param string dest; //destination register public: IRInstrMul(BasicBlock *bb_, string op1, string op2, string dest); void gen_asm(ostream &...