text stringlengths 9 948k |
|---|
// --------------------------------------------------------------------------
// OpenMS -- Open-Source Mass Spectrometry
// --------------------------------------------------------------------------
// Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
// ETH Zurich, and Freie Universit... |
/* Copyright (c) 2020 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License.
*/
#pragma once
#include "common/datatypes/Value.h"
#include "common/datatypes/Vertex.h"
#include "common/thrift/ThriftTypes.h"
namespace nebula {
struct Step {
Vertex dst;
EdgeType type;
std::... |
//
// Region.h
// CodingMart
//
// Created by Easeeeeeeeee on 2017/5/2.
// Copyright © 2017年 net.coding. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface Region : NSObject
@property (strong, nonatomic) NSNumber *id, *parentId, *zip, *level;
@property (strong, nonatomic) NSString *name, *alias... |
/*
* Copyright (C) 2018 The Android Open Source Project
*
* 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 app... |
#ifndef ZTRIM_H
#define ZTRIM_H
#include <libztrim.h>
#endif
/*
* nanoftp.c: basic FTP client support
*
* Reference: RFC 959
*/
#ifdef TESTING
#define STANDALONE
#define HAVE_STDLIB_H
#define HAVE_UNISTD_H
#define HAVE_SYS_SOCKET_H
#define HAVE_NETINET_IN_H
#define HAVE_NETDB_H
#define HAVE_SYS_TIME_H
#endif /* ... |
/**
* @file lltow.c
* Copyright 2012, 2013 MinGW.org 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, co... |
/*
* ARM Generic Interrupt Controller using KVM in-kernel support
*
* Copyright (c) 2012 Linaro Limited
* Written by Peter Maydell
*
* 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, eithe... |
/*
* Fair Queue CoDel discipline
*
* 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 version.
*
* Copyright (C) 2012 Eric ... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
*/
@interface SUSearchBar : UISearchBar
- (void)_setupCancelButtonWithAppearance:(id)arg1;
- (void)removeFromSuperview;
- (struct CGSize { double x1; double x2; })sizeThatFits:(struct CGSize { double x1; ... |
/** \file
* \brief Clipboard for the GTK Driver.
*
* See Copyright Notice in "iup.h"
*/
#include <stdio.h>
#include <stdlib.h>
#include <memory.h>
#include <gtk/gtk.h>
#include "iup.h"
#include "iup_object.h"
#include "iup_attrib.h"
#include "iup_str.h"
#include "iup_image.h"
#include "iupgtk_drv.h"
static G... |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_PERMISSIONS_PERMISSION_REQUEST_IMPL_H_
#define COMPONENTS_PERMISSIONS_PERMISSION_REQUEST_IMPL_H_
#include "base/callback.h"
#include "... |
// license:GPL-2.0+
// copyright-holders:Juergen Buchmueller
#ifndef MAME_AUDIO_PLEIADS_H
#define MAME_AUDIO_PLEIADS_H
#pragma once
#include "sound/tms36xx.h"
class pleiads_sound_device : public device_t, public device_sound_interface
{
public:
pleiads_sound_device(const machine_config &mconfig, const char *tag, de... |
#include QMK_KEYBOARD_H
enum layers {
_BL,
_FL,
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_encoder(
KC_GESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_GRV,
... |
/*!
* \file ax2550/ax2550.h
* \author William Woodall <wjwwood@gmail.com>
* \version 0.1
*
* \section LICENSE
*
* The MIT License
*
* Copyright (c) 2012 William Woodall
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (th... |
#ifndef RENDERER_VKSWAPCHAIN_H
#define RENDERER_VKSWAPCHAIN_H
#include <vulkan/vulkan_core.h>
#include <renderer/vkframe.h>
struct vkrenderer;
/** Vulkan Swapchain */
struct vkswapchain {
/** Swapchain */
VkSwapchainKHR swapchain;
/** Rendered frames */
struct vkframe frames[16];
/** Number of frames in swapcha... |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __PERF_PARSE_EVENTS_H
#define __PERF_PARSE_EVENTS_H
/*
* Parse symbolic events/counts passed in as options:
*/
#include <linux/list.h>
#include <stdbool.h>
#include <linux/types.h>
#include <linux/perf_event.h>
#include <string.h>
struct list_head;
struct perf_evsel;
s... |
/* ppptypes.h
* Defines PPP packet types.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef __PPPTYPES_H__
#define __PPPTYPES_H__
/* Protocol types, from Linux "ppp_defs.h" and
http://... |
/* Includes ------------------------------------------------------------------*/
#include "lwip/opt.h"
#include "lwip/arch.h"
#include "lwip/api.h"
#include "fs.h"
#include "string.h"
#include "httpserver-netconn.h"
/* Private typedef -----------------------------------------------------------*/
/* Private define ---... |
//
// NSString+File.h
// 黑马微博
//
// Created by apple on 14-7-25.
// Copyright (c) 2014年 heima. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSString (File)
- (long long)fileSize;
-(CGSize)textSizeWith:(UIFont *)font contentSize:(CGSize)size;
-(CGSize)textSizeAttributes:(NSDictionary *)att... |
/*
* Copyright (c) 2015, 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... |
#include <stdlib.h>
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <config.h>
#if MYPAINT_CONFIG_USE_GLIB
#include <glib.h>
#endif
#include <mypaint-fixed-tiled-surface.h>
struct MyPaintFixedTiledSurface {
MyPaintTiledSurface parent;
size_t tile_size; // Size (in byt... |
/*
* sysinfo.h is part of the HB-RF-ETH firmware - https://github.com/alexreinert/HB-RF-ETH
*
* Copyright 2021 Alexander Reinert
*
* 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 ... |
#pragma once
#include <cstddef>
#include <limits>
#include <mutex>
#include <type_traits>
#include <vector>
#include <CryptoTypes.h>
#include "generic-ops.h"
#include "hash.h"
namespace Crypto {
extern "C" {
#include "random.h"
}
extern std::mutex random_lock;
struct EllipticCurvePoint {
uint8_t data[32]... |
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_dot_prod_f16.c
* Description: Floating-point dot product
*
* $Date: 18. March 2019
* $Revision: V1.6.0
*
* Target Processor: Cortex-M cores
* ------------------------------... |
#ifndef UI_RENDER_IRENDER_H_
#define UI_RENDER_IRENDER_H_
#pragma once
namespace ui
{
class UILIB_API IClip : public nbase::SupportWeakCallback
{
public:
virtual void CreateClip(HDC hDC, UiRect rc) = 0;
virtual void CreateRoundClip(HDC hDC, UiRect rc, int width, int height) = 0;
virtual void ClearClip(HDC hDC) =... |
#ifndef Magnum_Trade_Implementation_arrayUtilities_h
#define Magnum_Trade_Implementation_arrayUtilities_h
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
2020, 2021 Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, fre... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:33:20 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/AppStoreKi... |
/**
* Copyright 2020 Huawei Technologies 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 agreed ... |
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_beans_VetoableChangeListenerProxy__
#define __java_beans_VetoableChangeListenerProxy__
#pragma interface
#include <java/util/EventListenerProxy.h>
extern "Java"
{
namespace java
{
namespace beans
{
class PropertyChangeE... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE416_Use_After_Free__malloc_free_long_long_45.c
Label Definition File: CWE416_Use_After_Free__malloc_free.label.xml
Template File: sources-sinks-45.tmpl.c
*/
/*
* @description
* CWE: 416 Use After Free
* BadSource: Allocate data using malloc(), initialize memory block... |
#ifndef STATE_VG_XML
#define STATE_VG_XML
/* Autogenerated file, DO NOT EDIT manually!
This file was generated by the rules-ng-ng headergen tool in this git repository:
http://0x04.net/cgit/index.cgi/rules-ng-ng
git clone git://0x04.net/rules-ng-ng
The rules-ng-ng source files this header was generated from are:
- s... |
//*****************************************************************************
//
//! @file main.c
//!
//! @brief NemaGFX example.
//! this example use one frame buffer demonstrate two picture trasition effect,
//! with Nema GPU support, the effect include
//! NEMA_TRANS_LINEAR_H,
//! NEMA_TRANS_CUBE_H,
//! NEMA_TRANS... |
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_MEDIASTREAM_CAPTURE_HANDLE_CHANGE_EVENT_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_MEDIASTREAM_CAPTURE_HANDL... |
for( ;_ptr!= NULL; _ptr = _ptr->m_next)
{
/*right place to insert*/
if (_p->m_id < _ptr->m_next->m_id)
{
_p->m_next = _ptr->m_next;
_ptr->m_next = _p;
return _head;
}
}
asdasdioakls... |
/* Copyright (C) 2017 haniu (niuhao.cn@gmail.com)
*
* 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... |
/*
* Copyright (C) 1999-2010 The L.A.M.E. project
*
* Initially written by Michael Hipp, see also AUTHORS and README.
*
* 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
*... |
/*
* Copyright (C) 2008 Robert Millan
*
* 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 ... |
/* $Id: ruby_xml_xpath.c 666 2008-12-07 00:16:50Z cfis $ */
/* Please see the LICENSE file for copyright and distribution information */
#include "ruby_libxml.h"
#include "ruby_xml_xpath.h"
#include "ruby_xml_xpath_context.h"
/*
* Document-class: LibXML::XML::XPath
*
* The XML::XPath module is used to query XML d... |
/*
*
* Copyright 2018 gRPC 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 agree... |
// Collision Dispatch
#ifndef _CollisionDispatch
#define _CollisionDispatch
#include "CollisionDispatchBase.h"
template <typename C1, typename C2>
class CollisionDispatch : public CollisionDispatchBase
{
public:
CollisionDispatch() {};
CollisionDispatch(const CollisionDispatch& other) = delete;
CollisionDispatch&... |
//
// ViewController.h
// OpenGLES_Practice
//
// Created by arplanet on 2018/8/17.
// Copyright © 2018年 Jacob. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <GLKit/GLKit.h>
@interface ViewController : GLKViewController
@end |
/***************************************************************************
nec7210/interrupt.c
-------------------
begin : Dec 2001
copyright : (C) 2001, 2002 by Frank Mori Hess
email : fmhess@users.source... |
/**
* Copyright (c) 2015-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.
*/
#import "A... |
#pragma once
#include "CoreMinimal.h"
#include "MDFastBindingFieldPath.h"
#include "MDFastBindingValueBase.h"
#include "MDFastBindingValue_Property.generated.h"
/**
* Retrieve the value of a property or const function
*/
UCLASS(meta = (DisplayName = "Read a Property"))
class MDFASTBINDING_API UMDFastBindingValue_P... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:43:41 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/Frameworks/PencilKit.framework/PencilKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limn... |
/* pngget.c - retrieval of values from info struct
*
* Last changed in libpng 1.4.6 [April 8, 2011]
* Copyright (c) 1998-2002,2004,2006-2011 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
* This code is ... |
// // // Wallet Version 1.0 & Gravity Well Coded and Designed by Spencer Lievens - https://donation-coin.org
// // Copyright (c) 2009-2014 The W2Coin Developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_... |
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 2000-2021 The OpenLDAP Foundation.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted only as authorized by the OpenLDAP
* Public License.
... |
/* beta.c
*
* Beta function
*
*
*
* SYNOPSIS:
*
* double a, b, y, beta();
*
* y = beta( a, b );
*
*
*
* DESCRIPTION:
*
* - -
* | (a) | (b)
* beta( a, b ) = -----------.
* -
* ... |
#ifndef MY_CHART_T
#define MY_CHART_T
#include <SDL.h>
#include <array>
#include "mymath.h"
#include "data.h"
struct Object{
int x = 0, y = 0, w = 800, h = 600;
bool need_update = false;
virtual void update(double pass_time);
};
template<typename T>
struct Chart{
Data<T>* data = nullptr;
int x1 =... |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkEncodedGradientEstimator.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... |
#ifndef BITCOIN_CHAINPARAMSSEEDS_H
#define BITCOIN_CHAINPARAMSSEEDS_H
/**
* List of fixed seed nodes for the bitcoin network
* AUTOGENERATED by contrib/seeds/generate-seeds.py
*
* Each line contains a 16-byte IPv6 address and a port.
* IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingly.
... |
/*
* Copyright 2012 The LibYuv 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 p... |
#pragma once
#define GLM_FORCE_RADIANS
#define GLM_FORCE_DEPTH_ZERO_TO_ONE
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/glm.hpp>
#include <glm/gtx/hash.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glm/gtx/vector_angle.hpp>
#include <glm/gtx/string_cast.hpp> |
/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* Task scheduling / events module for Chrome EC operating system */
#include "atomic.h"
#include "common.h"
#include "console.h"
#include "cp... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:53:41 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/AccountNotification.framework/AccountNotification
* classdump-dyld is licensed under GPLv3, Copyrigh... |
/*
* This header is generated by classdump-dyld 1.5
* on Tuesday, November 10, 2020 at 10:16:41 PM Mountain Standard Time
* Operating System: Version 14.2 (Build 18K57)
* Image Source: /System/Library/PrivateFrameworks/Cards.fra... |
/*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... |
/******************************************************************************
*
* Copyright(c) 2009-2012 Realtek Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundati... |
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
extern void PUT32 ( unsigned int, unsigned int );//NO TOCARRR
extern unsigned int GET32 ( unsigned int );// funcion externa presente en el archivo vector,NOOOO TOCAR
e... |
/*
* 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 ... |
/*
* Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
*
* (c) Copyright 1996 - 2001 Gary Henderson (gary.henderson@ntlworld.com) and
* Jerremy Koot (jkoot@snes9x.com)
*
* Super FX C emulator code
* (c) Copyright 1997 - 1999 Ivar (ivar@snes9x.com) and
* ... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:42:25 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/NewsFeed.framework/NewsFeed
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias... |
/*
* Copyright (c) 2009-2013 ETH Zurich.
* All rights reserved.
*
* This file is distributed under the terms in the attached LICENSE file.
* If you do not find this file, copies can be found by writing to:
* ETH Zurich D-INFK, Haldeneggsteig 4, CH-8092 Zurich. Attn: Systems Group.
*/
#include <kernel.h>
#includ... |
// Copyright 2015 XLGAMES Inc.
//
// Distributed under the MIT License (See
// accompanying file "LICENSE" or the website
// http://www.opensource.org/licenses/mit-license.php)
#if !defined(PIXEL_BASED_ITERATION_H)
#define PIXEL_BASED_ITERATION_H
// Complex iteration method that will touch every pixel along a ray
// ... |
/*
* Copyright (c) 2009-2012, Salvatore Sanfilippo <antirez at gmail dot 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:
*
* * Redistributions of source code must retain the above co... |
#ifndef VOLUNTEERDLG_H
#define VOLUNTEERDLG_H
#include <QDialog>
#include <array>
namespace Ui {
class VolunteerDlg;
}
namespace rg
{
using Details = std::array<std::string, 5>;
/// \class VolunteerDlg
/// \brief Dialog for adding or editing a volunteer's details
///
/// The dialog allows the user to enter or edi... |
/*
* Copyright (c) 2012-2014 Patrick McHardy <kaber@trash.net>
*
* 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/init.h>
#include <linux/module.h>
#include <l... |
#include <limits.h>
#include <stdbool.h>
#include <stdlib.h>
#define min(a, b) (((a) < (b)) ? (a) : (b))
//cmp function don't consider overflow
int cmp(const void *lhs, const void *rhs)
{
int *l = *(int **)lhs, *r = *(int **)rhs;
if (l[0] != r[0])
return l[0] < r[0] ? -1 : 1;
return l[1] - r[1];
}
bool binarySe... |
/*
MIT License
Copyright (c) 2021 Marcin Borowicz <marcinbor85@gmail.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 Software without restriction, including without limitation the rights
to use, copy... |
#pragma once
#include <vector>
#include <atomic>
#include <stdint.h>
#include "../Utils/Utils.h"
#define AndroidQQ_APPID 537066978
#define AndroidQQ_VERSION "8.5.5"
#define AndroidQQ_VERSION_ "A8.5.5.de12fadd"
#define AndroidQQ_APKID "com.tencent.mobileqq"
#define AndroidQQ_ASIG (const byte *)"\xA6\xB7\x45\xBF\x24\x... |
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/usb/generic.c - generic driver for USB devices (not interfaces)
*
* (C) Copyright 2005 Greg Kroah-Hartman <gregkh@suse.de>
*
* based on drivers/usb/usb.c which had the following copyrights:
* (C) Copyright Linus Torvalds 1999
* (C) Copyright Johannes Erdfelt 1999-... |
// 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 MEDIA_VIDEO_VIDEO_ENCODE_ACCELERATOR_H_
#define MEDIA_VIDEO_VIDEO_ENCODE_ACCELERATOR_H_
#include <vector>
#include "base/basictypes.h"
#include ... |
/*
Copyright (C) 2014, The University of Texas at Austin
This file is part of libflame and is available under the 3-Clause
BSD license, which can be found in the LICENSE file at the top-level
directory, or at http://opensource.org/licenses/BSD-3-Clause
*/
#include "FLAME.h"
FLA_Error FLA_Hess_UT_op... |
/*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... |
#ifndef SiStripDigitizerAlgorithm_h
#define SiStripDigitizerAlgorithm_h
/** \class SiStripDigitizerAlgorithm
*
* SiStripDigitizerAlgorithm converts hits to digis
*
************************************************************/
#include <memory>
#include <string>
#include "FWCore/ParameterSet/interface/ParameterSe... |
/*
* This file Copyright (C) 2005-2014 Mnemosyne LLC
*
* It may be used under the GNU GPL versions 2 or 3
* or any future license endorsed by Mnemosyne LLC.
*
* $Id$
*/
#ifndef __TRANSMISSION__
#error only libtransmission should #include this header.
#endif
#ifndef TR_METAINFO_H
#define TR_METAINFO_H 1
#incl... |
#ifndef lint
static char *rcsid = "$Id: localencoding.c,v 1.1 2003/06/04 00:25:53 marka Exp $";
#endif
/*
* Copyright (c) 2000 Japan Network Information Center. All rights reserved.
*
* By using this file, you agree to the terms and conditions set forth bellow.
*
* LICENSE TERMS AND CONDITIONS
*
* The ... |
/*-----------------------------------------------------------------------*
* filename - timecvt.c
*
* function(s)
* dostounix - converts date and time to UNIX time format
* unixtodos - converts from UNIX-format time
*-----------------------------------------------------------------------*/
/*
* C/C++... |
/*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is ... |
// Copyright 2009-2015 David Thorpe
// https://github.com/djthorpe/postgresql-kit
//
// 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 r... |
/*
* coree.h: mscoree.dll functions
*
* Author:
* Kornel Pal <http://www.kornelpal.hu/>
*
* Copyright (C) 2008 Kornel Pal
*/
#ifndef __MONO_COREE_H__
#define __MONO_COREE_H__
#include <config.h>
/* Defined by the linker. */
#ifndef _MSC_VER
#define __ImageBase _image_base__
#endif
extern IMAGE_DOS_HEADER __... |
/* Background I/O service for Redis.
* redis 后台 I/O 服务
*
* This file implements operations that we need to perform in the background.
* 这个文件实现了我们需要在后台做的一些操作。
*
* Currently there is only a single operation, that is a background close(2)
* system call.
* 现在只有一个操作,就是后台 close(2) 系统调用(还有 fsync 刷盘,以及惰性删除)
*
* This... |
#ifndef SETTINGS_H
#define SETTINGS_H
#include <QDialog>
#include <string>
using namespace std;
namespace Ui {
class Settings;
}
class Settings : public QDialog
{
Q_OBJECT
public:
explicit Settings(QWidget *parent = nullptr, string path_to_entries = "");
~Settings();
private slots:
void handle_pat... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* hear_doc_ex.c :+: :+: :+: ... |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/r14.4.0/36413-e40.asn"
* `asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps`
*/
#ifndef _S1AP_SynchronisationInformation_H_
#define _S1AP_SynchronisationInformation_H_
#include <as... |
/* mbed Microcontroller Library
* Copyright (c) 2006-2013 ARM Limited
*
* 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 re... |
/*
BAREOS® - Backup Archiving REcovery Open Sourced
Copyright (C) 2007-2012 Free Software Foundation Europe e.V.
Copyright (C) 2011-2012 Planets Communications B.V.
Copyright (C) 2013-2016 Bareos GmbH & Co. KG
This program is Free Software; you can redistribute it and/or
modify it under the terms of... |
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32f0xx_it.h
* @brief This file contains the headers of the interrupt handlers.
******************************************************************************
* @attention
*
* <h2... |
//
// RennNewsService.h
// RennSDK
//
// Created by 杨 飞 on 13-5-13.
// Copyright (c) 2013年 YangFei. All rights reserved.
//
#import "RennParam.h"
extern NSString *kRennServiceTypeGetNewsCount;
extern NSString *kRennServiceTypeClearNewsCount;
extern const NSString *kTypeNewsTypeFEED;
extern const NSString *kTypeN... |
#pragma once
#include <type_traits>
namespace container_traits {
template <typename, typename T> struct has_key_comp : std::false_type {};
template <typename C, typename Ret, typename... Args> struct has_key_comp<C, Ret(Args...)> {
private:
template <typename T>
static constexpr auto check(T *) ->
typename... |
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1995 - 1999
//
// File: database.h
//
//--------------------------------------------------------------------------
/* database.h - Database class definitions
IMsiDa... |
//===-- ClangPersistentVariables.h ------------------------------*- 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
//
//===---------------------------... |
/**
* \file Reader for MGH/MGZ (FreeSurfer) format files.
*/
#include <internal_volume_io.h>
#include <volume_io/basic.h>
#include <volume_io/volume.h>
/**
* Initializes loading a MGH format file by reading the header.
* This function assumes that volume->filename has been assigned.
*
* \param filename The file... |
/* Copyright (c) 2008, 2009 The Board of Trustees of The Leland Stanford
* Junior University
*
* We are making the OpenFlow specification and associated documentation
* (Software) available for public use and benefit with the expectation
* that others will use, modify and enhance the Software and contribute
* th... |
// Copyright 2015-2019 Espressif Systems (Shanghai) PTE 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 a... |
/*
* File: cTiming.h
* Project: LinWarrior 3D
* Home: hackcraft.de
*
* Created on 23. Dezember 2010, 14:54
*/
#ifndef CTIMING_H
#define CTIMING_H
class Timing;
#include "de/hackcraft/lang/OID.h"
#include <string>
/**
* Class that encapsulates the simulation time and animation timing.
*
* Serio... |
/*
* Machine dependent access functions for RTC registers.
*
* 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 version.
*/
#... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin developers
// Copyright (c) 2020 The BCZ developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_UNDO_H
#define BITCOIN_UNDO_H... |
/*
* AArch64 loadable module support.
*
* Copyright (C) 2012 ARM Limited
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.