text stringlengths 9 948k |
|---|
/*
Copyright (C) 2014 Apple Inc. All Rights Reserved.
See LICENSE.txt for this sample’s licensing information
*/
#import <UIKit/UIKit.h>
@class AAPLDataSource;
/// Maps global sections to local sections for a given data source
@interface AAPLComposedMapping : NSObject <NSCopying>
- (instancetype)initWithDataSourc... |
/**
* Copyright (c) 2021 OceanBase
* OceanBase Database Proxy(ODP) is licensed under Mulan PubL v2.
* You can use this software according to the terms and conditions of the Mulan PubL v2.
* You may obtain a copy of Mulan PubL v2 at:
* http://license.coscl.org.cn/MulanPubL-2.0
* THIS SOFTWARE IS PROVIDED ... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=2 et sw=2 tw=80: */
/* 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 obtain one at http://mozilla.org/MPL/2.0/. */
... |
/*
* Copyright (C) 2014 ZYYX, 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... |
// SPDX-License-Identifier: GPL-2.0
/*
* Macintosh Nubus Interface Code
*
* Originally by Alan Cox
*
* Mostly rewritten by David Huggins-Daines, C. Scott Ananian,
* and others.
*/
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/nubus.h>
#include <linux... |
$NetBSD: patch-tools_umax__pp.c,v 1.1 2018/01/31 10:43:03 jperkin Exp $
Set _XOPEN_SOURCE correctly.
--- tools/umax_pp.c.orig 2013-02-23 02:00:56.000000000 +0000
+++ tools/umax_pp.c
@@ -6,7 +6,9 @@
*/
/* For putenv */
+#if !defined(__sun) || (__STDC_VERSION__-0 < 199901L)
#define _XOPEN_SOURCE
+#endif
#include ... |
/* $Id$ */
/* Copyright (c) 2016-2020 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS Desktop Phone */
/* 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... |
//////////////////////////////////////////////////////////////////////////////////////
// This file is distributed under the University of Illinois/NCSA Open Source License.
// See LICENSE file in top directory for details.
//
// Copyright (c) 2016 Jeongnim Kim and QMCPACK developers.
//
// File developed by: Jeongnim ... |
#ifndef APPLICATION_H
#define APPLICATION_H
bool saveAfterReception(char message[]);
bool terminationMecanism();
#endif //APPLICATION_H |
//
// BezierPathPratice.h
// DrawDemoTest
//
// Created by liugangyi on 2017/3/13.
// Copyright © 2017年 com.allinmd.cn. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BezierPathPratice : UIView
@end |
/*
==============================================================================
This file is part of the JUCE library - "Jules' Utility Class Extensions"
Copyright 2004-11 by Raw Material Software Ltd.
------------------------------------------------------------------------------
JUCE can be redistrib... |
/******************************************************************************
@file csf.h
@brief Collector Specific Functions API
Group: WCS LPC
Target Device: cc13x2_26x2
******************************************************************************
Copyright (c) 2016-2021, Texas Instruments Incorporated... |
#ifndef __CUSTOM_BUTTON_H__
#define __CUSTOM_BUTTON_H__
#if defined(_WIN32) || defined(_WIN64)
#define __v3d_custom_toolbar_plugin__
#endif
#define __hierarchical_file_menu__
#include <QtGui>
#include <map>
#ifdef __v3d_custom_toolbar_plugin__
#include "../basic_c_fun/v3d_interface.h"
#else
#include "../v3d/main... |
/*
* cli.c (Command line handler for the GINI router)
* This file contains the functions that implement the CLI.
* AUTHOR: Original version written by Weiling Xu
* Revised by Muthucumaru Maheswaran
* DATE: Revised on December 24, 2004
*
* The CLI is used as a configuration file parser
* as well. Right... |
// dear imgui, v1.73 WIP
// (headers)
// See imgui.cpp file for documentation.
// Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp for demo code.
// Newcomers, read 'Programmer guide' in imgui.cpp for notes on how to setup Dear ImGui in your codebase.
// Get latest version at https://github.com/ocornut/imgui
/... |
/*
// ngx_http_mruby_server.c - ngx_mruby mruby module
//
// See Copyright Notice in ngx_http_mruby_module.c
*/
#include "ngx_http_mruby_server.h"
#include "ngx_http_mruby_module.h"
#include "ngx_http_mruby_request.h"
#include <mruby/hash.h>
#include <mruby/string.h>
static mrb_value ngx_mrb_get_server_var_docroot(... |
#define FW_EV_VER_MAJOR 6
#define FW_EV_VER_MINOR 3
#define FW_EV_VER_PATCH 0
#define FW_EV_VER_ID_SHORT "3"
#define FW_EV_VER_ID_LONG "100" |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE690_NULL_Deref_from_Return__int_realloc_52a.c
Label Definition File: CWE690_NULL_Deref_from_Return.free.label.xml
Template File: source-sinks-52a.tmpl.c
*/
/*
* @description
* CWE: 690 Unchecked Return Value To NULL Pointer
* BadSource: realloc Allocate data using rea... |
/*
* 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... |
#pragma once
#include <abi/Process.h>
#include <abi/Task.h>
#include <libio/Path.h>
#include <libutils/List.h>
#include "system/memory/Memory.h"
#include "system/scheduling/Blocker.h"
#include "system/tasking/Domain.h"
#include "system/tasking/Handles.h"
typedef void (*TaskEntryPoint)();
struct MemoryMapping;
st... |
const unsigned char gImage_updateAT[60] = { /* 0X00,0X01,0X14,0X00,0X14,0X00, */
0X01,0XF8,0X00,0X07,0XFE,0X00,0X1F,0XFF,0X80,0X3F,0XFF,0XC0,0X3F,0X9F,0XC0,0X7E,
0X07,0XE0,0X7C,0XF3,0XE0,0XFF,0XF9,0XF0,0XFB,0XF9,0XF0,0XF1,0XF0,0X70,0XE0,0XF8,
0XF0,0XF9,0XFD,0XF0,0XF9,0XFF,0XF0,0X7C,0XF3,0XE0,0X7E,0X07,0XE0,0X3F,0X9F,0X... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE134_Uncontrolled_Format_String__char_listen_socket_vfprintf_31.c
Label Definition File: CWE134_Uncontrolled_Format_String.vasinks.label.xml
Template File: sources-vasinks-31.tmpl.c
*/
/*
* @description
* CWE: 134 Uncontrolled Format String
* BadSource: listen_socket R... |
/*
* cocos2d for iPhone: http://www.cocos2d-iphone.org
*
* Copyright (c) 2008-2010 Ricardo Quesada
* Copyright (c) 2011 Zynga 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 w... |
#pragma once;
int initContext(); |
/**
* @file
* @brief EUDAQ event-based reader to allow sequential reading of multiple runs
*
* @copyright Copyright (c) 2017-2020 CERN and the Corryvreckan authors.
* This software is distributed under the terms of the MIT License, copied verbatim in the file "LICENSE.md".
* In applying this license, CERN does no... |
//
// Created by David Price on 13/07/2020.
//
#include "joystick_handler.h"
#include <genesis.h>
JoystickHandler* joystickOneHandler;
JoystickHandler* joystickTwoHandler;
JoystickHandler* createJoystickHandler(void* controller, void (*joystickMethod)(void*, JoystickAction*)) {
JoystickHandler *handler;
han... |
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... |
/* QLogic qed NIC Driver
* Copyright (c) 2015-2017 QLogic Corporation
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this ... |
/* MOXA ART Ethernet (RTL8201CP) driver.
*
* Copyright (C) 2013 Jonas Jensen
*
* Jonas Jensen <jonas.jensen@gmail.com>
*
* Based on code from
* Moxa Technology Co., Ltd. <www.moxa.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" wi... |
/*
* This header is generated by classdump-dyld 1.5
* on Tuesday, November 10, 2020 at 10:21:39 PM Mountain Standard Time
* Operating System: Version 14.2 (Build 18K57)
* Image Source: /System/Library/PrivateFrameworks/TVContent... |
/*
* 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 (c) Open Connectivity Foundation (OCF), AllJoyn Open Source
// Project (AJOSP) Contributors and others.
//
// SPDX-License-Identifier: Apache-2.0
//
// All rights reserved. This program and the accompanying materia... |
#ifndef GUI_RENDER_BUFFER_H_
#define GUI_RENDER_BUFFER_H_
#include <vector>
namespace example {
enum ShowBufferMode {
SHOW_BUFFER_COLOR,
SHOW_BUFFER_NORMAL,
SHOW_BUFFER_DEPTH,
SHOW_BUFFER_POSITION,
SHOW_BUFFER_TEXCOORD,
SHOW_BUFFER_DIFFUSE,
};
struct RenderBuffer {
std::vector<float> rgba; // 4
std... |
#ifndef ClientData_H
#define ClientData_H
#include <string>
using std::string;
class ClientData{
int accountNumber;
char lastName[15];
char firstName[10];
double balance;
public:
// constructor
ClientData(int = 0, string = "", string = "", double = 0.0);
//funcoes de acesso
void setAc... |
/*
* 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
... |
//
// AppDelegate.h
// URLScheme
//
// Created by shavekevin on 16/1/14.
// Copyright © 2016年 shavekevin. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end |
// Copyright (c) 2003-2020 Xsens Technologies B.V. or subsidiaries worldwide.
// 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 a... |
// Copyright 2006-2008 the V8 project 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 lis... |
/*
* 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... |
//===--- KnownProtocols.h - Working with compiler protocols -----*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... |
//
// PDUISocialSettingsTableViewCell.h
// PopdeemSDK
//
// Created by Niall Quinn on 05/08/2016.
// Copyright © 2016 Popdeem. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "PDUser.h"
#import "PDUISettingsViewController.h"
@interface PDUISocialSettingsTableViewCell : UITableViewCell
@property (nonatomic... |
#include "game/scenes/mechlab/lab_main.h"
#include "game/scenes/mechlab/lab_customize.h"
#include "game/scenes/mechlab/lab_training.h"
#include "game/scenes/mechlab/button_details.h"
#include "game/gui/trn_menu.h"
#include "game/gui/spritebutton.h"
#include "game/gui/sizer.h"
#include "game/gui/text_render.h"
#include ... |
#pragma once
namespace zen { namespace zenType {
template<class TType, unsigned long TCount>
class zArrayFixed : public zArray<TType>
{
zenClassDeclare(zArrayFixed, zArray<TType>)
public:
zArrayFixed();
zArrayFixed(const zArray<TType>& inCopy);
zArrayFixed(const zArrayFixed<TType,TCount>& inCopy); //! @note : Have... |
// Generated by Haxe 4.2.1+bf9ff69
#ifndef INCLUDED_haxe_xml__Access_HasNodeAccess_Impl_
#define INCLUDED_haxe_xml__Access_HasNodeAccess_Impl_
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
HX_DECLARE_CLASS0(Xml)
HX_DECLARE_CLASS3(haxe,xml,_Access,HasNodeAccess_Impl_)
namespace haxe{
namespace xml{
namespace _Access{
c... |
#include <stdio.h>
int main() {
int num;
scanf("%d\n", &num);
static char *const numbers[] = {"one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten"};
if (num > 0 && num < 10) {
printf("%s\n", numbers[num - 1]);
}
else {
printf("Greater than 9\n");
}... |
/*
Copyright (c) 2005-2017 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 la... |
/*
* Copyright (c) 2020-2021, Intel Corporation
*
* 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, p... |
//
// Copyright (c) 2008-2014 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... |
/*
*
* (C) COPYRIGHT 2014 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the
* GNU General Public License version 2 as published by the Free Software
* Foundation, and any use by you of this program is subject to the terms
* of such GNU licence.
*
... |
/* Configuration space parsing helpers for virtio.
*
* The configuration is [type][len][... len bytes ...] fields.
*
* Copyright 2007 Rusty Russell, IBM Corporation.
* GPL v2 or later.
*/
#include <linux/err.h>
#include <linux/virtio.h>
#include <linux/virtio_config.h>
#include <linux/bug.h> |
#ifndef _GIF_LIB_PRIVATE_H
#define _GIF_LIB_PRIVATE_H
#include "gif_lib.h"
#include "gif_hash.h"
#define PROGRAM_NAME "GIFLIB"
#ifdef SYSV
#define VersionStr "Gif library module,\t\tEric S. Raymond\n\
(C) Copyright 1997 Eric S. Raymond\n"
#else
#define VersionStr PROGRAM_NAME " IBMPC " GIF_LI... |
#ifndef CPROGRESSDIALOG_H
#define CPROGRESSDIALOG_H
#include <QDialog>
namespace Ui {
class CProgressDialog;
}
class CProgressDialog : public QDialog
{
Q_OBJECT
public:
explicit CProgressDialog(QWidget *parent = 0);
~CProgressDialog();
void goShow( QWidget * parent );
void setLabel( QStrin... |
// adapted from libopencm3/lib/cm3/vector.c .
/*
* This file is part of the libopencm3 project.
*
* Copyright (C) 2010 Piotr Esden-Tempski <piotr@esden.net>,
* Copyright (C) 2012 chrysn <chrysn@fsfe.org>
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Les... |
/*
tre-mem.c - TRE memory allocator
Copyright (c) 2001-2006 Ville Laurikari <vl@iki.fi>
This library 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 (at y... |
#pragma once
#include "Menu.h"
#include "ArduinoOTA.h"
#include <Update.h>
#include <HTTPClient.h>
#include "Preferences.h"
#include "AudioFileSourceSD.h"
#include "AudioFileSourceICYStream.h"
#include "AudioFileSourceBuffer.h"
#include "AudioGeneratorMP3.h"
#include "AudioOutputI2S.h"
#define My_SD SD
#define FSS9... |
//*****************************************************************************
// uart_if.c
//
// uart interface file: Prototypes and Macros for UARTLogger
//
// Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
//
//
// Redistribution and use in source and binary forms, with or without
// m... |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkBSPCuts.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 software is dist... |
#include <core/types.h>
#include <core/copyright.h>
#include <core/error.h>
#include <core/pool.h>
#include <core/scheduler.h>
#include <core/spinlock.h>
#include <core/startup.h>
#include <core/task.h>
#include <core/thread.h>
#include <core/ttk.h>
#include <cpu/startup.h>
#ifdef ENTER_DEBUGGER
#include <db/db.h>
#end... |
/* output_srec.c Motorola S-record output driver for vasm
(c) in 2015 by Joseph Zatarski
jzatar2@illinois.edu
NOTE: this file makes assumptions that your character set is at least ASCII
compatible. That is, the characters 0-9, A-F, and S are the same for your
character set as in ASCII, and your newline character ... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 12:27:09 PM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/iWorkImport.framework/Frameworks/NumbersQuicklook.framework/NumbersQuicklook
* classdump-dyld is lic... |
/*
* Copyright (C) 2014 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 agree... |
/*
MIT License
Copyright (c) 2017 Joe Hood
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, dist... |
#ifndef QPID_CLUSTER_MULTICASTER_H
#define QPID_CLUSTER_MULTICASTER_H
/*
*
* 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 fil... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/quicksight/QuickSight_EXPORTS.h>
#include <aws/quicksight/QuickSightRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/quicksight/model/Parameters.h>
... |
/*
* drivers/mb862xx/mb862xxfb.c
*
* Fujitsu Carmine/Coral-P(A)/Lime framebuffer driver
*
* (C) 2008 Anatolij Gustschin <agust@denx.de>
* DENX Software Engineering
*
* 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
* pub... |
/*
psmwatch.c: PSM memory activity monitor.
*/
/* */
/* Copyright (c) 2007, California Institute of Technology. */
/* All rights reserved. */
/* Author: Scott Burleigh, Jet Propulsion Laboratory */
/* */
#include "platform.h"
#include "psm.h"
#include "memmgr.h"
static unsigned int ... |
#ifndef _MARKSYSTEMH_
#define _MARKSYSTEMH_
#ifdef INFORMATION
Copyright (C)2011-2019 by Bruce Wilcox
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 limitat... |
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* o... |
/*!
* \copy
* Copyright (c) 2009-2013, Cisco Systems
* 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 abo... |
#ifndef NOKNOW_DISPLAY_H
#define NOKNOW_DISPLAY_H
#include <string.h>
#include <libec.h>
#include <stdio.h>
#include <words/words.h>
#define UNUSED(expr) do { (void)(expr); } while (0)
void zk_display_buf(FILE *stream, const char *label, const u8 *buf, u16 buflen);
void zk_display_prj(FILE *stream, const char *label... |
#pragma once
// MESSAGE DISTANCE_SENSOR PACKING
#define MAVLINK_MSG_ID_DISTANCE_SENSOR 132
MAVPACKED(
typedef struct __mavlink_distance_sensor_t {
uint32_t time_boot_ms; /*< [ms] Timestamp (time since system boot).*/
uint16_t min_distance; /*< [cm] Minimum distance the sensor can measure*/
uint16_t max_distance; /... |
//
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Jun 10 2020 10:03:13).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import "MIDataContainer.h"
@interface MIGroupContainer : MIDataContainer
{
}
+ (id)groupContainerWithIdentifier:(id)arg1 createIfNeeded:(_Bool)a... |
/*-------------------------------------------------------------------------
*
* selfuncs.c
* Selectivity functions and index cost estimation functions for
* standard operators and index access methods.
*
* Selectivity routines are registered in the pg_operator catalog
* in the "oprrest" and "oprjoin" att... |
#pragma once
#include "DiabloUI/art.h"
#include "engine.h"
namespace devilution {
void DrawArt(Sint16 screenX, Sint16 screenY, Art *art, int nFrame = 0, Uint16 srcW = 0, Uint16 srcH = 0);
void DrawArt(const Surface &out, Sint16 screenX, Sint16 screenY, Art *art, int nFrame = 0, Uint16 srcW = 0, Uint16 srcH = 0);
v... |
/* See LICENSE file for copyright and license details. */
#include <ctype.h>
#include <locale.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <time.h>
#include <unistd.h>
#include <X11/Xlib.h>
#include <X11/Xatom.h>
#include <X11/Xutil.h>
#include <X11/Xres... |
/* Copyright (c) 2013, Linaro Limited
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "config.h"
#include <odp/api/barrier.h>
#include <odp/api/sync.h>
#include <odp/api/cpu.h>
#include <odp/api/atomic.h>
void odp_barrier_init(odp_barrier_t *barrier, int count)
{
barrier->count ... |
//
// 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.
//
#import <objc/NSObject.h>
#import <T1Twitter/T1FoundMediaSearchContainerStreamViewControllerDelegate-Protocol.h>
#import <T1Twitter/TF... |
//
// TianDiTuWMTSLayerInfoDelegate.h
// CustomTiledLayerV10.11
//
// Created by EsriChina_Mobile_MaY on 13-3-28.
//
//
#import <Foundation/Foundation.h>
#import "TianDiTuWMTSLayerInfo.h"
#import "TianDiTuWMTSLayer.h"
@interface TianDiTuWMTSLayerInfoDelegate : NSObject
-(TianDiTuWMTSLayerInfo*)getLayerInfo:(TianDi... |
/****************************************************************************
* crypto/cryptodev.c
*
* Copyright (C) 2014 Gregory Nutt. All rights reserved.
* Author: Max Nekludov <macscomp@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provid... |
#include <dsverifier.h>
digital_system controller = {
.b = { -4.4366 , 9.177 , -3.6362 , -5.1444 , 5.9167 , -2.2791 , 0.31329 },
.b_uncertainty = { 0 , 0 , 0 , 0 , 0 , 0 , 0 },
.b_size = 7,
.a = { 1 , -0.23339 , -1.5195 , 0.73999 , 0.51029 , -0.41403 , 0.073294 },
.a_uncertainty = { 0 , 0 , 0 , 0 , 0 , 0 , ... |
//
// Created by Viki.
// Copyright (c) 2014 Viki Inc. All rights reserved.
//
@interface UILabel (VKFoundation)
- (void)alignTop;
- (void)alignBottom;
- (void)sizeToFitMaxSize:(CGSize)size;
- (void)sizeToFitMaxHeight:(CGFloat)maxHeight;
- (void)sizeToFitMaxLines:(NSInteger)lines;
@end |
/*
* ARMv8.h
*
* Created on: 2018-2-26
* Author: virusv
*/
#ifndef SRC_ARCH_ARM_ARMV8_H_
#define SRC_ARCH_ARM_ARMV8_H_
#endif /* SRC_ARCH_ARM_ARMV8_H_ */ |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:13:52 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/PrivateFrameworks/UIKitCore.... |
/*
* This header is generated by classdump-dyld 1.0
* on Monday, September 28, 2020 at 5:55:27 PM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/Home.fram... |
/*********************************************************************
* SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
**********************************************************************
* ... |
/* 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... |
/**
* The MIT License (MIT)
* Copyright (C) 2014-2017 ZongXian Shen <andy.zsshen@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 wi... |
// 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_WEBSITE_SETTINGS_H_
#define CHROME_BROWSER_WEBSITE_SETTINGS_H_
#include "base/string16.h"
#include "base/memory/scoped_ptr.h"
... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 14, 2021 at 2:24:19 PM Mountain Standard Time
* Operating System: Version 14.4 (Build 18K802)
* Image Source: /System/Library/PrivateFrameworks/SearchFoun... |
// This code is part of the Problem Based Benchmark Suite (PBBS)
// Copyright (c) 2010 Guy Blelloch and the PBBS team
//
// 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... |
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_fill_f32.c
* Description: Fills a constant value into a floating-point vector
*
* $Date: 27. January 2017
* $Revision: V.1.5.1
*
* Target Processor: Cortex-M cores
* ------... |
/**
* \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... |
//
// WCDebugUtil.h
// Pods-WCDebug_Example
//
// Created by cheng on 2021/2/20.
//
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <WCCategory/WCCategory.h>
#import <WCModel/DTFileManager.h>
#import "MBProgressHUDAdditions.h"
#import "UIView+DebugTest.h"
NS_ASSUME_NONNULL_BEGIN
@interface DTDeb... |
// values i may or may not change often
const bool DEBUG_MODE = 0;
const std::string EMPTY_SPACE = " ";
const std::string SNAKE = "\033[1;31mo\033[0m";
const std::string SNAKE_HEAD = "\033[1;31m@\033[0m";
const std::string TREAT = "\033[1;36m$\033[0m";
const std::string BORDER = ".";
// height and width of the board
#... |
#ifndef BANDIT_FAILURE_FORMATTERS
#define BANDIT_FAILURE_FORMATTERS
#include "failure_formatter.h"
#include "default_failure_formatter.h"
#include "visual_studio_failure_formatter.h"
namespace bandit {
namespace detail {
inline failure_formatter& registered_failure_formatter() {
static default_failure_for... |
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolar... |
/**
* Copyright (C) 2016 MongoDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be usef... |
/* Copyright 2020 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.
*/
/* API for module that provides flash support for ITE-based ECs over i2c */
#ifndef __CROS_EC_I2C_ITE_FLASH_SUPPORT_H
#define __CROS_EC_I2C_ITE_FLA... |
/* mbed Microcontroller Library
* SPDX-License-Identifier: BSD-3-Clause
******************************************************************************
*
* Copyright (c) 2016-2021 STMicroelectronics.
* All rights reserved.
*
* This software component is licensed by ST under BSD 3-Clause license,
* the "License";... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "WAJSEventHandler_BaseEvent.h"
@interface WAJSEventHandler_getSavedFileInfo : WAJSEventHandler_BaseEvent
{
}
- (void)handleJSEvent:(id)arg1;
@end |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.