text stringlengths 9 948k |
|---|
// Copyright 2019 Google LLC
//
// 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... |
/*=========================================================================
*
* 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
*
* https://www.apache.o... |
/**
* This file is part of the "libterminal" project
* Copyright (c) 2019-2020 Christian Parpart <christian@parpart.family>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* Unless required by applicable law or agreed to i... |
#include "bootpack.h"
void init_pic(){
/*
* IMR : interrupt mask register
* このビットが1になっているIRQからの信号を無視する
* 設定中や、使用しない場合は1を入れておく
*
* ICW : init control word
* ICW1, 4はここでの値以外は使われない(割り込み信号の電気的な特性に関連する)
* ICW3はマスタ・スレーブの接続関係、マスタには何番のIRQにスレーブがつながっているかを8bitで指定
* (最大8個接続できるけど、普通は1個で... |
/*
============================================================================================
This header file contains various classes that are used in this code.
Copyright (c) 06-13-2014, Shawn W. Walker
============================================================================================
*/
/*-----... |
/* POLYBENCH/GPU-OPENMP
*
* This file is a part of the Polybench/GPU-OpenMP suite
*
* Contact:
* William Killian <killian@udel.edu>
*
* Copyright 2013, The University of Delaware
*/
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <math.h>
/* Include polybench common header. */
#include <po... |
/*
* Copyright (C) 2015 NAVER Labs. 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 ... |
#include "imv.h"
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <getopt.h>
#include <limits.h>
#include <pthread.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <time.h>
#include <unistd.h>
#include <wordexp.h>
#include "backend.h"
#include "binds.h"
#include "canvas.h"
#i... |
/**
* \copyright
* Copyright (c) 2018, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
/******************************************************... |
/////////////////////////////////////////////////////////////////////////////
// DosAboutDialog.h
//
// Copyright (c) 1992-2020, Robert McNeel & Associates. All rights reserved.
// DOSLib is a trademark of Robert McNeel & Associates.
//
// THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
// ALL IM... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "Base.h"
@interface ServingCellMeasurement : Base
{
}
- (void)updateWithData:(id)arg1 logCode:(int)arg2; // IMP=0x0000000100011454
- (id)getSectionName; // IMP=0x000000010... |
/*
* Copyright (C) 2008 The Android Open Source 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, t... |
/*
* FreeRTOS V202112.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. 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 Software without restriction, including ... |
extern zend_class_entry *stub_builtin_intmethods_ce;
ZEPHIR_INIT_CLASS(Stub_BuiltIn_IntMethods);
PHP_METHOD(Stub_BuiltIn_IntMethods, getAbs);
PHP_METHOD(Stub_BuiltIn_IntMethods, getAbs1);
PHP_METHOD(Stub_BuiltIn_IntMethods, getBinary);
PHP_METHOD(Stub_BuiltIn_IntMethods, getHex);
PHP_METHOD(Stub_BuiltIn_IntMethods, g... |
// Copyright (c) 2016-2018 The Bitcoin Core developers
// Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2018 FXTC developers
// Copyright (c) 2018-2019 QSTEES developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-lice... |
//
// HLTableViewEmptyDelegate.h
// XYTableViewNoDataViewDemo
//
// Created by HomerLynn on 2018/1/8.
// Copyright © 2018年 韩元旭. All rights reserved.
//
#import <Foundation/Foundation.h>
@protocol HLTableViewEmptyDelegate <NSObject>
@optional;
- (UIView *)hl_customEmptyView;
@end |
/**
* Copyright (c) 2016-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#import <IGListKit/IGListKit.h>
@interface IGListAdapterUpdater (DebugDescription)
- (NSArray<NSString *> *)debugDescriptionLines;
@e... |
/* jchdr2 - spectrum specific items
outputs
SPECTROMETER/DATA SYSTEM
DATA PROCESSING
YUNITS
??? XUNITS ???
??? RESOLUTION ???
*/
#include <stdlib.h>
#include <string.h>
#include <std.h>
#include "spec18.h" /* 1800 KREC reqd for special treatment*/
#define MAXSTR 60L
#d... |
#ifndef ISR_H
#define ISR_H
/*
* Copyright 2021 NSG650
* Copyright 2021 Sebastian
*
* 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
... |
/* SPDX-License-Identifier: Apache-2.0 */
/*
* Copyright (C) 2015-2022 Micron Technology, Inc. All rights reserved.
*/
#ifndef HSE_KVDB_CN_CN_TREE_INTERNAL_H
#define HSE_KVDB_CN_CN_TREE_INTERNAL_H
/* MTF_MOCK_DECL(cn_tree_internal) */
#include <hse_util/rmlock.h>
#include <hse_util/mutex.h>
#include <hse_util/spi... |
/*
* Copyright (C) 2014 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... |
/*
* Copyright (C) 2015-2020 Ole André Vadla Ravnås <oleavr@nowsecure.com>
*
* Licence: wxWindows Library Licence, Version 3.1
*/
#ifndef __GUM_DUK_STALKER_H__
#define __GUM_DUK_STALKER_H__
#include "gumdukcodewriter.h"
#include "gumdukcore.h"
#include "gumdukinstruction.h"
G_BEGIN_DECLS
typedef struct _GumDukS... |
#ifndef U3_OPTIONS_H
#define U3_OPTIONS_H
/** Data structures.
**/
/* u3o_config: process / system configuration.
*/
typedef struct _u3o_config {
u3_noun who; // single identity
c3_c* dir_c; // execution directory (pier)
c3_w... |
// 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... |
// slang-ir-inst-defs.h
#ifndef INST
#error Must #define `INST` before including `ir-inst-defs.h`
#endif
#ifndef INST_RANGE
#define INST_RANGE(BASE, FIRST, LAST) /* empty */
#endif
#define PARENT kIROpFlag_Parent
#define USE_OTHER kIROpFlag_UseOther
INST(Nop, nop, 0, 0)
/* Types */
/* Basic Types */
#def... |
/*
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 not use ... |
/*
* The base application class for all demos.
*
* Part of the Cyclone physics system.
*
* Copyright (c) Icosagon 2003. All Rights Reserved.
*
* This software is distributed under licence. Use of this software
* implies agreement with all terms and conditions of the accompanying
* software licence.
*/
#includ... |
#pragma once
#include "DogRepoController.h"
#include <iostream>
#include <string>
#include <vector>
class UI {
private:
std::vector<std::string> adminMenuOptions;
std::vector<std::string> userMenuOptions;
DogRepoController* controller;
DogRepo adoptedDogs;
public:
UI() { controller = NULL; }
UI(DogRepoControlle... |
#ifndef CLOUD_POINT_H
#define CLOUD_POINT_H
#include <windows.h>
// Stardard library in c++ 11
#include <vector>
#include <fstream>
#include <math.h>
#define _USE_MATH_DEFINES
// Eigen
#include <Eigen/Dense>
// CGAL
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
... |
// Copyright 2013 Trimble Navigation Ltd. All Rights Reserved.
#ifndef SKETCHUP_MODEL_SCENE_H_
#define SKETCHUP_MODEL_SCENE_H_
#include <SketchUpAPI/common.h>
#include <SketchUpAPI/unicodestring.h>
#include <SketchUpAPI/model/defs.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
@struct SUSceneRef
@brief Used to get ... |
/**
******************************************************************************
* @file stm32f4xx_hal_uart.h
* @author MCD Application Team
* @version V1.2.0
* @date 26-December-2014
* @brief Header file of UART HAL module.
**********************************************************************... |
//
// RunnungMapView.h
// CoolRun
//
// Created by 蔡欣东 on 2016/9/8.
// Copyright © 2016年 蔡欣东. All rights reserved.
//
#import <UIKit/UIKit.h>
@class RunningMapViewModel;
@interface RunnungMapView : UIView
@property (nonatomic, strong, readwrite)RunningMapViewModel *viewModel;
/**
* 显示地图
*/
- (void)showMapVi... |
/**************************************************************************/
/* */
/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
/* Thi... |
//////////////////////////////////////////////////////////////////////////////////
// SPARK particle engine //
// Copyright (C) 2008-2009 - Julien Fryer - julienfryer@gmail.com //
// //
// This software is provided 'as-is', without any express or implied //
// warranty. In no event... |
//
// Copyright (c) 2008-2020 the Urho3D 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, modify, m... |
/****************************************************************************
* config/olimex-strp711/src/str71_spi.c
*
* Copyright (C) 2008-2010, 2012, 2016-2017 Gregory Nutt. All rights
* reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or w... |
//
// FBBezierIntersection.h
// VectorBoolean
//
// Created by Andrew Finnell on 6/6/11.
// Copyright 2011 Fortunate Bear, LLC. All rights reserved.
//
#import "MWGeometry.h"
#import <Foundation/Foundation.h>
@class FBBezierCurve;
// FBBezierIntersection stores where two bezier curves intersect. Initially it jus... |
//
// PocketSVG.h
//
// Copyright (c) 2013 Ponderwell, Ariel Elkin, and Contributors
//
// 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 limitati... |
/*
* Copyright (C) 2015-2017 Alibaba Group Holding Limited
*/
#ifndef PORT_H
#define PORT_H
#include "k_vector.h"
#include "k_cache.h"
#include "k_mmu_sd.h"
size_t cpu_intrpt_save(void);
void cpu_intrpt_restore(size_t cpsr);
void cpu_intrpt_switch(void);
void cpu_task_switch(void);
void cpu_first_task_star... |
// SPDX-License-Identifier: GPL-2.0
//
// mt6351.c -- mt6351 ALSA SoC audio codec driver
//
// Copyright (c) 2018 MediaTek Inc.
// Author: KaiChieh Chuang <kaichieh.chuang@mediatek.com>
#include <linux/dma-mapping.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux... |
/*
* Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved.
*
* OpenArkCompiler is licensed under Mulan PSL v2.
* You can use this software according to the terms and conditions of the Mulan PSL v2.
* You may obtain a copy of Mulan PSL v2 at:
*
* http://license.coscl.org.cn/MulanPSL2
*
* THI... |
/*
// Copyright (c) 2016 Intel Corporation
//
// 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... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, June 7, 2020 at 11:45:33 AM Mountain Standard Time
* Operating System: Version 13.4.5 (Build 17L562)
* Image Source: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias L... |
/* $Id$ */
/*
* Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv>
*
* 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 SOFTWARE IS PROVIDE... |
/*
Copyright (C) 2015-2019 Parallel Realities
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.
This program is distributed in t... |
/*
* linux/include/asm-arm/arch-clps711x/mmu.h
*
* Copyright (C) 1999 ARM Limited
*
* 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 optio... |
/* Native-dependent code for x86 (i386 and x86-64).
Copyright (C) 2001-2020 Free Software Foundation, Inc.
This file is part of GDB.
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; e... |
// Auto-generated file. Do not edit!
// Template: src/qs8-gemm/MRxNRc4-neondot.c.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <assert.h>
#include <arm_neo... |
/*
** mod_owa
**
** Copyright (c) 1999-2019 Oracle Corporation, All rights reserved.
**
** The Universal Permissive License (UPL), Version 1.0
**
** Subject to the condition set forth below, permission is hereby granted
** to any person obtaining a copy of this software, associated documentation
** and/or data (collect... |
/*
* This header is generated by classdump-dyld 1.5
* on Tuesday, November 10, 2020 at 10:19:09 PM Mountain Standard Time
* Operating System: Version 14.2 (Build 18K57)
* Image Source: /System/Library/Frameworks/SwiftUI.framewor... |
#include <sys/msrs.h>
uint64_t rdmsr(uint64_t msr) {
uint64_t rax, rdx;
asm("rdmsr" : "=a"(rax), "=d"(rdx) : "c"(msr));
return (rdx << 32) | rax;
}
void wrmsr(uint64_t msr, uint64_t data) {
uint64_t rax = data & 0xFFFFFFFF;
uint64_t rdx = data >> 32;
asm("wrmsr" ::"a"(rax), "d"(rdx), "c"(msr));
} |
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... |
/**
* \copyright
* Copyright (c) 2012-2019, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#pragma once
#include <memory>
#include "ProcessL... |
//
// DOMObject.h
//
// $Id: //poco/1.3/XML/include/Poco/DOM/DOMObject.h#1 $
//
// Library: XML
// Package: DOM
// Module: DOM
//
// Definition of the DOMObject class.
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Permission is hereby granted, free of charge, ... |
#ifndef _SDMMC_SDCARD_H
#define _SDMMC_SDCARD_H
#include <rtthread.h>
#include <board.h>
#include "stm32f4xx.h"
#include <rtdevice.h>
#endif |
#include <stdio.h>
#include <stdlib.h>
#define max 10
#include "listaordenada.h"
int main()
{
Lista *lst1;
lst1= cria_lista();
insere_ord(lst1,4);
insere_ord(lst1,0);
insere_ord(lst1,5);
imprimir_lista(lst1);
printf("\n");
Lista *lst2;
lst2= cria_lista();
insere_ord(ls... |
/*
* This header is generated by classdump-dyld 1.5
* on Tuesday, November 10, 2020 at 10:14:41 PM Mountain Standard Time
* Operating System: Version 14.2 (Build 18K57)
* Image Source: /System/Library/PrivateFrameworks/UIAccessi... |
/* Copyright (c) 2013, Linaro Limited
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <odp/api/plat/ticketlock_inlines.h>
#include <odp/api/spec/ticketlock.h>
void odp_ticketlock_init(odp_ticketlock_t *ticketlock)
{
odp_atomic_init_u32(&ticketlock->next_ticket, 0);
odp_atomic_in... |
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/UIKit.framework/UIKit
*/
@interface UITextSelection : NSObject {
UITextRange * _base;
UIResponder<UITextInputPrivate> * _document;
long long _granularity;
UITextRange * _initialExtent;
bool _isCommitting;
UITextRange * _sele... |
/* The MIT License (MIT)
*
* Copyright (c) 2014 Colin Wallace
*
* 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, ... |
//
// Copyright (c) 2008-2019 the Urho3D 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, modify, m... |
#pragma once
#include "../robusto_packet.h"
namespace core
{
namespace tools
{
class http_request_simple;
}
}
namespace core
{
namespace wim
{
class block_chat_member : public robusto_packet
{
virtual int32_t init_request(std::shared_ptr<core::http_request_sim... |
//
// TSButtonFactory.h
// CJUIKitDemo
//
// Created by ciyouzen on 2020/1/31.
// Copyright © 2020 dvlproad. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "CJButton.h"
/// 文字+图片 按钮 中 图片的位置类型
typedef NS_ENUM(NSUInteger, DemoTextImageButtonLocation) {
DemoTextImageButtonLocationDefault,
... |
#include "econio.h"
#if defined(_WIN32) || defined(_WIN64)
#include <windows.h>
#include <stdio.h>
#include <conio.h>
#include <assert.h>
static WORD bgcolor = COL_BLACK;
static WORD fgcolor = COL_LIGHTGRAY;
static bool rawmode = false;
static WORD colormap[] = {
[COL_BLACK] = 0,
[COL_BLUE] ... |
/*
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
+---------... |
/*
* Copyright (c) 2013-2014, Ixonos Denmark ApS
* Copyright (c) 2013-2014, Michael Møller
* 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 ret... |
// The Liberty 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:
//
// 1. Redistributions of source code must retain the above copyright notice, this list of
// conditions and t... |
// Copyright 2015, VIXL authors
// 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 ... |
// Copyright 2009-2020 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
#pragma once
#include "bvh_node_base.h"
namespace embree
{
template<typename NodeRef, int N>
struct UnalignedNodeMB_t : public BaseNode_t<NodeRef, N>
{
using BaseNode_t<NodeRef,N>::children;
struct Create
{
... |
/* Copyright (C) 2014 Freescale Semiconductor, Inc.
*
* 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... |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2013, 2014 Damien P. George
* Copyright (c) 2015 Daniel Campora
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation... |
/******************************************************************************
*
* Module Name: osunixmap - Unix OSL for file mappings
*
*****************************************************************************/
/******************************************************************************
*
* 1. Copyright... |
/* ========================================================================== */
/* === Modify/cholmod_rowdel ================================================ */
/* ========================================================================== */
/* -------------------------------------------------------------------------... |
#ifndef CFLOATPROPERTY_H
#define CFLOATPROPERTY_H
#include "IProperty.h"
class CFloatProperty : public TNumericalProperty< float, EPropertyType::Float >
{
friend class IProperty;
protected:
CFloatProperty(EGame Game)
: TNumericalProperty(Game)
{}
public:
virtual void SerializeValue(void* pDa... |
/* ****************************************************************
*
* Copyright 2015 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
*
... |
/* Rewritten and vastly simplified by Rusty Russell for in-kernel
* module loader:
* Copyright 2002 Rusty Russell <rusty@rustcorp.com.au> IBM Corporation
*/
#ifndef _LINUX_KALLSYMS_H
#define _LINUX_KALLSYMS_H
#include <linux/errno.h>
#define KSYM_NAME_LEN 128
#define KSYM_SYMBOL_LEN (sizeof("%s+%#lx/%#lx [%s]") ... |
/***************************************************************************//**
* @file
* @brief Silicon Labs PSA Crypto Transparent Driver functions for SE.
*******************************************************************************
* # License
* <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>... |
/*
* FreeRTOS V202012.00
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. 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 Software without restriction, including ... |
/* Compatibility decomposition of Unicode characters.
Copyright (C) 2009-2018 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
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... |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can ob... |
#ifndef SETTINGSLOOKVIEW_H
#define SETTINGSLOOKVIEW_H
#include "Global.h"
#include "AbstractSettingsItemView.h"
#include "FontEdit.h"
class SettingsLookView : public CAbstractSettingsItemView
{
Q_OBJECT
ADD_PTR_PROPERTY(CFormSimpleIndexChoiceField, m_color_schema, getColorSchema)
ADD_PTR_PROPERTY(CFormSi... |
#ifndef SACHI_COMPILE_H
#define SACHI_COMPILE_H
#ifdef __cplusplus
extern "C"
{
#endif
#include "sachi/config.h"
#include "sachi/posix.h"
/**
* Nodal version of a program.
*/
typedef struct _Sachi_Node Sachi_Node;
/**
* Compiled version of a node.
*/
typedef struct _Sachi_Program Sachi_Program;
/**
* Compile ... |
/* apps/speed.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commerc... |
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2007, 2017 Oracle and/or its affiliates. All rights reserved.
*
* $Id$
*/
#include "db_config.h"
#include "db_int.h"
#include "dbinc/log.h"
static void __rep_find_entry __P((ENV *, REP *, int, REP_LEASE_ENTRY **));
/*
* __rep_updat... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:41:13 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/Frameworks/CoreML.framework/CoreML
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*... |
#ifndef CLASSES_H
#define CLASSES_H
#include <QString>
#include <QMap>
#include <QVector>
#include <QSet>
#include <QStack>
class Value;
class VArray;
class Allocator;
class Process;
class VM;
struct IObject
{
virtual bool hasSlot(QString name)=0;
virtual QList<QString> getSlotNames()=0;
virtual Value *g... |
/*
* Copyright 2019 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 "licen... |
/*
* Phoenix-RTOS
*
* USB Communications Device Class definitions
*
* Copyright 2018, 2020 Phoenix Systems
* Author: Hubert Buczynski, Kamil Amanowicz
*
* This file is part of Phoenix-RTOS.
*
* %LICENSE%
*/
#ifndef _USB_CDC_H_
#define _USB_CDC_H_
/* device class code */
#define USB_CLASS_CDC 0x2
/* int... |
#include <mongoc.h>
#define MONGOC_INSIDE
#include <mongoc-gridfs-file-private.h>
#undef MONGOC_INSIDE
#include <stdlib.h>
#include <fcntl.h>
#include "test-libmongoc.h"
#include "mongoc-tests.h"
#include "TestSuite.h"
static char *gTestUri;
static mongoc_gridfs_t *
get_test_gridfs (mongoc_client_t *client,
... |
#include "ct/ct.h"
#include "dat.h"
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/time.h>
#include <unistd.h>
void
cttest_allocf()
{
char *got;
got = fmtalloc("hello, %s %d", "world", 5);
assertf(strcmp("hello, world 5", got) == 0, "got \"%s\"", got);
fre... |
/*
* 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.
*
* This program is distributed in the hope that it will be use... |
/*
* $QNXLicenseC:
* Copyright 2008, 2009, QNX Software Systems.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You
* may not reproduce, modify or distribute this software except in
* compliance with the License. You may obtain a copy of the License
* at: http://www.apache.org/lic... |
//
// LocationViewController.h
// Location
//
// Created by Rick
// Copyright (c) 2014 Location. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LocationViewController : UIViewController
@end |
/*==============================================================================
ofxVisualProgramming: A visual programming patching environment for OF
Copyright (c) 2021 Emanuele Mazza aka n3m3da <emanuelemazza@d3cod3.org>
ofxVisualProgramming is distributed under the MIT License.
This gives everyon... |
//
// MCOPOPMessage.h
// CECiTurbo
//
// Created by DongXing on 4/17/15.
// Copyright (c) 2015 CEC. All rights reserved.
//
#import <MailCore.h>
#import "MCOMessageParser.h"
@interface MCOPOPMessage : MCOMessageBuilder <NSCoding>{
MCOMessageParser *_parser;
}
@property (nonatomic, assign) uint32_t index;
@pr... |
//
// FRUserModel.h
// Friendly
//
// Created by Sergey Borichev on 02.03.16.
// Copyright © 2016 TecSynt. All rights reserved.
//
#import <JSONModel/JSONModel.h>
#import "FRInterestsModel.h"
typedef NS_ENUM(NSInteger, FRFilterDateType) {
FRFilterDateAnytime,
FRFilterDateThisWeekend,
FRFilterDateThis... |
#pragma once
#include <ATen/core/ivalue.h>
#include <ATen/core/operator_name.h>
#include <c10/macros/Export.h>
#include <c10/util/Optional.h>
#include <c10/util/SmallVector.h>
#include <array>
#include <atomic>
#include <functional>
#include <memory>
namespace c10 {
class TORCH_API OperatorHandle;
}
namespace at {
... |
#ifndef HALIDE_ERROR_H
#define HALIDE_ERROR_H
#include <sstream>
#include <stdexcept>
#include "Debug.h"
#include "Introspection.h"
namespace Halide {
/** Query whether Halide was compiled with exceptions. */
EXPORT bool exceptions_enabled();
/** A base class for Halide errors. */
struct Error : public std::runtim... |
/*
* Copyright (c) 1991, 1992 Paul Kranenburg <pk@cs.few.eur.nl>
* Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
* Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are perm... |
/**
* Copyright (c) 2015 - 2018, Nordic Semiconductor ASA
*
* 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, th... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.