text stringlengths 4 6.14k |
|---|
/*
* (C) Copyright 2016 Kurento (http://kurento.org/)
*
* 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 applicab... |
#pragma once
#include "Instruction.h"
namespace Hpipe {
class InstructionSave;
/**
*/
class InstructionWithCode : public Instruction {
public:
InstructionWithCode( const Context &cx, int num_active_item );
virtual bool with_code () const;
virtual bool can_be_... |
//
// ViewController.h
// iOSSampleAppObjC
//
// Created by Patrick McConnell on 2/9/16.
// Copyright © 2016 Odd Networks. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
|
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_t3176762032;
// System.Collections.Generic.IEnumerator`1<System.Object>
struct IEnumerator_1_t178771412... |
//
// STLoginRegisterViewController.h
// baisibudejie
//
// Created by 孙涛 on 2017/4/19.
// Copyright © 2017年 孙涛. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface STLoginRegisterViewController : UIViewController
@end
|
/** @file
This is the primary include file for the proxy cache system.
@section license License
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... |
#include "xftypedef.h"
#include "language.h"
#include "xfunit/xfunit.h"
#include "xfunit/xflayout.h"
#include "xfunit/xflabel.h"
#include "xfunit/xfbutton.h"
#include "xfview.h"
#include "layout_sys_version.h"
#define SYS_VERSION "Ver.20170630"
static XF_VIEW_Label *mLabelTopBar;
static XF_VIEW_Button *mButton;
st... |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// UnityEngine.Font
struct Font_t4241557075;
// System.IAsyncResult
struct IAsyncResult_t2754620036;
// System.AsyncCallback
struct AsyncCallback_t1369114871;
// System.Object
struct ... |
//
// AdInstlAdapterDianru.h
// AdInstlSDK_iOS
//
// Created by adview on 14-2-25.
//
//
#import "AdInstlAdNetworkAdapter.h"
#import "ZSDK.h"
@interface AdInstlAdapterDianru : AdInstlAdNetworkAdapter<ZDelegate>
+ (AdInstlAdNetworkType)networkType;
@property (nonatomic, strong) UIView * drView;
@property (nonato... |
/* Copyright 2017 IBM Corp.
*
* 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 writi... |
/*
* Copyright 2017 Google 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... |
/* Tests the ${library_name}_${type_name}_seek_offset function
* Returns 1 if successful or 0 if not
*/
int ${library_name_suffix}_test_${type_name}_seek_offset(
${library_name}_${type_name}_t *${type_name} )
{
libcerror_error_t *error = NULL;
size64_t size = 0;
off64_t offset = 0;
/* T... |
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2011 by AutonomApp, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*
* WARNING: This is generated code. Modify at your own risk and without support.
*/... |
/* USB console example
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.
*/
#include <stdio.h>
#... |
/*
* Copyright (C) 2011 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 conditions... |
/*
* Copyright 2009-2013 Olivier WENGER
* http://www.magicspark.org/ or http://oulydev.free.fr/
*
* 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/licen... |
#ifndef __NETWORK_SERVER_H__
#define __NETWORK_SERVER_H__
#include <map>
#include <pthread.h>
#include <time.h>
#include <sys/epoll.h>
#include <errno.h>
#include <stdio.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>
#include <network/sender.h>
#include <network/socket-buf.h>
#include <util/pa... |
/* Copyright 1996-2014 Arch D. Robison
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 la... |
/* Siconos is a program dedicated to modeling, simulation and control
* of non smooth dynamical systems.
*
* Copyright 2016 INRIA.
*
* 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
*
*... |
//
// LQYTabBarController.h
// baisibudejie
//
// Created by shasha on 15/10/20.
// Copyright © 2015年 shasha. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LQYTabBarController : UITabBarController
@end
|
//
// JiveTypedObject.h
//
//
// Created by Orson Bushnell on 2/25/13.
//
// Copyright 2013 Jive Software 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://ww... |
/*
Copyright 2011 Etay Meiri
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distribute... |
// x3py framework: https://github.com/rhcad/x3py
#if !defined(X3_NONPLUGIN_USE_PLUGIN_H) && !defined(X3_NONPLUGIN_USE_PLUGINS_H)
#define X3_NONPLUGIN_USE_PLUGIN_H
#include <utilfunc/loadmodule.h>
#include "swigext.h"
// PLUGIN_PATH: the internal plugin (*.pln) 's relative folder.
// PLUGIN_NAME: ... |
navigation: total: to 1 chart Total
#PURPOSE go to time Total layout 1
#
#
#
#1 go to time layout 1
Go to Layout [ “Total01chart” (brainstate) ]
#
#2 go to user's chosen day
Set Field [ reference::day1; steward::chosenDayTotal ]
#
#3 refresh the layout so that the key fields for each record will be recalculated based o... |
/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtBluetooth module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Lice... |
/*=========================================================================
Library: TubeTK
Copyright 2010 Kitware Inc. 28 Corporate Drive,
Clifton Park, NY, 12065, USA.
All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the Lic... |
/*
** Copyright (c) 2011-2012 The Linux Foundation. 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 ... |
//
// Util.h
// 百宝袋
//
// Created by admin on 15/11/13.
// Copyright (c) 2015年 handsome. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "UIKit/UIkit.h"
#import "MBProgressHUD.h"
@interface Util : NSObject
#pragma mark - 第一个参数为限定size 第二个为需要计算的label 第三个为label的内容 返回算出的size
+ (CGSize)boundingRectWi... |
/*
* Copyright 2008-2015 Arsen Chaloyan
*
* 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... |
//
// ViewController.h
// BirthdatyManager
//
// Created by wzy on 15/7/31.
// Copyright (c) 2015年 wzy. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
@end
|
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2011 by Jellow, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*
* WARNING: This is generated code. Modify at your own risk and without support.
*/
#i... |
/* ****************************************************************
*
* Copyright 2014 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
*
... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
#include <aws/accessanalyzer/model/ReasonCode.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class Json... |
//
// Generated by the J2ObjC translator. DO NOT EDIT!
// source: /Volumes/Personal/Documents/raspi-config/client-framework/build/j2oSources/com/google/common/io/MoreFiles.java
//
#include "J2ObjC_header.h"
#pragma push_macro("INCLUDE_ALL_ComGoogleCommonIoMoreFiles")
#ifdef RESTRICT_ComGoogleCommonIoMoreFiles
#def... |
//
// Copyright (C) Posten Norge AS
//
// 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... |
/*
* Copyright (C) 2013 Near Infinity Corporation
*
* This file is part of Honeycomb Storage Engine.
*
* Honeycomb Storage Engine 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 ... |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_MulticastDelegate3201952435.h"
#include "UnityEngine_UnityEngine_Vector22243707579.h"
#include "mscorlib_System_Single2076509932.h"
// System.IAsyncResult
s... |
/*
* Copyright (c) Facebook, Inc. and 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 applic... |
/*
* 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... |
/* $NetBSD: mail_conf_int.c,v 1.1.1.2 2011/03/02 19:32:15 tron Exp $ */
/*++
/* NAME
/* mail_conf_int 3
/* SUMMARY
/* integer-valued configuration parameter support
/* SYNOPSIS
/* #include <mail_conf.h>
/*
/* int get_mail_conf_int(name, defval, min, max);
/* const char *name;
/* int defval;
/* int min;
/* int max;
/*
... |
/**
* @file daplink_addr.h
* @brief
*
* DAPLink Interface Firmware
* Copyright (c) 2009-2016, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* Yo... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Lic... |
//
// AlertAccountInfoView.h
// Sfj
//
// Created by M on 2017/3/23.
// Copyright © 2017年 dabao. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AlertAccountInfoView : UIView
@property (nonatomic, strong) SFJButton *phone;
@property (nonatomic, strong) SFJButton *loginPBtn;
@property (nonatomic, stron... |
/*
* Copyright 2018 Google
*
* 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... |
/**
\file
\date 2015.08.05. 14:49:41
\author Tóth Balázs - baltth@gmail.com
\copyright
\parblock
Copyright 2016 Tóth Balázs.
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/... |
// NSURL+WOConvenience.h
// WOPublic
//
// Copyright 2006-present Greg Hurrell. 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 copyr... |
#include<stdio.h>
int main(void)
{
printf("Hello world!");
return 1;
}
|
// Copyright (c) Zhirnov Andrey. For more information see 'LICENSE.txt'
#pragma once
#include "Core/Physics/Dimensions/PhysicsValueVec.h"
namespace GXPhysics
{
template <typename AValueType, typename ADimensions, typename AValueScale,
typename BValueType, typename BDimensions, typename BValueScale
>
ND_... |
/* @LICENSE(MUSLC_MIT) */
#include <unistd.h>
#include "internal/syscall.h"
int chdir(const char *path)
{
return syscall(SYS_chdir, path);
}
|
// Copyright (c) 2015, Matthew Malensek.
// Distributed under the BSD 2-Clause License (see LICENSE.txt for details)
#pragma once
#include <thread>
#include "../Controls/Dialog.h"
#include "Updater.h"
#include "Version.h"
class ProgressBar;
class Button;
class ProgressWindow : public Dialog {
public:
Progress... |
// Copyright (C) 2017 Elviss Strazdins
// This file is part of the Ouzel engine.
#pragma once
#include "input/Input.h"
namespace ouzel
{
class Engine;
namespace input
{
class InputAndroid: public Input
{
friend Engine;
public:
virtual ~InputAndroid();
... |
#pragma once
#include <iostream>
#include <time.h>
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
#include <pcl/registration/icp.h>
#include <pcl/registration/ia_ransac.h>
#include <pcl/point_types.h>
#include <pcl/features/normal_3d.h>
#include <pcl/point_types.h>
#include <pcl/features/pfh.h>
#i... |
/*
* Copyright (c) 1982, 1986, 1993
* 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 the following conditions
* are met:
* 1. Redistributions of source code must retain the above... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "lsm.h"
#define BUFFER_SIZE 128
#define INPUT_FILE "/usr/share/dict/words"
#ifdef USE_LSM_LZ4_COMPRESSOR
#define DATABASE_NAME "test-lz4.db"
#include "lsm-lz4.h"
#else
#define DATABASE_NAME "test.db"
#endif /* USE_LZ4_LSM_COMPRESSOR */
int main()
{
... |
// Copyright 1999-2015 Aske Simon Christensen. See LICENSE.txt for usage terms.
/*
Find repeated strings in a data block.
Matches are reported from longest to shortest. A match is only reported
if it is closer (smaller offset, higher position) than all longer matches.
Two parameters control the speed/preci... |
/*
* sophia database
* sphia.org
*
* Copyright (c) Dmitry Simonenko
* BSD License
*/
#include <sophia.h>
#include <libss.h>
#include <libsf.h>
#include <libsr.h>
#include <libsv.h>
#include <libsd.h>
#include <libst.h>
static void
github_97(void)
{
void *env = sp_env();
t( env != NULL );
t( sp_setstring(env,... |
/*
Copyright (c) 2011, Ole K. Christensen
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 the fol... |
//
// FUGraphicsEngine.h
// Fuji
//
// Created by David Hart.
// Copyright (c) 2012 hart[dev]. All rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the Simplified BSD License.
//
#import "FUEngine.h"
@interface FUGraphicsEngine : FUEngine
@en... |
#include "netlib.h"
#include <string>
#pragma once
namespace netlib
{
namespace crypto
{
class NETLIB_API hash
{
public:
virtual ~hash();
virtual bool begin() = 0;
virtual bool update(void *_data, size_t _sz) = 0;
virtual bool update(std::string const& _str);
virtual std::string compute() = 0;... |
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "VisualLogger/VisualLogger.h"
class SVisualLoggerFilters;
class SVisualLoggerView;
class SVisualLoggerLogsList;
class SVisualLoggerStatusView;
class SVisualLogger : public SCompoundWidget
{
public:
SLATE_BEGIN_ARGS(SVisualLogger) { }... |
/*********************************************************************************
*
* Inviwo - Interactive Visualization Workshop
*
* Copyright (c) 2013-2015 Inviwo Foundation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... |
/*
* Copyright (c) 2015 Ambroz Bizjak, Armin van der Togt
* 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, t... |
/*
Copyright (c) 2014, Philipp Krähenbühl
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 li... |
//
// JSTopicSongViewController.h
// JSWeibo
//
// Created by JS on 14-11-7.
// Copyright (c) 2014年 JS. All rights reserved.
// 话题歌单详情
#import <UIKit/UIKit.h>
@class JSTopicView;
@class JSTopicList;
@interface JSTopicSongViewController : UITableViewController
/**
* @brief 上一页面传来的id
*/
@property (nonatomic, str... |
#include "util/endian.h"
#include <stdint.h>
static uint16_t endian_test_i = 0x0001;
static char *endian_test_c = (char *) &endian_test_i;
#define IS_LITTLE_ENDIAN (*endian_test_c == 0x01)
void convert_endianness(unsigned char *data, size_t size)
{
unsigned char *s = data, *e = data + size - 1;
if (!IS_LITTLE_EN... |
struct list_item {
struct list_item* next;
int data;
};
typedef struct list_item* _usetype;
/* list functions */
typedef void ** list_t;
extern void list_init(list_t list);
extern void * list_head(list_t list);
extern void * list_tail(list_t list);
extern void * list_pop (list_t list);
extern void list_push(li... |
/* Copyright (c) Citrix Systems 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 o... |
//
// KxBookFmtManifest.h
// https://github.com/kolyvan/kybookfmt
//
// Created by Konstantin Bukreev on 05.02.16.
// Copyright © 2016 Konstantin Bukreev. All rights reserved.
//
/*
Copyright (c) 2016 Konstantin Bukreev All rights reserved.
Redistribution and use in source and binary forms, with or without
mo... |
/************************************************************************************
Filename : VRMenuFrame.h
Content : Menu component for handling hit tests and dispatching events.
Created : June 23, 2014
Authors : Jonathan E. Wright
Copyright : Copyright 2014 Oculus VR, LLC. All Rights r... |
/*
* Copyright 2020 Scott Vokes
*
* See LICENCE for the full copyright terms.
*/
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <fsm/fsm.h>
#include <fsm/bool.h>
#include <fsm/capture.h>
#include <fsm/print.h>
#include "captest.h"
/* Combine 3 fully disjoint FSMs:
*
* ... |
/*
* POK header
*
* The following file is a part of the POK project. Any modification should
* be made according to the POK licence. You CANNOT use this file or a part
* of a file for your own project.
*
* For more information on the POK licence, please see our LICENCE FILE
*
* Pl... |
/* $OpenBSD: rf_options.c,v 1.2 1999/02/16 00:03:02 niklas Exp $ */
/* $NetBSD: rf_options.c,v 1.3 1999/02/05 00:06:13 oster Exp $ */
/*
* rf_options.c
*/
/*
* Copyright (c) 1996 Carnegie-Mellon University.
* All rights reserved.
*
* Author: Jim Zelenka
*
* Permission to use, copy, modify and distribute this so... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE191_Integer_Underflow__int_rand_postdec_53c.c
Label Definition File: CWE191_Integer_Underflow__int.label.xml
Template File: sources-sinks-53c.tmpl.c
*/
/*
* @description
* CWE: 191 Integer Underflow
* BadSource: rand Set data to result of rand(), which may be ... |
/*
* Copyright 2012 The WebRTC Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... |
/* Copyright (c) 2006, NIF File Format Library and Tools
All rights reserved. Please see niflib.h for license. */
//-----------------------------------NOTICE----------------------------------//
// Some of this file is automatically filled in by a Python script. Only //
// add custom code in the designated areas o... |
/*
* Copyright (c) 1999
* Bill Paul <wpaul@ctr.columbia.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
* noti... |
/**
* \file ener.h
*
* \brief Header file for ener.c
*
* \authors Florent Hedin (University of Basel, Switzerland) \n
* Markus Meuwly (University of Basel, Switzerland)
*
* \copyright Copyright (c) 2011-2015, Florent Hédin, Markus Meuwly, and the University of Basel. \n
* All rights reserve... |
// Copyright (c) 2011 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 CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BOUND_OBJECT_H_
#define CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_BOUND_OBJECT_H_
#include <jni.h>
#inc... |
#ifndef TRANSPORT_SESSION_H__
#define TRANSPORT_SESSION_H__
#include <inttypes.h>
#include <iostream>
#include <memory>
#include <vector>
#include "Identity.h"
#include "Crypto.h"
#include "RouterInfo.h"
#include "I2NPProtocol.h"
#include "Timestamp.h"
namespace i2p
{
namespace transport
{
class SignedData
{
publ... |
// This file is part of MOS, the MANTIS Operating System
// See http://mantis.cs.colorado.edu/
//
// Copyright (c) 2002 - 2007 University of Colorado, Boulder
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fol... |
/*
* Software License Agreement (BSD License)
*
* Copyright (c) 2011-2014, Willow Garage, Inc.
* Copyright (c) 2014-2016, Open Source Robotics Foundation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following c... |
#pragma once
namespace despoof { namespace win32 {
class abortable {
void *event_;
bool aborting_;
public:
abortable();
void abort();
void* wait_event();
bool aborting();
};
}}
|
// 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 CHROMEOS_DBUS_IBUS_IBUS_TEXT_H_
#define CHROMEOS_DBUS_IBUS_IBUS_TEXT_H_
#include <string>
#include <vector>
#include "base/basictypes.h"
#inc... |
// 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 IOS_CHROME_BROWSER_EXPERIMENTAL_FLAGS_H_
#define IOS_CHROME_BROWSER_EXPERIMENTAL_FLAGS_H_
#include <string>
// This file can be empty. Its purpo... |
/* copyright(C) 2002 H.Kawai (under KL-01). */
#include <stdlib.h> /* strtod */
#include <stdio.h> /* NULL */
double GO_atof(const char *s)
{
return strtod(s, (char **) NULL);
}
|
// Copyright 2013 Little Joy Software. All rights reserved.
// 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
// ... |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef WEBKIT_GLUE_WEB_INTENT_REPLY_DATA_H_
#define WEBKIT_GLUE_WEB_INTENT_REPLY_DATA_H_
#include "base/files/file_path.h"
#include "base/string16.h... |
/*-
* Copyright (c) 2005 Pawel Jakub Dawidek <pjd@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 of source code must retain the above copyright
* no... |
/****************************************************************************
* Copyright (c) 2014, Christopher Karle
* 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... |
#ifndef IZ_PIXEL_H
#define IZ_PIXEL_H 1
#include "intmacros.h"
#include "predict.h"
namespace IZ
{
template<typename U = unsigned char>
class Pixel
{
enum Components
{
R = 0,
G = 1,
B = 2,
Count = 3,
C0 = G,
C1 = R,
C2 = B
};
public:
void readFrom(con... |
/*-
* Implementation of Utility functions for all SCSI device types.
*
* Copyright (c) 1997, 1998, 1999 Justin T. Gibbs.
* Copyright (c) 1997, 1998, 2003 Kenneth D. Merry.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that th... |
/*
* utf8_examples.h
*
* UTF8 constants used by libsrt tests and examples
*
* Copyright (c) 2015-2019 F. Aragon. All rights reserved.
* Released under the BSD 3-Clause License (see the doc/LICENSE)
*/
#ifndef UTF8_EXAMPLES_H
#define UTF8_EXAMPLES_H
#define U8_C_N_TILDE_D1 "\xc3\x91"
#define U8_S_N_TILDE_F1 "\x... |
int main(void)
{
if (99.5 > 99.6 || 2 < 3) {
return 42;
} else {
return 0;
}
}
|
//////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2012, John Haddon. All rights reserved.
// Copyright (c) 2013, Image Engine Design Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided... |
/*
* WARNING: do not edit!
* Generated by Makefile from include/openssl/opensslconf.h.in
*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in th... |
int qtype_indexer(const void *);
int qtype_iterator(char **label);
void qtype_reset(void);
|
//
// ApptentiveLogFileWriteTask.h
// Apptentive
//
// Created by Alex Lementuev on 2/22/18.
// Copyright © 2018 Apptentive, Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "ApptentiveDispatchTask.h"
NS_ASSUME_NONNULL_BEGIN
@interface ApptentiveLogFileWriteTask : ApptentiveDispatchTask
-... |
/* This file is part of the YAZ toolkit.
* Copyright (C) 1995-2013 Index Data
* See the file LICENSE for details.
*/
/**
* \file cqlstrer.c
* \brief Implements CQL error code map to description string.
*/
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <yaz/cql.h>
/*
* The error-messages associated with ... |
/***********************************************************************************************************************
**
** Copyright (c) 2011, 2014 ETH Zurich
** All rights reserved.
**
** Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
** following c... |
/* Galois.h
* James S. Plank
Jerasure - A C/C++ Library for a Variety of Reed-Solomon and RAID-6 Erasure Coding Techniques
Revision 1.2A
May 24, 2011
James S. Plank
Department of Electrical Engineering and Computer Science
University of Tennessee
Knoxville, TN 37996
plank@cs.utk.edu
Copyright (c) 2011, James S. Pl... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.