text stringlengths 9 948k |
|---|
/*
The C* port of simple_3-1.c from github.com/sosy-lab/sv-benchmarks
for any information about the LICENCE see github.com/sosy-lab/sv-benchmarks
termination : true
unreach-call: false
*/
void VERIFIER_error() {
uint64_t x;
x = 10 / 0;
}
void VERIFIER_assert(uint64_t cond) {
if (cond == 0) {
VERIFI... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "CDStructures.h"
#import <IDEFoundation/IDEActivityLogSectionRecorder.h>
@interface IDEActivityLogUnitTestSectionRecorder : IDEActivityLogSectionRecorder
{
BOOL _canFin... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:18:00 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/Configu... |
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* TI CAL camera interface driver
*
* Copyright (c) 2015 Texas Instruments Inc.
*
* Benoit Parrot, <bparrot@ti.com>
*/
#ifndef __TI_CAL_REGS_H
#define __TI_CAL_REGS_H
/*
* struct cal_dev.flags possibilities
*
* DRA72_CAL_PRE_ES2_LDO_DISABLE:
* Errata i913: CSI... |
#include "Vector.h"
#ifndef Point_h
#define Point_h
#include <iosfwd>
class Point {
public:
Point() {
}
Point(double x, double y, double z) {
data[0] = x; data[1] = y; data[2] = z;
}
Point(const Point& copy) {
for(int i=0;i<3;i++)
data[i] = copy.data[i];
}
explicit Point(const Vector& ... |
//
// SynAlarmOperationModel.h
// SynECG
//
// Created by LiangXiaobin on 2016/9/29.
// Copyright © 2016年 LiangXiaobin. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "SynECGBlueManager.h"
#import "SDBManager.h"
@interface SynAlarmOperationModel : NSObject
//开始时间
@property(nonatomic,assign)NSIn... |
/*
* BIOS auto-parser helper functions for HD-audio
*
* Copyright (c) 2012 Takashi Iwai <tiwai@suse.de>
*
* This driver 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, o... |
/*
DehumDHT.h - Library for using DHT22 hum control.
Created by Kevin D. Kearney, May 09, 2020.
Released into the public domain.
*/
#ifndef DehumDHT_h
#define DehumDHT_h
#include <DHT.h>
const int DHTPIN = 4;
const int DHTTYPE = 22;
class DehumDHT
{
public:
void InitializeSensors();
bool GetSensorV... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache 2.0 License.
#pragma once
#include "consensus/pbft/libbyz/parameters.h"
#include "node/entities.h"
#include "node/rpc/jsonrpc.h"
#include <array>
#include <msgpack-c/msgpack.hpp>
#include <vector>
namespace pbft
{
struct PreP... |
#ifndef QTIPCSERVER_H
#define QTIPCSERVER_H
// Define theveganinitiative-qt message queue name
#define BITCOINURI_QUEUE_NAME "theveganinitiativeURI"
void ipcScanRelay(int argc, char *argv[]);
void ipcInit(int argc, char *argv[]);
#endif // QTIPCSERVER_H |
#ifndef BITCOINGUI_H
#define BITCOINGUI_H
#include <QMainWindow>
#include <QSystemTrayIcon>
#include <QMenu>
#include <stdint.h>
#include <memory>
#include "guiconstants.h"
#ifdef Q_OS_MAC
#include <qt/macos_appnap.h>
#endif
class TransactionTableModel;
class ClientModel;
class WalletModel;
class ResearcherModel;
cl... |
#ifndef __I2C_H__
#define __I2C_H__
/**
*****************************************************************************
* @addtogroup CARME
* @{
* @addtogroup CARME_I2C
* @{
*
* @file i2c.h
* @version 1.0
* @date 2013-01-31
* @author rct1
*
* @brief I2C board support package for the CARME module.
*
***... |
#ifndef SDCA_SOLVER_EVAL_SCORES_H
#define SDCA_SOLVER_EVAL_SCORES_H
#include "sdca/math/blas.h"
#include "sdca/solver/data/input.h"
namespace sdca {
template <typename Int,
typename Data,
typename Context>
inline void
eval_scores(
const Int i,
const Int num_classes,
const feature_inpu... |
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
*/
@interface MKPlacecardModuleLayout : PBCodable <NSCopying> {
NSMutableArray * _modules;
}
@property (nonatomic, readwrite, retain) NSMutableArray *modules;
+ (Class)modulesType;
- (void).cxx_destruct;
- (v... |
/* ------------------------------------------
* Copyright (c) 2016, Synopsys, Inc. All rights reserved.
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* 1) Redistributions of source code must retain the above copyr... |
/**
* Shared definitions for the session manager elements.
*
* Copyright (C) 2018-2019 J.M. Heisz. All Rights Reserved.
* See the LICENSE file accompanying the distribution your rights to use
* this software.
*/
#ifndef NGXSESS_MANAGER_H
#define NGXSESS_MANAGER_H 1
#include "socket.h"
#include "event.h"
#inclu... |
/*
* 16550 compatible uart based serial debug support for zboot
*/
#include <linux/types.h>
#include <linux/serial_reg.h>
#include <asm/addrspace.h>
#if defined(CONFIG_MACH_LOONGSON64) || defined(CONFIG_MIPS_MALTA)
#define UART_BASE 0x1fd003f8
#define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset))
#endif
#ifdef ... |
/*
This file is part of cpp-ethereum.
cpp-ethereum 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.
cpp-ethereum is distributed in the... |
//
// SVWebViewController.h
//
// Created by Sam Vermette on 08.11.10.
// Copyright 2010 Sam Vermette. All rights reserved.
//
// https://github.com/samvermette/SVWebViewController
#import "SVModalWebViewController.h"
@interface SVWebViewController : UIViewController
- (id)initWithAddress:(NSString*)urlString;
-... |
#ifndef STANDARD_H
#define STANDARD_H
#include <random>
#include <math.h>
#include <cmath>
#include <vector>
#include <queue>
#include <deque>
#include <list>
#include <cstdio>
#include <cstdlib>
#include <ios>
#include <iomanip>
#include <iostream>
#include <string>
#include <fstream>
#include <cstring>
#include <ut... |
//
// SJClipsSaveResultToAlbumHandler.h
// SJVideoPlayer
//
// Created by 畅三江 on 2019/1/20.
// Copyright © 2019 畅三江. All rights reserved.
//
#import <Foundation/Foundation.h>
@protocol SJVideoPlayerClipsResult;
NS_ASSUME_NONNULL_BEGIN
typedef NS_ENUM(NSUInteger, SJClipsSaveResultToAlbumFailedReason) {
SJClips... |
/* SailorSat Daytona USB
*
* Teensy RawHID example
* http://www.pjrc.com/teensy/rawhid.html
* Copyright (c) 2009 PJRC.COM, 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 witho... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore
*/
@interface _NUStripImageLayout : NUImageLayout {
long long _stripCount;
long long _stripHeight;
}
- (struct { long long x1; long long x2; })borderSize;
- (struct { struct { long long x_1_1_1; l... |
#ifndef EVENT_H
#define EVENT_H
class Event
{
public:
enum class EventEnum
{
START,
STOP,
STOP_THREAD
};
Event(const unsigned char threadIdx_, EventEnum type_);
unsigned char threadIdx() const;
EventEnum type() const;
private:
unsigned char m_threadIdx; //index from thread origin
EventEnum m_type;
};
#... |
/*********************************************************************
* SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
**********************************************************************
* ... |
#ifndef _GAME_TYRE_STATELAND_H
#define _GAME_TYRE_STATELAND_H
/*
__vt__Q34Game4Tyre9StateLand:
.4byte 0
.4byte 0
.4byte init__Q34Game4Tyre9StateLandFPQ24Game9EnemyBasePQ24Game8StateArg
.4byte exec__Q34Game4Tyre9StateLandFPQ24Game9EnemyBase
.4byte cleanup__Q24Game13EnemyFSMStateFPQ24Game9EnemyBa... |
/* +---------------------------------------------------------------------------+
| Mobile Robot Programming Toolkit (MRPT) |
| http://www.mrpt.org/ |
| ... |
/*
time-sem.c has the basics of the semaphores we use in http_main.c. It's
intended for timing differences between various methods on an
architecture. In practice we've found many things affect which semaphore
to be used:
- NFS filesystems absolutely suck for fcntl() and flock()
- uslock absolutely sucks on... |
/* Copyright (c) 2015, 2016 Nicira, 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 a... |
/*
* Copyright (c) 2011 Intel Corporation. All Rights Reserved.
* Copyright (c) Imagination Technologies Limited, UK
*
* 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... |
/*=========================================================================
*
* 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
*
* http://www.apache.or... |
/*
* This header is generated by classdump-dyld 1.0
* on Wednesday, March 22, 2017 at 9:07:07 AM Mountain Standard Time
* Operating System: Version 10.1 (Build 14U593)
* Image Source: /System/Library/PrivateFrameworks/IMCore.framework/IMCore
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limne... |
//
// gravity_semacheck1.c
// gravity
//
// Created by Marco Bambini on 08/10/14.
// Copyright (c) 2014 CreoLabs. All rights reserved.
//
#include "gravity_symboltable.h"
#include "gravity_semacheck1.h"
#include "gravity_compiler.h"
#include "gravity_visitor.h"
#define REPORT_ERROR(node,...) {report_erro... |
// 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.
// Singly or Multiply-included shared traits file depending on circumstances.
// This allows the use of IPC serialization macros in more than one IPC ... |
/****************************************************************************
* net/utils/net_ipv6_pref2mask.c
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitte... |
#ifndef __PTHREAD_LOG_H__
#define __PTHREAD_LOG_H__
/* Note: must update both user-level (in glibc) and kernel headers together*/
// Debug log uses uncompressed format
//#define USE_DEBUG_LOG
// Extra log for debugging
//#define USE_EXTRA_DEBUG_LOG
#define DEFAULT_STACKSIZE 32768
#ifdef USE_DEBUG_LOG
struc... |
#pragma once
#include "Engine/GameEngine.h"
class HealthPack : public GameObject
{
public:
// Creates our HealthPack.
HealthPack(sf::Vector2f pos);
// Functions overridden from GameObject:
void draw();
void update(sf::Time& elapsed);
sf::FloatRect getCollisionRect();
void handleCollision(GameObject& otherGameObj... |
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <dlfcn.h>
#define ERROR -1
#define BUFSIZE 16
int goodfunc(const char *str); /* funcptr starts out as this */
int main(int argc, char **argv)
{
static char buf[BUFSIZE];
static int (*funcptr)... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
#import <ProtocolBuffers/ProtocolBuffers.h>
#import "ConfigItem.pb.h"
// @@protoc_insertion_point(imports)
@class Config;
@class ConfigBuilder;
@class ConfigItem;
@class ConfigItemBuilder;
@interface ConfigRoot : NSObject {
}
+ (PBExtensionRegistry*) ext... |
/*
* This header is generated by classdump-dyld 1.0
* on Wednesday, March 22, 2017 at 9:06:09 AM Mountain Standard Time
* Operating System: Version 10.1 (Build 14U593)
* Image Source: /usr/lib/libAWDSupportFramework.dylib
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <lib... |
//
// UIViewController+Gesture.h
// NLiteAVDemo
//
// Created by 徐善栋 on 2021/1/12.
// Copyright (c) 2021 NetEase, Inc. All rights reserved.
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface UIViewController (G... |
/*
Open Asset Import Library (assimp)
----------------------------------------------------------------------
Copyright (c) 2006-2019, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
with or without modification, are permitted provided that the
following condition... |
namespace CGAL {
/*! \ingroup PkgArrangementOnSurface2TraitsClasses
*
* Note: The `SubcurveTraits_2` can comprise of Line_segments, Conic_arcs,
* Circular_arc, Bezier_curves, or Linear_curves. A portion or a part
* of any of the above mentioned geometric traits is called a subcurve.
*
* ... |
/*************************************************************************/
/* visual_server.h */
/*************************************************************************/
/* This file is part of: */
/* ... |
/* $OpenBSD: digest-libc.c,v 1.5 2015/05/05 02:48:17 jsg Exp $ */
/*
* Copyright (c) 2013 Damien Miller <djm@mindrot.org>
* Copyright (c) 2014 Markus Friedl. All rights reserved.
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided tha... |
/*
* Copyright 2012, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of cond... |
#ifndef EIP93_RING_H
#define EIP93_RING_H
#include "mtk_baseDefs.h"
/*----------------------------------------------------------------------------
* RingHelperCB_WriteFunc_t
*
* This routine must write a limited number of descriptors to the command ring
* and hand these off to the device for processing, using the... |
#pragma once
#include "../../vendor/stb_image/stb_image.h"
namespace engine {
namespace graphics {
static unsigned char* load_image(const char* filename, GLsizei* width, GLsizei* height, int* bPP)
{
stbi_set_flip_vertically_on_load(1);
unsigned char* bits = stbi_load(filename, width, height, bPP, 4);
re... |
/*
* Copyright (c) 2020, Nuvoton Technology Corporation
*
* 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... |
/**
* Copyright (c) 2021 OceanBase
* OceanBase CE 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 ON AN "AS IS" BAS... |
/***************************************************************************
Atari Night Driver hardware
***************************************************************************/
#include "emu.h"
#include "includes/nitedrvr.h"
#include "sound/discrete.h"
/*****************************************************... |
#pragma once
#include "../object.h"
#include "container.h"
class Tree : public Object
{
public:
Tree() : children(Object::create<List<ref<Tree>>>()) {}
weakref<Tree> parent;
ref<List<ref<Tree>>> children;
option<String> info;
virtual void ps(std::ostream &ss)
{
lateref<String> in;
... |
#include <SDL2/SDL.h>
#include <stdio.h>
#include <stdbool.h>
struct ui {
SDL_Window *main_window;
SDL_Renderer *main_renderer;
SDL_Surface *main_surface;
const int screen_width;
const int screen_height;
SDL_Event event;
};
struct ui *ui_init();
void ui_free(struct ui *ui);
void ui_draw(str... |
// Copyright 2018 the V8 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.
#ifndef V8_OBJECTS_API_CALLBACKS_H_
#define V8_OBJECTS_API_CALLBACKS_H_
#include "src/objects.h"
// Has to be the last include (doesn't have include g... |
/**
* Copyright @ 深圳市谷米万物科技有限公司. 2009-2019. All rights reserved.
* File name: g_sensor.h
* Author: 王志华
* Version: 1.0
* Date: 2019-03-01
* Description: 运动传感器数据处理,控制GPS休眠与唤醒、判断运动状态(用于控制GPS是否产生数据)、相关报警
* Others:
* Function List:
1. 创建g_sensor模块
2... |
/*******************************************************************************
* File Name: I2CM_SCB_IRQ.h
* Version 1.70
*
* Description:
* Provides the function definitions for the Interrupt Controller.
*
*
********************************************************************************
* Copyright 2008-2015, Cy... |
/*
* Copyright (C) 2011 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_COINS_H
#define BITCOIN_COINS_H
#include "compressor.h"
#include "scr... |
/**
* File: list_view.h
* Author: AWTK Develop Team
* Brief: list_view
*
* Copyright (c) 2018 - 2019 Guangzhou ZHIYUAN Electronics Co.,Ltd.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR ... |
/*
//@HEADER
// *****************************************************************************
//
// XtraPuLP: Xtreme-Scale Graph Partitioning using Label Propagation
// Copyright (2016) Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government r... |
#include <stdio.h>
#include <string.h>
int main()
{
char str1[10] = "awesome";
char str2[10];
char str3[10];
strcpy(str2, str1);
strcpy(str3, "well");
puts(str2);
puts(str3);
return 0;
} |
/* -----------------------------------------------------------------------------
*
* (c) The GHC Team 1998-2020
*
* Prototypes for functions in IOManager.c and elsewhere
*
* Hooks for the I/O subsystem(s) that are called from other parts of the RTS.
*
* There are several different I/O subsystem implementations ... |
// Copyright xg_55,All Rights Reserved.Support E-mail: xg_55@126.com
// For details, see LICENSE.txt
#pragma once
#include "CoreMinimal.h"
DECLARE_LOG_CATEGORY_EXTERN(LogMonoHelper, Log, All); |
// Copyright (c) 2014-2020, The Monero 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 o... |
// 原生/高级原生广告
// MsNativeAdsLoaderController.h
// AdExpress
//
// Created by tx on 16/8/30.
// Copyright © 2016年 tx. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@protocol MsNativeAdsLoaderDelegate;
@interface MsNativeAdsLoader : NSObject
@property (n... |
// this file is generated automatically by /afs/fnal.gov/files/home/room1/ratnikov/bin/makeNewClass.sh
// name: ratnikov, date: Mon Sep 26 17:02:35 CDT 2005
#ifndef HcalPedestalWidthsRcd_H
#define HcalPedestalWidthsRcd_H
#include "FWCore/Framework/interface/DependentRecordImplementation.h"
#include "Geometry/Records/in... |
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... |
/*
* Copyright (C) 2015 Glyptodon 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 restriction, including without limitation the rights
* to use, copy, modify, merge, publi... |
/* See LICENSE for licence details. */
#include "yaft.h"
#include "conf.h"
#include "util.h"
#include "terminal.h"
#include "esc.h"
#include "csi.h"
#include "osc.h"
#include "dcs.h"
void (*ctrl_func[CTRL_CHARS])(struct terminal_t *term) = {
[BS] = bs,
[HT] = tab,
[LF] = newline,
[VT] = newline,
[FF] = newli... |
/*
* Copyright (C) 2009 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... |
//
// Copyright (c) 2008-2015 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... |
/*
* Copyright (c) 2013 Mellanox Technologies, Inc.
* All rights reserved.
* Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#include "oshmem_config.h"
#include "oshmem/shmem/fortran/bindings.h"
#inclu... |
//
// IAPConfig.h
// InPurchasing
//
// Created by midland on 2019/3/5.
// Copyright © 2019年 midland. All rights reserved.
//
#import "SandBoxHelper.h"
#import "NSString+UUID.h" |
const unsigned char JSONModelVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:JSONModel PROJECT:Pods-1" "\n"; const double JSONModelVersionNumber __attribute__ ((used)) = (double)1.; |
#pragma once
#include "PickUp.h"
class SmokeBomb :
public PickUp
{
Entity* m_owner = nullptr;
float m_lifeSpan = 5;
SGD::HAudio m_Sound = SGD::INVALID_HANDLE;
public:
SmokeBomb(Entity* owner);
~SmokeBomb();
virtual void Update(float elapsedTime) override;
virtual void Render(void) override;
virt... |
//=================================================================================================
/*!
// \file blaze_tensor/math/traits/SubtensorTrait.h
// \brief Header file for the subtensor trait
//
// Copyright (C) 2012-2018 Klaus Iglberger - All Rights Reserved
// Copyright (C) 2018 Hartmut Kaiser - All Righ... |
#pragma once
#include <QSize>
#include "QtCore/QObject/qobject_macro.h"
#include "QtCore/QSize/qsize_wrap.h"
#include "QtGui/QIcon/qicon_wrap.h"
#include "QtWidgets/QLayout/qlayout_wrap.h"
#include "core/YogaWidget/yogawidget_macro.h"
/*
This macro adds common QWidgets exported methods
The exported methods a... |
// David Eberly, Geometric Tools, Redmond WA 98052
// Copyright (c) 1998-2021
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
// https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
// Version: 4.0.2019.08.13
#pragma once
#include <Mathematics/IntrLine3Pl... |
//
// MHYmdwPickerView.h
// HzCalendar
//
// Created by 马浩 on 2018/10/12.
// Copyright © 2018年 马浩. All rights reserved.
//
#import <UIKit/UIKit.h>
/**
时间选择器选择回调
@param pickType 日期选择的格式
@param selectedDate 选中的日期date
*/
typedef void(^YmdwPickerCallBack)(DayPickerType pickType,NSDate * selectedDate);
/**
时间选择器... |
/*
* xsvftool-xpcu - An (X)SVF player for the Xilinx Platform Cable USB
*
* Copyright (C) 2011 RIEGL Research ForschungsGmbH
* Copyright (C) 2011 Clifford Wolf <clifford@clifford.at>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby gran... |
/*
* 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/AccessibilityFocusEngine.framework/AccessibilityFocusEngine
* classdump-dyld is licensed under GPLv3... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:02:15 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/Frameworks/MetalPerformanceS... |
//
// WebPDFUtils.h
// WebPDF
//
// Created by Doug Diego on 11/8/14.
// Copyright (c) 2014 Doug Diego. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface WebPDFUtils : UITableViewCell
+(NSString*) pathWithFilename: (NSString*) fileName ;
@end |
#pragma once
//-----------------------------------------------------------------------------
#include "Layout.h"
//-----------------------------------------------------------------------------
namespace layout
{
struct Label : public Control
{
Font* font;
Color color;
uint align;
Int2 padding;
};
}
//----... |
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000-2002 Microsoft Corporation
//
// Module Name:
// Pch.h
//
// Description:
// Precompiled header file.
//
// Maintained By:
// Galen Barbee (GalenB) 24-SEP-2001
//
//////////////////////////////////... |
#include <muse/algorithms/number_theory/Primality.h>
#include <muse/util/TestRunner.h>
bool testPrimality(void) {
long sample[][2] = {
// clang-format off
{ 0, 1},
{ 1, 1},
{ 2, 2},
{ 3, 2},
{ 4, 4},
{ 5, 2},
{ ... |
/*
* WPA Supplicant / Network configuration structures
* Copyright (c) 2003-2008, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#ifndef CONFIG_SSID_H
#define CONFIG_SSID_H
#include "common/defs.h"
#include "eap_peer/eap_config.... |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <stdint.h>
#include "azure_c_shared_utility/gballoc.h"
#include "azure_c_shared_utility/wsio.h"
#in... |
// SPDX-License-Identifier: GPL-2.0
/*
* linux/fs/nfs/nfs3proc.c
*
* Client-side NFSv3 procedures stubs.
*
* Copyright (C) 1997, Olaf Kirch
*/
#include <linux/mm.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/sunrpc/clnt.h>
#include <linux/slab.h>
#include <linux/nfs.h>
#include <linux/... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:13:54 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/PrivateFrameworks/UIKitCore.... |
/*
@author Ali Yavuz Kahveci aliyavuzkahveci@gmail.com
* @version 1.0
* @since 09-07-2018
* @Purpose: manages the RS232 port (status polling, reading, and writing)
*/
#include <mutex>
#include "RS232_Util.h"
namespace RS232
{
class RS232_PortSubscriber;
using RS232_PortSubscriber_Ptr = std::shared_ptr<RS232_Por... |
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
FOUNDATION_EXPORT double Pods_lasgasmxVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_lasgasmxVersionString[]; |
/***************************************************************
* Name: IPOSystemMain.h
* Purpose: Defines Application Frame
* Author: ()
* Created: 2017-03-08
* Copyright: ()
* License:
**************************************************************/
#ifndef IPOSYSTEMMAIN_H
#define IPOSYSTEMMAIN_... |
#pragma once
#include "unit_test_common.h"
namespace fixedmath
{
//------------------------------------------------------------------------------------------------------
//
// atan
//
constexpr bool test_atan( fixed_t x, double expected )
{
constexpr double expected_precision = 0.00005; //0.000025
... |
//======== (C) Copyright 2001 Charles G. Cleveland All rights reserved. =========
//
// The copyright to the contents herein is the property of Charles G. Cleveland.
// The contents may be used and/or copied only with the written permission of
// Charles G. Cleveland, or in accordance with the terms and conditions stip... |
#pragma once
#include <Box2D/Box2D.h>
#include "software/new_geom/point.h"
#include "software/new_geom/vector.h"
/**
* These functions are utilities and convenience functions to make certain operations
* with Box2D easier
*/
/**
* Returns true if the b2Body exists in the world, and false otherwise.
* If either... |
/*====================================================================*
- Copyright (C) 2001 Leptonica. 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 c... |
/** @file
Report Status Code Library for SMM Phase.
Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <Library/ReportStatusCodeLib.h>
#include <Library/DebugLib.h>
#include <Library/SmmServicesTableLib.h>
#include <Library/BaseLib.h... |
/*
* Copyright 2004 ATI Technologies Inc., Markham, Ontario
* Copyright 2007-8 Advanced Micro Devices, Inc.
* Copyright 2008 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 Softw... |
// Enum OnlineSubsystemUtils.EInAppPurchaseStatus
enum class EInAppPurchaseStatus : uint8_t {
Invalid,
Failed,
Deferred,
Canceled,
Purchased,
Restored,
EInAppPurchaseStatus_MAX,
};
// Enum OnlineSubsystemUtils.EOnlineProxyStoreOfferDiscountType
enum class EOnlineProxyStoreOfferDiscountType : uint8_t {
NotOnSal... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.