text stringlengths 9 948k |
|---|
/********************************************************************************************************
* @file app_buffer.c
*
* @brief This is the source file for BLE SDK
*
* @author BLE GROUP
* @date 2020.06
*
* @par Copyright (c) 2020, Telink Semiconductor (Shanghai) Co., Ltd. ("TELINK")
*
* ... |
#pragma once
template < typename TYPE, typename ARG_TYPE = const TYPE&>
class CBuffer
{
protected:
TYPE* m_pBuffer; //buffer
UINT m_nBufferSize; //total size of buffer (in elements)
UINT m_nBufferLength; //valid length of buffer (in elements)
bool m_bBufferDirty; //true if some data has been modified
publi... |
/*
* 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... |
//*****************************************************************************
//
// lm3s1133.h - LM3S1133 Register Definitions
//
// Copyright (c) 2007-2013 Texas Instruments Incorporated. All rights reserved.
// Software License Agreement
//
// Redistribution and use in source and binary forms, with or without
/... |
/* tifwrite2D.c */
/*---------------------------------------------------------------------------*/
/* */
/* tifwrite2D.c: TIFF writing routines */
/* ... |
#if !defined( _MEMSTM_H_ )
#define _MEMSTM_H_
class CMarshalMemStm;
class CMarshalMemBytes;
// function prototypes
STDAPI_(LPSTREAM) CreateMemStm(DWORD cb, LPHANDLE phMem);
STDAPI_(LPLOCKBYTES) CreateMemLockBytes(DWORD cb, LPHANDLE phMem);
// CMemStm is a stream implementation on top of global shared memory MEMSTM... |
/* Properties of Unicode characters.
Copyright (C) 2002, 2006-2007, 2009-2010 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2002.
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 t... |
/*------------------------------------------------------------*-
Stepper Motor Controller - header file
RASPBERRY PI 3B+
(c) Minh-An Dao 2019
version 1.00 - 24/09/2019
--------------------------------------------------------------
* This code use the TMC2208 as the driver for the stepper.
* Other Driver (A49... |
/*
* This file is part of libdom.
* Licensed under the MIT License,
* http://www.opensource.org/licenses/mit-license.php
* Copyright 2009 Bo Yang <struggleyb.nku.com>
*/
#include <assert.h>
#include <stdlib.h>
#include <dom/core/characterdata.h>
#include <dom/core/text.h>
#include "html/html_docu... |
/*
* ESPRESSIF MIT License
*
* Copyright (c) 2016 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD>
*
* Permission is hereby granted for use on ESPRESSIF SYSTEMS ESP8266 only, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to dea... |
//
// YYLAppDelegate.h
// YYLWebViewController
//
// Created by yanyulin on 07/19/2017.
// Copyright (c) 2017 yanyulin. All rights reserved.
//
@import UIKit;
@interface YYLAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end |
#ifndef H_77AE9705C225590CDB92A827880FF753_IntraProcessMessage_DCPS_IMPL_H_
#define H_77AE9705C225590CDB92A827880FF753_IntraProcessMessage_DCPS_IMPL_H_
#include "ccpp.h"
#include "ccpp_IntraProcessMessage_.h"
#include "TypeSupportMetaHolder.h"
#include "TypeSupport.h"
#include "FooDataWriter_impl.h"
#include "FooDataR... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE191_Integer_Underflow__int_fgets_sub_66a.c
Label Definition File: CWE191_Integer_Underflow__int.label.xml
Template File: sources-sinks-66a.tmpl.c
*/
/*
* @description
* CWE: 191 Integer Underflow
* BadSource: fgets Read data from the console using fgets()
* GoodSourc... |
//
// LYLWaterView.h
// LYLWaterView
//
// Created by SPI-绿能宝 on 16/5/24.
// Copyright © 2016年 北京SPI绿能宝. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "DoubleWaterView.h"
#import "UConstants.h"
#import "WaterView.h"
//! Project version number for LYLWaterView.
FOUNDATION_EXPORT double LYLWaterViewVersion... |
#pragma once
#include "Basic.h"
namespace Nebula {
template<length_t L, typename T>
struct compute_length
{
inline static T call(vec<L, T> const& v)
{
return sqrt(dot(v, v));
}
};
template<length_t L, typename T>
struct compute_distance
{
inline static T call(vec<L, T> const& p0, vec<L, T> const& p... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
#ifndef GRAPHQLPARSE_H
#define GRAPHQLPARSE_H
// clang-format off
#ifdef GRAPHQL_DLLEXPORTS
#ifdef IMPL_GRAPHQLPEG_DLL
#define GRAPHQLPEG_EXPORT __declspec(dllexport)
#else // !IMPL_GRAPHQLPEG_DLL
#defi... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/NanoPassKit.framework/NanoPassKit
*/
@interface NPKProtoUpdatePassRequest : PBRequest <NSCopying> {
NPKProtoCatalog * _catalog;
struct {
unsigned int lastKnownResyncID : 1;
unsigned int resyncID : 1;
unsigned... |
/*********************************************************************************
* MIT License *
* *
* Copyright (c) 2021 Chenxi Zhou <chnx.zhou@gmail.com> ... |
/*++
Copyright 2006 - 2007, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distributi... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnbr.c :+: :+: :+: ... |
/**
******************************************************************************
* @file stm32f2xx_hal_conf.h
* @brief HAL configuration file.
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) 2016 STMicroelectronics.
... |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2017 Sam Lantinga <slouken@libsdl.org>
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 software.
Permission is granted to anyone to use this ... |
// Copyright 2018 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 CHROME_BROWSER_UI_WEBAUTHN_HOVER_LIST_MODEL_H_
#define CHROME_BROWSER_UI_WEBAUTHN_HOVER_LIST_MODEL_H_
#include <stddef.h>
#include <vector>
#in... |
/* GsTL: the Geostatistics Template Library
*
* Author: Nicolas Remy
* Copyright (c) 2000 The Board of Trustees of the Leland Stanford Junior University
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following c... |
/***********************license start***************
* Copyright (c) 2003-2010 Cavium Inc. (support@cavium.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:
*
* * Redistributio... |
/*---------------------------------------------------------------------------
* filename - dosgftim.c
*
* function(s)
* _dos_getftime - gets file date and time (MSC compatible)
*--------------------------------------------------------------------------*/
/*
* C/C++ Run Time Library - Version 10.0
*
... |
/*
This file is part of the WebKit open source project.
This file has been generated by generate-bindings.pl. DO NOT MODIFY!
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... |
/* Compiler implementation of the D programming language
* Copyright (C) 1999-2018 by The D Language Foundation, All Rights Reserved
* written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* https://github.com/dlan... |
/*
* Copyright (c) 2017-2020 Aaron Marburg <amarburg@uw.edu>
* 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,
*... |
/*
pygame - Python Game Library
Copyright (C) 2009 Vicent Marti
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later vers... |
/*
* $Id: AUD_SequencerEntry.h 39792 2011-08-30 09:15:55Z nexyon $
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* Copyright 2009-2011 Jörg Hermann Müller
*
* This file is part of AudaSpace.
*
* Audaspace is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licens... |
#pragma once
#include "psb_cc_base.h"
class psb_cc_array : public psb_cc_base, public vector<int64_t>
{
public:
psb_cc_array();
virtual ~psb_cc_array();
virtual bool compile();
void set_value(uint32_t index, int64_t value);
const char *get_class_name();
protected:
uint8_t get_data_align_bytes();
void cc_create_... |
#ifndef _HASH_TABLE_H_
#define _HASH_TABLE_H_
#include <stdint.h>
struct cons_bucket_t {
uint32_t id;
int head;
};
struct cons_build_t {
struct cons_bucket_t **buckets;
int *bsize;
int *pos;
int npos;
int l2_size;
uint32_t mask;
};
struct cons_table_t {
uint32_t *id;
int *head;
int *bpos;
int *pos;
int... |
/****************************************************************************
Copyright (C) 2013 Henry van Merode. All rights reserved.
Copyright (c) 2015-2016 Chukong Technologies Inc.
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge,... |
/**
* @file llpanellandmarkinfo.h
* @brief Displays landmark info in Side Tray.
*
* $LicenseInfo:firstyear=2009&license=viewerlgpl$
* Second Life Viewer Source Code
* Copyright (C) 2010, Linden Research, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the ... |
/*
* Copyright 2016 The Kythe Authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
/*
Name: imath.c
Purpose: Arbitrary precision integer arithmetic routines.
Author: M. J. Fromberger <http://spinning-yarns.org/michael/>
Copyright (C) 2002-2007 Michael J. Fromberger, All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software ... |
#ifndef __is_included__5d177c48_2d6e_11eb_89c2_b499badf00a1
#define __is_included__5d177c48_2d6e_11eb_89c2_b499badf00a1 1
#ifdef __cplusplus
extern "C" {
#endif
struct rigolMso5000;
struct rigolMso5000_Vtbl;
typedef enum labError (*lpfnRigolMSO5000_Disconnect)(
struct rigolMso5000* lpDevice
);
typedef enum l... |
// 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 CHROME_RENDERER_MEDIA_CAST_RTP_STREAM_H_
#define CHROME_RENDERER_MEDIA_CAST_RTP_STREAM_H_
#include <string>
#include <vector>
#include "base/bas... |
#ifdef MODULE_SCRIPT_ENABLED
// Autogenerated by gameplay-luagen
#ifndef LUA_PLANE_H_
#define LUA_PLANE_H_
namespace gameplay
{
// Lua bindings for Plane.
int lua_Plane__gc(lua_State* state);
int lua_Plane__init(lua_State* state);
int lua_Plane_distance(lua_State* state);
int lua_Plane_getDistance(lua_State* state);... |
//
// SQLogger.h
// SQNetWorking
//
// Created by apple on 16/7/22.
// Copyright © 2016年 zsq. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "SQService.h"
#import "SQURLResponse.h"
@interface SQLogger : NSObject
+ (void)logDebugInfoWithRequest:(NSURLRequest *)request apiName:(NSString *)api... |
#include "Arduino.h"
extern uint32_t ulp_entry;
extern uint32_t ulp_tsens_value; |
#include<init.h>
static void exit(int);
static int main(void);
void init_start()
{
int retval = main();
exit(0);
}
/*Invoke system call with no additional arguments*/
static long _syscall0(int syscall_num)
{
asm volatile ( "int $0x80;"
"leaveq;"
"retq;"
:::"mem... |
// 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 CHROME_COMMON_LOGGING_CHROME_H_
#define CHROME_COMMON_LOGGING_CHROME_H_
#include "base/logging.h"
#include "base/time/time.h"
#include "build... |
#ifndef _ROS_std_msgs_ByteMultiArray_h
#define _ROS_std_msgs_ByteMultiArray_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
#include "std_msgs/MultiArrayLayout.h"
namespace std_msgs
{
class ByteMultiArray : public ros::Msg
{
public:
typedef std_msgs::MultiArrayLayout ... |
/*
* Copyright (c) 2014, Freescale Semiconductor, 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:
*
* o Redistributions of source code must retain the above copyright notice, this list... |
// 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 UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_DELEGATE_H_
#define UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_NODE_DELEGATE_H_
#include "ui/accessibility/... |
//-------------------------------------------------------------------------------------------------------
// Copyright (c) 2021 Guangzhou Joyy Information Technology Co., Ltd. All rights reserved.
// Licensed under the MIT license. See license.txt file in the project root for full license information.
//---------------... |
/* $NetBSD: prop_bool.h,v 1.4 2008/04/28 20:22:51 martin Exp $ */
/*-
* Copyright (c) 2006 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Jason R. Thorpe.
*
* Redistribution and use in source and binary forms, with or without
... |
/*=========================================================================
*
* Copyright NumFOCUS
*
* 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.or... |
// Copyright (c) 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_ZMQ_ZMQCONFIG_H
#define BITCOIN_ZMQ_ZMQCONFIG_H
#if defined(HAVE_CONFIG_H)
#include "config/vip-config.h"
#endif
... |
// Copyright 2020 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 CHROME_BROWSER_UI_VIEWS_EXTENSIONS_PRINT_JOB_CONFIRMATION_DIALOG_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_EXTENSIONS_PRINT_JOB_CONFIRMATION_DIALOG_... |
/*
* Academic License - for use in teaching, academic research, and meeting
* course requirements at degree granting institutions only. Not for
* government, commercial, or other organizational use.
*
* _coder_massF11_mex.c
*
* Code generation for function '_coder_massF11_mex'
*
*/
/* Include files */
#inclu... |
/**
* 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 may ... |
/**
******************************************************************************
* @file stm32f4xx_tim.c
* @author MCD Application Team
* @version V1.7.0
* @date 22-April-2016
* @brief This file provides firmware functions to manage the following
* functionalities of the TIM periphera... |
//===--- SimpleRequest.h - Simple Request Instances -------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... |
// SPDX-License-Identifier: GPL-2.0
/*
* Intel(R) Trace Hub Global Trace Hub
*
* Copyright (C) 2014-2015 Intel Corporation.
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/types.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/io.h>
#include <linux/mm.h>
#include <linux/slab.h... |
#include "ring.h"
#include "stdlib.h"
RING_FUNC(ring_myfunction)
{
printf("Hello, World!\n");
}
RING_FUNC(ring_sumtwonumbers)
{
double nNum1,nNum2,nSum;
// Check Parameters Count
if (RING_API_PARACOUNT != 2) {
RING_API_ERROR(RING_API_MISS2PARA);
return;
}
// Check Parameters Type
if ( ! (RING_API_ISN... |
/**
* \file
*
* \brief Custom board configuration
*
* Copyright (C) 2011-2014 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
... |
#pragma once
#ifdef OMG_PLATFORM_WINDOWS
#ifdef OMG_BUILD_DLL
#define OMEGA_API __declspec(dllexport)
#else
#define OMEGA_API __declspec(dllimport)
#endif
#else
#error Omega only supports Windows!
#endif
#ifdef OMG_DEBUG
#define OMG_ENABLE_ASSERTS
#endif
#ifdef OMG_ENABLE_ASSERTS
#define OMG_ASSERT(x, ..... |
/* @(#)s_logb.c 5.1 93/09/24 */
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsystems, Inc. business.
* Permission to use, copy, modify, and distribute this
* software is freely granted, provided th... |
/*
* Copyright 2016 Google Inc.
* Copyright (C) 1994-2021 OpenTV, Inc. and Nagravision S.A.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef RasterWindowContextLibWPE_DEFINED
#define RasterWindowContextLibWPE_DEFINED
#include "include/core/SkSurf... |
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
#include "fuse_i.h"
#include <linux/init.h>
#include <linux/module.h>
#include <linux/poll.h>
#include <linux/sched/signal.h>
#... |
// Disk setup and access
//
// Copyright (C) 2008,2009 Kevin O'Connor <kevin@koconnor.net>
// Copyright (C) 2002 MandrakeSoft S.A.
//
// This file may be distributed under the terms of the GNU LGPLv3 license.
#include "biosvar.h" // GET_GLOBAL
#include "block.h" // process_op
#include "hw/ata.h" // process_ata_op
#i... |
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* C O N T R O L F L O W
*
* L O O P D E T E C T I O N
*/
void loop_detection(proc_p p); /*
* Detect all loops of procedure p.
... |
/*
* Copyright 2015 Your Name <your@email.address>
* All rights reserved. Distributed under the terms of the MIT license.
*/
#ifndef PORTFOLIOWINDOW_H
#define PORTFOLIOWINDOW_H
#include <SupportDefs.h>
#include <interface/Window.h>
class BTextControl;
class BHandler;
class BMessenger;
class PortfolioWindow : publi... |
//gcc -g -O3 -Wall gzfastq_sort.c -I/share/software/software/zlib_1.2.8_install/include -L/share/software/software/zlib_1.2.8_install/lib -o gzfastq_sort -lz
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <getopt.h>
#include <err.h>
#include <time.h>
#include <sys/time.h>
#includ... |
//
// RTAppDelegate.h
// RTHeadedColumnView
//
// Created by rickytan on 10/19/2016.
// Copyright (c) 2016 rickytan. All rights reserved.
//
@import UIKit;
@interface RTAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end |
/*
* device.h - CC31xx/CC32xx Host Driver Implementation
*
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
*
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* Redistribu... |
/*-------------------------------------------------------------------------------------
*
* Copyright (c) Microsoft Corporation
*
*-------------------------------------------------------------------------------------*/
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created... |
/*
*------------------------------------------------------------------
* Copyright (c) 2017 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://w... |
/*************************************************************************
rk4.h -- Runge-Kutta 4th order integration functions
Copyright (C) 2000 Free Software Foundation, Inc.
Written by Kevin J Walchko <walchko@ufl.edu>
**************************************************************************
This program is free s... |
#ifndef curious_dynamic_array
#define curious_dynamic_array
/*********
* Types *
*********/
typedef struct curious_dynamic_array {
int last_el; //index of lat element in array
int len; //number of elements in array
size_t el_size; //size of each element in array
void *array; //stores actua... |
/**
* Copyright (c) 2021 OceanBase
* OceanBase CE is licensed under Mulan PubL v2.
* You can use this software according to the terms and conditions of the Mulan PubL v2.
* You may obtain a copy of Mulan PubL v2 at:
* http://license.coscl.org.cn/MulanPubL-2.0
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BAS... |
// Copyright 2017 The Ray 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 agreed to i... |
#ifndef _ccutils_h_
#define _ccutils_h_
#include <string>
#include <vector>
#include <iostream>
using namespace std;
#include "cocos2d.h"
using namespace cocos2d;
long getCCMilliSecond();
void getWorldRect(CCNode *sprite,CCRect &rect);
bool getIntersectRect(const CCRect &r1,const CCRect &r2,CCRect &rect);
void getMerge... |
// 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 FARMCOIN_QT_TEST_URITESTS_H
#define FARMCOIN_QT_TEST_URITESTS_H
#include <QObject>
#include <QTest>
class URITests ... |
#pragma once
#include "il2cpp.h"
void Dpr_Battle_View_TaskValueControl_Vector3____ctor (Dpr_Battle_View_TaskValueControl_Vector3__o* __this, UnityEngine_Vector3_o from, UnityEngine_Vector3_o to, System_Action_TValue__o* onUpdate, const MethodInfo* method_info);
void Dpr_Battle_View_TaskValueControl_Vector3___OnDispos... |
//
// IssuesKit.h
// IssuesKit
//
// Created by Jonathan Bennett on 2015-12-22.
// Copyright © 2015 Jonathan Bennett. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for IssuesKit.
FOUNDATION_EXPORT double IssuesKitVersionNumber;
//! Project version string for IssuesKit.
FOUNDATION_EXP... |
//
// Copyright(c) 2015 Gabi Melman.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
//
#pragma once
// Helper class for file sinks.
// When failing to open a file, retry several times(5) with a delay interval(10 ms).
// Throw spdlog_ex exception on errors.
#include "spdlog/details/log_msg.... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI
*/
@interface SKUIGiftConfirmLabeledValue : UIView {
SKUIGiftDashView * _dashView;
UILabel * _labelLabel;
long long _style;
UILabel * _subtitleLabel;
UILabel * _valueLabel;
}
@property (non... |
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
*/
@interface _LSHandoffCompatibilityAppLinkPlugIn : _LSSharedWebCredentialsAppLinkPlugIn
- (void)getAppLinkWithCompletionHandler:(id /* block */)arg1;
- (id)init;
@end |
// Copyright (c) 2016 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 QUICHE_QUIC_TEST_TOOLS_MOCK_QUIC_SPDY_CLIENT_STREAM_H_
#define QUICHE_QUIC_TEST_TOOLS_MOCK_QUIC_SPDY_CLIENT_STREAM_H_
#include "net/third_par... |
/*
* Copyright (C) 2013 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 conditions and t... |
/*
* Copyright 2010-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" fil... |
/* Copyright (c) 2016 PaddlePaddle Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or... |
/* Generated by Cython 0.29.14 */
/* BEGIN: Cython Metadata
{
"distutils": {
"depends": [
"zfp/include/bitstream.h",
"zfp/include/zfp.h"
],
"extra_compile_args": [
"-msse2",
"-mavx2",
"-std=c99"
],
"include_dirs": [... |
#ifndef _FAT_UTILS_H
#define _FAT_UTILS_H
#include <zjunix/fs/fat.h>
#include <zjunix/type.h>
// Manipulate data through pointers
extern u16 get_u16(u8 *ch);
extern u32 get_u32(u8 *ch);
extern void set_u16(u8 *ch, u16 num);
extern void set_u32(u8 *ch, u32 num);
u32 fs_wa(u32 num);
// Get file entry info
u32 get_star... |
//
// Created by HP on 28-Apr-18.
//
#ifndef PASSONE_PARSING_MAP_H
#define PASSONE_PARSING_MAP_H
//
// Created by Magho on 27-Apr-18.
//
#include <cstring>
#include <string>
#include <vector>
#include <list>
#include <map>
using namespace std;
class parsing_map {
public:
list<map<string, string>> parisngFunc... |
/*
* Copyright (c) 2020 Bouffalolab.
*
* This file is part of
* *** Bouffalolab Software Dev Kit ***
* (see www.bouffalolab.com).
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions ... |
/****************************************************************************
Copyright (c) 2012-2013 cocos2d-x.org
http://www.cocos2d-x.org
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 withou... |
//
// MSPage.h
// ProtoWire
//
// Created by Mark Horgan on 28/05/2017.
// Copyright © 2017 Mark Horgan. All rights reserved.
//
#import "MSImmutableLayerGroup.h"
#import "MSImmutableArtboardGroup.h"
@interface MSImmutablePage: MSImmutableLayerGroup
@property (readonly, nonatomic) NSArray<MSImmutableArtboardGrou... |
//=============================================================================
/**
* @file Reactor_Performance_Test.h
*
* This file includes template class definitions for the
* Reactor_Performance_Test.cpp program. This class gets its own
* header file to work around AIX C++ compiler "features" related
... |
#ifndef MCP23S08_H_INCLUDED
#define MCP23S08_H_INCLUDED
#include "../../../spi_common/spi_common.h"
typedef enum {
MCP23S08_OUTPUT_MODE = 0,
MCP23S08_INPUT_MODE = 1,
} mcp23s08_mode_t;
typedef enum {
MCP23S08_GPIO_1 = 0,
MCP23S08_GPIO_2,
MCP23S08_GPIO_3,
MCP23S08_GPIO_4,
MCP23S08_GPIO_5... |
/* $OpenBSD$ */
/*
* Copyright (c) 2011 Nicholas Marriott <nicholas.marriott@gmail.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE S... |
#pragma once
#include "iaudiosource.h"
#include "bass.h"
#include "bass_aac.h"
#include "bass_ac3.h"
#include "bass_adx.h"
#include "bassape.h"
#include "bass_mpc.h"
#include "bass_ofr.h"
#include "bass_spx.h"
#include "bass_tta.h"
#include "bassalac.h"
#include "basscd.h"
#include "bassdsd.h"
#include "bassflac.h"
#... |
/******************************************************************************
*
* BigBlockFile
*
* This is the implementation of a file that consists of blocks of
* a predetermined size.
* This class is used in the Compound File implementation of the
* IStorage and IStream interfaces. It provides the functiona... |
#ifndef PLAYER_MC_H_
#define PLAYER_MC_H_
// Engine include
#include "DEngine\Object\MovementController.h"
class PlayerMC : public DE::MovementController
{
public:
PlayerMC()
: DE::MovementController()
, m_bDodge(false)
, m_bWalk(false)
, m_bRun(false)
, m_bRunLock(false)
, m_fComboTime(0.0f)
, m_fRu... |
#include <stdio.h>
#include <stdlib.h>
#include <archive.h>
#include <archive_entry.h>
#include <fcntl.h>
#include <linux/limits.h>
#include "common.h"
#include "tar.h"
static int copy_data(struct archive* ar, struct archive* aw)
{
int r;
const void *buff;
size_t size;
la_int64_t offset;
for (;;) {
r ... |
/***************************************************************
* CalendarDB.h
* Header for Rex addin program.
***************************************************************/
#ifndef CALENDARDB_H
#define CALENDARDB_H
// Table 2000
enum CAL_SCHED_FIELD {
CAL_SCHED_RECID = 1,
CAL_SCHED_SCHEDULEID,
CAL_SC... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.