text stringlengths 9 948k |
|---|
/*
* The MIT License (MIT)
*
* Copyright (c) 2014-2018, Erik Moqvist
*
* 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 t... |
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2005 The University of Tennessee and The University
* of Tennessee Resea... |
/*
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2013 Phalcon Team (http://www.phalconphp.com) |
+------... |
/*
* OpenMesh OM5P-ACv2 support
*
* Copyright (C) 2013 Marek Lindner <marek@open-mesh.com>
* Copyright (C) 2014-2016 Sven Eckelmann <sven@open-mesh.com>
* Copyright (C) 2015 Open-Mesh - Jim Collar <jim.collar@eqware.net>
*
* This program is free software; you can redistribute it and/or modify it
* under t... |
// Copyright (c) 2006-2013, Andrey N. Sabelnikov, www.sabelnikov.net
// 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
// not... |
#ifndef SYSTEM_H
#define SYSTEM_H
#include <string>
#include <vector>
#include "process.h"
#include "processor.h"
class System {
public:
System();
std::vector<Processor>& Cpus();
std::vector<Process>& Processes();
float MemoryUtilization() const;
long UpTime() const;
int TotalProcesses() const;
int Ru... |
/**
******************************************************************************
* @file stm32f4xx_hal_conf.h
* @author MCD Application Team
* @brief HAL configuration file.
******************************************************************************
* @attention
*
* <h2><center>© COPYRIG... |
/*
* ID3v2 header parser
* Copyright (c) 2003 Fabrice Bellard
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or... |
//
// CAASRequestResult.h
// CAASObjC
//
// Created by slizeray on 24/03/15.
// Copyright (c) 2015 IBM. All rights reserved.
//
@import Foundation;
#pragma clang assume_nonnull begin
@class CAASRequest;
/**
A CAASRequestResult represents a futur result of a CAASRequest
*/
@interface CAASRequestResult : NSObj... |
//
// UISearchBar.h
// UIKit
//
// Copyright (c) 2008-2014 Apple Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIView.h>
#import <UIKit/UIInterface.h>
#import <UIKit/UIGeometry.h>
#import <UIKit/UITextField.h>
#import <UIKit/UIKitDefines.h>
#import <UIKit/UIBarButtonItem.h>
#import <... |
/*
* Copyright (c) 2017, 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.
*
*/
#pragma once... |
/*-------------------------------------------------------------------------
*
* pg_dump.c
* pg_dump is a utility for dumping out a postgres database
* into a script file.
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of Cali... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "UIView.h"
#import "QQStoryShareControllerDelegate.h"
@class NSString, QQFriendSelectedViewController, QQShareGroupNodeInfo, UIButton, UIImageView, UILabel;
@interface QQ... |
// Created by Jinkey on 2017/1/2.
// Copyright © 2017年 Jinkey. All rights reserved.
// appender-swift-bridge.h
#include <stdio.h>
#import <Foundation/Foundation.h>
#import "LogUtil.h"
typedef NS_ENUM(NSUInteger, XloggerType) {
debug,
info,
warning,
error,
};
@interface JinkeyMarsBridg... |
/**
* Copyright (c) 2017-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.
*/
#pragma once
#include <condition_variable>
#include <functional>
#include <memory>
#include <mutex>
#incl... |
/*
* Copyright (c) 2017-2018, The Nirvana Developers.
* Portions Copyright (c) 2012-2017, The CryptoNote Developers, The Bytecoin Developers.
*
* This file is part of Nirvana.
*
* This file is subject to the terms and conditions defined in the
* file 'LICENSE', which is part of this source code package.
*/
#pr... |
#pragma once
#include <tuple>
#include <cmath>
#include <limits>
#include <algorithm>
#include <numeric>
#if !defined(CTC_DISABLE_OMP) && !defined(APPLE)
#include <omp.h>
#endif
#include "ctc_helper.h"
template<typename ProbT>
class CpuCTC {
public:
// Noncopyable
CpuCTC(int alphabet_size /*vocab size, V*/... |
//
// ZYGuanYuWoMenViewController.h
// ZyProject
//
// Created by apple on 2020/6/18.
// Copyright © 2020 123123. All rights reserved.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface ZYGuanYuWoMenViewController : BaseViewController
@end
NS_ASSUME_NONNULL_END |
/* Copyright (c) 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
* those enh... |
/*
* Copyright 2011-2013 Blender Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... |
/*
* ofLight.h
* openFrameworksLib
*
* Created by Memo Akten on 14/01/2011.
* Copyright 2011 MSA Visuals Ltd. All rights reserved.
*
*/
// TODO:
// attenuation
// spotlight stuff
#pragma once
#include "ofNode.h"
#include "ofColor.h"
#define OF_MAX_LIGHTS 8 // max number of lights allowed by default op... |
// Copyright (c) 2006-2007 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org)
//
// $URL: https://github.com/CGAL/cgal/blob/v5.1/Algebraic_foundations/include/CGAL/extended_euclidean_algorithm.h $
// $Id: extended_euclidean_algorithm.h 52164b1 2019-10-19T... |
/* Copyright (C) 2007-2013 B.A.T.M.A.N. contributors:
*
* Marek Lindner, Simon Wunderlich
*
* 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 Foundation.
*
* This program is distributed i... |
/////////////////////////////////////////////////////////////////////////////
// Name: wx/cocoa/private/scrollview.h
// Purpose: wxWindowCocoaScrollView
// Author: David Elliott
// Modified by:
// Created: 2008/02/14
// Copyright: (c) 2003- David Elliott
// Licence: wxWindows licence
/////////... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__wchar_t_listen_socket_w32_spawnvp_34.c
Label Definition File: CWE78_OS_Command_Injection.strings.label.xml
Template File: sources-sink-34.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: listen_socket Read data using a l... |
/*
* aarot.c --- anti-aliased rotation for Allegro
*
* This file is gift-ware. This file is given to you freely
* as a gift. You may use, modify, redistribute, and generally hack
* it about in any way you like, and you do not have to give anyone
* anything in return.
*
* I do not accept any responsibility for... |
#pragma once
#include <Access/EnabledRowPolicies.h>
#include <ext/scope_guard.h>
#include <mutex>
#include <map>
#include <unordered_map>
namespace DB
{
class AccessControlManager;
/// Stores read and parsed row policies.
class RowPolicyCache
{
public:
RowPolicyCache(const AccessControlManager & access_control_... |
/** @file
* This is the public header file to be included by applications
* using libacvp.
*/
/*
* Copyright (c) 2019, Cisco Systems, Inc.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE... |
#include "soundpipe.h"
#include "md5.h"
#include "tap.h"
#include "test.h"
typedef struct {
sp_osc *osc1;
sp_osc *osc2;
sp_ftbl *ft;
sp_metro *met;
sp_tenv *tenv1;
sp_tenv *tenv2;
sp_tdiv *tdiv;
} UserData;
int t_tdiv(sp_test *tst, sp_data *sp, const char *hash)
{
uint32_t n;
int f... |
// Copyright 2016 The SwiftShader 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 b... |
// Copyright 2019 Joe Drago. All rights reserved.
// SPDX-License-Identifier: BSD-2-Clause
// This is a barebones y4m reader/writer for basic libavif testing. It is NOT comprehensive!
#include "y4m.h"
#include <inttypes.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define Y4M_MAX_LINE_SIZE 2048 // ... |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
By using JUCE, you agree to the terms of both the JUCE 5 End-User Lic... |
int printf(const char *, ...);
union U1 {
long double a;
} foo = {23.689896L};
union U2 {
long double a;
long b;
} bar = {123.235};
union U1 u1_ret(long double d) {
union U1 r = {0};
r.a = d + 2.3L;
printf("u1_ret: %Lf, %Lf\n", d, r.a);
return r;
}
int u1_arg(union U1 u) {
long double d = u.a;
union U1 v;
... |
/* -*- mode: c; c-basic-offset: 8; -*-
* vim: noexpandtab sw=8 ts=8 sts=0:
*
* alloc.c
*
* Extent allocs and frees
*
* Copyright (C) 2002, 2004 Oracle. All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as pu... |
// Copyright 2016 The Chromium Embedded Framework 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 CEF_LIBCEF_BROWSER_VIEWS_PANEL_IMPL_H_
#define CEF_LIBCEF_BROWSER_VIEWS_PANEL_IMPL_H_
#pragma once
#include "include/views/cef... |
//
// MediaPlayerConfig.h
// apsara_player
//
// Created by shiping.csp on 2018/11/12.
//
#ifndef MediaPlayerConfig_h
#define MediaPlayerConfig_h
#include <stdio.h>
#include <string>
#include <vector>
namespace Cicada {
class MediaPlayerConfig {
public:
MediaPlayerConfig();
public:
s... |
/*
* MSMPEG4 backend for ffmpeg encoder and decoder
* copyright (c) 2001 Fabrice Bellard
* copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
*
* msmpeg4v1 & v2 stuff by Michael Niedermayer <michaelni@gmx.at>
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/... |
/*===========================================================================
parsifal.c
This module contains the main XML parser logic
see parsifal.h for copyright info
===========================================================================*/
#include <stdlib.h> /* malloc */
#include <string.h> /* memmo... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class NSMutableArray, NSString;
@interface UserActionSubData : NSObject
{
NSString *_detail;
NSMutableArray *_list;
double _actionTime;
}
@prope... |
/* brkstring.h -- (destructively) split a string into
* -- an array of substrings
*
* This code is Copyright (c) 2017, by the authors of nmh. See the
* COPYRIGHT file in the root directory of the nmh distribution for
* complete copyright information. */
char **brkstring(char *, char *, char *) NONNUL... |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
@class NSString, T1AddLocationViewController;
@protocol T1AddLocationViewControllerDelegate
- (void)addLocationViewControllerDidTapSki... |
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "SDWebImageCompat.h"
#import "SDWebImageManager.h"
/**
* Integrates SDWebImage a... |
/*
** EPITECH PROJECT, 2017
** C_Object
** File description:
** vector_errors.c
*/
#include <stdio.h>
#include <stdlib.h>
static const char *class_type = "vector";
void throw_vector(char const *msg)
{
fprintf(stderr, "%s : %s\n", class_type, msg);
abort();
}
void throw_vector_elem(int n)
{
fprintf(stderr, "%s : ... |
/*****************************************************************************
*
* Author: Xilinx, Inc.
*
* This text contains proprietary, confidential information of
* Xilinx, Inc. , is distributed by under license from Xilinx,
* Inc., and may be used, copied and/or disclosed only pursuant to
*... |
/**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
*/
#import <iCalendar/XXUnknownSuperclass.h>
#import <iCalendar/ICSWriting.h>
#import <iCalendar/NSCoding.h>
#import <iCalendar/ICSRecurrenceRule.h>
@class ICSDateValue, NSMutableDictio... |
/* I N S I D E . C
* BRL-CAD
*
* Copyright (c) 2008-2021 United States Government as represented by
* the U.S. Army Research Laboratory.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* version 2.1 as ... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:44:35 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E... |
/*
* tc.sig.h: Signal handling
*
*/
/*-
* Copyright (c) 1980, 1991 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 ... |
// This contrived example is not useful in any way; it just shows that you can do mutual lemma recursion using lemma function pointer chunks.
/*@
typedef lemma void oddfunc(oddfunc *odd, evenfunc *even, int x);
requires multi_is_oddfunc(odd, x) &*& multi_is_evenfunc(even, x);
ensures multi_is_oddfunc(odd, x) ... |
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_apache_hadoop_hdfs_nfs_nfs4_UserIDMapperSystem */
#ifndef _Included_org_apache_hadoop_hdfs_nfs_nfs4_UserIDMapperSystem
#define _Included_org_apache_hadoop_hdfs_nfs_nfs4_UserIDMapperSystem
#ifdef __cplusplus
extern "C" {
#end... |
/* Copyright (c) 2020 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License,
* attached with Common Clause Condition 1.0, found in the LICENSES directory.
*/
#ifndef COMMON_DATATYPES_LIST_H_
#define COMMON_DATATYPES_LIST_H_
#include <vector>
#include <algorithm>
#include "com... |
/* drivers/input/touchscreen/gt9xx_update.c
*
* 2010 - 2012 Goodix Technology.
*
* 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... |
/*
* This header is generated by classdump-dyld 1.0
* on Wednesday, March 22, 2017 at 9:02:15 AM Mountain Standard Time
* Operating System: Version 10.1 (Build 14U593)
* Image Source: /System/Library/Frameworks/UIKit.framework/UIKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
@... |
#include "xwcmn.h"
void xinitclr ( void )
/************************************************************************
* xinitclr *
* *
* This function reads the GEMPAK color map table. *
... |
/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% %
% ... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:35:22 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/PrototypeT... |
/*
* Copyright (C) 2016 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... |
/*
* NodeStatements.h
*
* Created on: 08.01.2017
* Author: yannick
*/
#ifndef PARSER_INCLUDES_NODES_NODESTATEMENTS_H_
#define PARSER_INCLUDES_NODES_NODESTATEMENTS_H_
#include "NodeStatement.h"
class NodeStatements: public Node {
private:
NodeStatement* statement;
NodeStatements* statements;
public:
~... |
/*
Copyright (c) Microsoft Corporation
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
THIS CODE IS PROVIDED *AS IS* BASIS, W... |
/*
* Copyright 2017 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_str_is_alpha.c :+: :+: :+: ... |
/*
* Copyright (C) 2004-2016 ZNC, see the NOTICE file for details.
*
* 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 requi... |
#ifndef __SPI_H__
#define __SPI_H__
void OledPutBuffer(int cb, BYTE* rgbTx);
BYTE Spi2PutByte(BYTE bVal);
#endif // !__SPI_H__ |
// 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_BROWSER_UI_VIEWS_COOKIE_INFO_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_COOKIE_INFO_VIEW_H_
#include <string>
#include <vector>
#include... |
/*! @file OrientationEstimator.h
* @brief All Orientation Estimation Algorithms
*
* This file will contain all orientation algorithms.
* Orientation estimators should compute:
* - orientation: a quaternion representing orientation
* - rBody: coordinate transformation matrix (satisfies vBody = Rbody * vWorld)... |
//
// SettingFooter.h
// DearyPet
//
// Created by Aesir Titan on 2016-08-30.
// Copyright © 2016 Titan Studio. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SettingFooter : UIView
+ (instancetype)footerWithHeight:(CGFloat)height;
@end |
/* crypto/objects/obj_mac.h */
/* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the
* following command:
* perl objects.pl objects.txt obj_mac.num obj_mac.h
*/
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eri... |
// Copyright (c) 2014-2016 The Dash developers
// Copyright (c) 2016-2017 The Dudgx developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef SPORK_H
#define SPORK_H
#include "base58.h"
#include "key.h"
#include "m... |
/** --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="FormFieldsResponse.h">
* Copyright (c) 2020 Aspose.Words for Cloud
* </copyright>
* <summary>
* Permission is hereby granted, free of charge, to any person obt... |
#include "include/cinterface"
typedef TLnat4 TL_TL_priority_t;
struct TL_TL_ExceptionInfo {
TLint4 quitCode;
TLint4 libraryQuitCode;
TLstring errorMsg;
};
typedef TLnat1 __x328[1];
struct TL_TL_HandlerArea {
TLint4 quitCode;
TLnat4 lineAndFile;
TLaddressint fileTable;
struct TL_TL_HandlerAre... |
//===============================================================================
// Copyright (c) 2007-2016 Advanced Micro Devices, Inc. All rights reserved.
// Copyright (c) 2004-2006 ATI Technologies Inc.
//===============================================================================
//
// Permission is hereby gr... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr.c :+: :+: :+: ... |
//
// LCCKSwipeView.h
//
// Version 1.3.2
//
// v0.7.19 Created by Nick Lockwood on 03/09/2010.
// Copyright 2010 Charcoal Design
//
// Distributed under the permissive zlib License
// Get the latest version of LCCKSwipeView from here:
//
// https://github.com/nicklockwood/LCCKSwipeView
//
// This software is p... |
/*
* Creation Date: <2004/08/28 18:38:22 greg>
* Time-stamp: <2004/08/28 18:38:22 greg>
*
* <init.c>
*
* Initialization for qemu
*
* Copyright (C) 2004 Greg Watson
* Copyright (C) 2005 Stefan Reinauer
*
* based on mol/init.c:
*
* Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Samuel & David R... |
#pragma once
#include "runtime/object.h"
#include "runtime/identtable.h"
#include "parser/literal.h"
namespace ICM
{
namespace ASTBase { struct Element; }
Object getLiteral(const ASTBase::Element &elt, const Compiler::ElementPool &EP);
//bool getCompiletimeFunc(const ASTBase::Element &elt, FuncTableUnit &ftu);
... |
/*
* Copyright (c) 2013 Qualcomm Atheros, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted (subject to the limitations in the
* disclaimer below) provided that the following conditions are met:
*
* * Redistributions of source code ... |
//-----------------------------------------------------------------------------
// Copyright (c) 2013 GarageGames, LLC
//
// 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 restrictio... |
/* -*- mode: C -*- */
/* vim:set ts=4 sw=4 sts=4 et: */
/*
IGraph library.
Copyright (C) 2007-2012 Gabor Csardi <csardi.gabor@gmail.com>
334 Harvard street, Cambridge, MA 02139 USA
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License... |
/*
* Copyright 2021 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef skgpu_DrawWriter_DEFINED
#define skgpu_DrawWriter_DEFINED
#include "experimental/graphite/src/DrawTypes.h"
#include "src/gpu/BufferWriter.h"
namespace skgpu {
class ... |
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2009 Sam Lantinga
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 opt... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:05:48 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/PrivateFrameworks/MIME.frame... |
#include <unistd.h>
#include "common.h"
TEST_CASE(fsccbug_L100)
{
int s = 1;
alarm(3);
while(s){
switch(1){
case 1:
switch (1) {
default:
s = 0;
break;
}
break;
}
}
TEST(1);
} |
//
// TLSOpenBindListener.h
// TLSSDK
//
// Created by okhowang on 15/10/19.
//
//
#ifndef TLSSDK_TLSOpenBindListener_h
#define TLSSDK_TLSOpenBindListener_h
#import <Foundation/Foundation.h>
#import "TLSErrInfo.h"
@protocol TLSOpenBindListener <NSObject>
/**
* 绑定成功
*/
-(void)OnOpenBindSuccess;
/**
* 绑定失败
* @... |
/*
wsddapi.h
WS-Discovery 1.1 and 1.0 (WSDD) plugin API
See gsoap/doc/wsdd for the WSDD plugin user guide.
gSOAP XML Web services tools
Copyright (C) 2000-2011, Robert van Engelen, Genivia Inc., All Rights Reserved.
This part of the software is released under one of the following licenses:
GPL, the gSOAP public l... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
*/
@interface NTPersonalizedSectionFetchDescriptor : NSObject <NTSectionFetchDescriptor> {
NTCatchUpOperationArticleIDsRequest * _mandatoryArticleIDsRequest;
NTCatchUpOperationArticleIDsRequest * _personal... |
// Auto-generated file. Do not edit!
// Template: src/f32-velu/wasmsimd-rr2-lut16-p3.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 <w... |
//
// ICMessageModel.h
// ICPayPlusDesign
//
// Created by mac on 2017/12/19.
// Copyright © 2017年 iCorki. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface ICMessageModel : NSObject
/** @brief success message 支付成功*/
@property (nonatomic, strong, nullable) NSString *success;
/** @brief failur... |
/**
* @file theme-manager.h Theme Manager API
*/
/*
* purple
*
* Purple is the legal property of its developers, whose names are too numerous
* to list here. Please refer to the COPYRIGHT file distributed with this
* source distribution.
*
* This program is free software; you can redistribute it and/or modi... |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NGAP-PDU-Contents"
* found in "asn/NGAP-PDU-Contents.asn"
* `asn1c -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D ngap -pdu=all`
*/
#include "NGAP_RANConfigurationUpdate.h"
asn_TYPE_memb... |
/*
Teem: Tools to process and visualize scientific data and images
Copyright (C) 2008, 2007, 2006, 2005 Gordon Kindlmann
Copyright (C) 2004, 2003, 2002, 2001, 2000, 1999, 1998 University of Utah
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU... |
//=================================================================================================
/*!
// \file blaze/math/lapack/sytrf.h
// \brief Header file for the LAPACK symmetric matrix decomposition functions (sytrf)
//
// Copyright (C) 2013 Klaus Iglberger - All Rights Reserved
//
// This file is part of t... |
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2010, PostgreSQL Global Development Group
*
* $PostgreSQL$
*/
#include "postgres_fe.h"
#include "command.h"
#ifdef __BORLANDC__ /* needed for BCC */
#undef mkdir
#endif
#include <ctype.h>
#ifdef HAVE_PWD_H
#include <pwd.h>
#endif
#ifndef ... |
/*
* 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... |
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
#include <ctype.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <signal.h>
#include <sys/types.h>
#ifndef _WIN32
#include <netdb.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#endif
#ifdef _WIN32
#define _KO_NO_NET
#endif
#ifndef _KO... |
/* --COPYRIGHT--,BSD
* Copyright (c) 2014, Texas Instruments Incorporated
* 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 copy... |
/*
* Copyright (c) 2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <device.h>
#include <ipm.h>
#include <ipm/ipm_quark_se.h>
#include <misc/printk.h>
#include <misc/util.h>
#include <sensor.h>
#include <zephyr.h>
#ifdef CONFIG_GROVE_LCD_RGB
#include <display/grove_lcd.h>
#include <stdio... |
#ifndef WIZ_PLATFORM_MOS6502_H
#define WIZ_PLATFORM_MOS6502_H
#include <wiz/platform/platform.h>
#include <wiz/utility/variant.h>
namespace wiz {
class Mos6502Platform : public Platform {
public:
enum class Revision {
Base6502,
Base65C02,
Wdc65C0... |
/**
* \file
*
* Copyright (c) 2015-2018 Microchip Technology Inc. and its subsidiaries.
*
* \asf_license_start
*
* \page License
*
* Subject to your compliance with these terms, you may use Microchip
* software and any derivatives exclusively with Microchip products.
* It is your responsibility to comply wit... |
/*
* Copyright (C) 2019 Alexander Borisov
*
* Author: Alexander Borisov <borisov@lexbor.com>
*/
#include "lexbor/encoding/encoding.h"
const lxb_encoding_data_t *
lxb_encoding_data_by_pre_name(const lxb_char_t *name, size_t length)
{
const lxb_char_t *end;
const lexbor_shs_entry_t *entry;
if (length ... |
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Fluent Bit
* ==========
* Copyright (C) 2019-2020 The Fluent Bit Authors
* Copyright (C) 2015-2018 Treasure Data Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in co... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.