text
stringlengths
9
948k
#pragma once #include <functional> #include <memory> using IntializerFunc = std::function<void()>; using TickFunc = std::function<bool(uint32_t)>; using CleanUpFunc = std::function<void()>; // Very simple class that calls the InitializerFunc at startup // TickFunc ever frame and TeardownFunc in the stop function cla...
/****************************************************************************** * Copyright (c) 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 restricti...
#ifndef SBASLERCAMERACONTROL_H #define SBASLERCAMERACONTROL_H #include <QObject> #include <pylon/PylonIncludes.h> #include <QImage> #include <QTimer> #define DOUBLE_MAX 100000 #define DOUBLE_MIN 0 using namespace std; using namespace Pylon; using namespace GenApi; class SBaslerCameraControl : public QObject { Q_...
#ifndef _H_ARGV_ #define _H_ARGV_ /** \ingroup rpmio * \file rpmio/argv.h */ typedef const char * ARGstr_t; typedef ARGstr_t * ARGV_t; typedef unsigned int * ARGint_t; struct ARGI_s { unsigned nvals; ARGint_t vals; }; typedef struct ARGI_s * ARGI_t; #ifdef __cplusplus extern "C" { #endif /** * Print ar...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:53:31 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elia...
/* * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <console.h> #include <debug.h> #include <libfdt.h> #include <psci.h> #include "qemu_private.h" #include <string.h> static int append_psci_compatible(void *fdt, int offs, const char *str...
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* kdc/policy.h - Declarations for policy.c */ /* * Copyright 1990 by the Massachusetts Institute of Technology. * * Export of this software from the United States of America may * require a specific license from the United States Government. * It...
#include <stdio.h> #include "rand_int_generate.h" #include "interval_tree.h" #include "walk.h" int main() { struct IT T; int i, j; int n = 30; int *data_low = (int *)malloc(sizeof(int)*n); int *data_high = (int *)malloc(sizeof(int)*n); int data_search_low[3], data_search_high[3]; FILE *f1,...
// // CacheManager.h // TutorialApplication // // Created by Alirëza WJ Arabi on 5/31/17. // Copyright © 2017 Flieral Inc. All rights reserved. // #import <Foundation/Foundation.h> @class CacheModel; @interface CacheManager : NSObject + (nullable CacheManager *)sharedManager; - (void)sendCacheToBackend; - (vo...
unsigned char SSlack_js[] = { 0x28, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x55, 0x55, 0x49, 0x44, 0x20, 0x3d, 0x20, 0x22, 0x7c, 0x53, 0x53, 0x7c, 0x22, 0x3b, 0x0a, 0x0a, 0x20, 0x20, ...
#ifndef __CRYTHREAD_WINDOWS_H__ #define __CRYTHREAD_WINDOWS_H__ #pragma once #include <process.h> ////////////////////////////////////////////////////////////////////////// // CryEvent represent a synchronization event ////////////////////////////////////////////////////////////////////////// class CryEvent { public...
/*- * SPDX-License-Identifier: Zlib * * Copyright (c) 2009-2018 Rink Springer <rink@rink.nu> * For conditions of distribution and use, see LICENSE file */ #include <sys/resource.h> #include <_posix/todo.h> int setrlimit(int resource, const struct rlimit* rlp) { TODO; return -1; }
/* Copyright (c) 2003-2004, Roger Dingledine * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2017, The Spider Project, Inc. */ /* See LICENSE for licensing information */ /** * \file util_process.c * \brief utility functions for launching processes and checking their * status....
/** @file A brief file description @section license License 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 und...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:52:25 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/ActivityAchievements.framework/ActivityAchievements * classdump-dyld is licensed under GPLv3, Copyrig...
/*ckwg +5 * Copyright 2013 by Kitware, Inc. All Rights Reserved. Please refer to * KITWARE_LICENSE.TXT for licensing information, or contact General Counsel, * Kitware, Inc., 28 Corporate Drive, Clifton Park, NY 12065. */ #ifndef __vtkVgAreaPicker_h #define __vtkVgAreaPicker_h #include <vtkAreaPicker.h> #include...
/* * This an unstable interface of wlroots. No guarantees are made regarding the * future consistency of this API. */ #ifndef WLR_USE_UNSTABLE #error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features" #endif #ifndef WLR_TYPES_TABLET_TOOL_H #define WLR_TYPES_TABLET_TOOL_H #include <stdint.h> #include <way...
#ifndef __ModuleWindow_H__ #define __ModuleWindow_H__ #include "Module.h" #include "SDL/include/SDL.h" #include "glew/include/GL/glew.h" #include "glew/include/GL/wglew.h" #include "SDL/include/SDL_opengl.h" #include <gl/GL.h> #include <gl/GLU.h> #include "ModuleCamera3D.h" class Application; class ModuleWindow...
/* * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The OpenAirInterface Software Alliance licenses this file to You under * the OAI Public Lic...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:44:25 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elia...
void register_godotadmob_types(); void unregister_godotadmob_types();
// // MPIdentityProvider.h // MoPub // // Copyright (c) 2013 MoPub. All rights reserved. // #import <Foundation/Foundation.h> @interface MPIdentityProvider : NSObject /** * Return IDFA if it's available. If IDFA is not available or contains only 0s, return MoPub rotation ID that changes every 24 hours. */ + (NS...
// SPDX-License-Identifier: GPL-2.0 /* * AD7606 Parallel Interface ADC driver * * Copyright 2011 Analog Devices Inc. */ #include <linux/module.h> #include <linux/platform_device.h> #include <linux/types.h> #include <linux/err.h> #include <linux/io.h> #include <linux/iio/iio.h> #include "ad7606.h" static int ad76...
/** * This header is generated by class-dump-z 0.2a. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. * * Source: (null) */ @protocol WCLogicMgrDelegate @optional -(void)onChangeHBFeedBrowseStatus:(BOOL)status bOpen:(BOOL)open; -(void)onSetHBDataItemFreeFinished:(int)finished dataItemID:(...
/* * Copyright (c) [2019] Huawei Technologies Co.,Ltd.All rights reverved. * * OpenArkCompiler is licensed under the Mulan PSL v1. * You can use this software according to the terms and conditions of the Mulan PSL v1. * You may obtain a copy of Mulan PSL v1 at: * * http://license.coscl.org.cn/MulanPSL * * T...
/* LinksOnlyNSTextView */ /* 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 the following disclaimer. * Redistrib...
#include <string.h> #include <stdio.h> #include <sys/mman.h> #include "ememoa_mempool_unknown_size.h" unsigned int test_zone; static void *get_memory(size_t size) { void *p; p = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); if (p == MAP_FAILED) { pe...
#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_textFrameWork_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_textFrameWork_E...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include "Views\GraphingCalculator\GraphingCalculator.g.h" #include "CalcViewModel\GraphingCalculator\GraphingCalculatorViewModel.h" #include "Views\NumberPad.xaml.h" #include "Views\GraphingCalculator\KeyGrap...
/*********************************************************************************************************************** * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. * No other uses are authorized. This software is owned by Renesas Elect...
/* Copyright (c) 2011 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. * * Routines for verifying a firmware image's signature. */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "2common.h" #in...
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright (c) 2006 Red Hat, Inc. * Portions copyright (c) 2006, 2011 Massachusetts Institute of Technology * All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that ...
/* LUFA Library Copyright (C) Dean Camera, 2014. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
/* 3APA3A simpliest proxy server (c) 2002-2021 by Vladimir Dubrovin <3proxy@3proxy.org> please read License Agreement */ #include "proxy.h" #ifndef PORTMAP #define PORTMAP #endif #ifndef UDP #define UDP #endif #define RETURN(xxx) { param->res = xxx; goto CLEANRET; } struct udpmap { struct udpmap *next; ...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <limits.h> #include <math.h> #include <time.h> #include <assert.h> #include "our_ints.h" #include "our_ints2.h" #include "our_operators.h" int **ints2_new(int rows, int cols) { int **result = (int **) malloc(rows * sizeof(int *)); int *p = ints_...
// Copyright (c) 2019 The PIVX developers // Copyright (c) 2022 The Suda developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef FURLISTROW_H #define FURLISTROW_H #include <QWidget> #include <QColor> template <class...
/* ** ** Vtables interface for Schema Tables. ** ** Though this is technically an extension, currently it must be ** built as part of SQLITE_CORE, as comdb2 does not support ** run time extensions at this time. ** ** For a little while we had to use our own "fake" tables, because ** eponymous system tables did not exis...
#pragma once #include "uigamecustom.h" #include "ui/UIDialogWnd.h" #include "net_utils.h" #include "game_graph_space.h" class CUIInventoryWnd; class CUITradeWnd; class CUIPdaWnd; class CUITalkWnd; class CUICarBodyWnd; class CInventory; class game_cl_Single; class CChangeLevelWnd; class CUIMessageBox; class C...
/* $Header$ */ /* replace undef by define */ #undef DEBUG /* check assertions */ #undef SLOWDEBUG /* some extra test loops (requires DEBUG) */ #include <stdlib.h> #include <string.h> #include <errno.h> #ifdef DEBUG #define ASSERT(b) if (!(b)) assert_failed(); #else #define ASSERT(b) /* empty */ #endif #if _EM_WS...
/** * @file devfs_dvfs.c * @brief * @author Denis Deryugin <deryugin.denis@gmail.com> * @version 0.1 * @date 2015-09-28 */ /* IMPORTANT NOTE * * In current implementation, devfs is supposed to have no nested folders, * so all operations are threated just like you use /dev directory, * or whereever did you mo...
// // Copyright (c) 2016-present, Facebook, Inc. // All rights reserved. // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. // #import "NSR...
/** ****************************************************************************** * @file USART/USART_TwoBoards/DataExchangeInterrupt/stm32f0xx_conf.h * @author MCD Application Team * @version V1.3.0 * @date 16-January-2014 * @brief Library configuration file. **********************************...
//------------------------------------------------------------------------------ // GxB_Scalar_fprint: print and check a GrB_Scalar object //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved. // SPDX-License-Ide...
/**************************************************************************** * apps/examples/mount/ramdisk.c * * 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 own...
/****************************************************************************** * File Name : usb1.h * Date : 10/11/2013 * Board : F4-Discovery * Description : USB PC<->CAN gateway: initialzation, etc. ***************************************************************************...
/* * Copyright (C) 2009-2011 Texas Instruments, 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 applicabl...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:27:01 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/PrivateFrameworks/Home.framework/Home * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */...
/* * DNS support * * Copyright (C) 2006 Hans Leidekker * * 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 your option) any later version...
/** * @file displayhandler.h * */ /* Copyright (C) 2020-2021 by Arjan van Vught mailto:info@orangepi-dmx.nl * * 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, inclu...
#import <Foundation/Foundation.h> typedef enum { JOYButtonUsageNone, JOYButtonUsageA, JOYButtonUsageB, JOYButtonUsageC, JOYButtonUsageX, JOYButtonUsageY, JOYButtonUsageZ, JOYButtonUsageStart, JOYButtonUsageSelect, JOYButtonUsageHome, JOYButtonUsageMisc, JOYButtonUsageL...
#include "cache.h" #include "lockfile.h" #include "bundle.h" #include "object.h" #include "commit.h" #include "diff.h" #include "revision.h" #include "list-objects.h" #include "run-command.h" #include "refs.h" #include "argv-array.h" static const char bundle_signature[] = "# v2 git bundle\n"; static void add_to_ref_l...
// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. #include "runtime.h" #include "os_GOOS.h" byte* runtime·getenv(int8 *s) { int32 fd, n, r; intgo len; byte file[128]; byte *p; static byte b[128]; len =...
/* * Copyright 2004 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
#ifndef CAN_IDS_H #define CAN_IDS_H /* DESCRIPTION: Defines global definitions for use with CAN AUTHORS: Dylan Vogel, Ali Haydaroglu */ // GLOBAL RX MASK #define CAN_RX_MASK_ID 0x07F8 // 0b 111 1111 1000 // Global MOB numbers #define OBC_HB_MOB_NUM 0 #define PAY_HB_MOB_NUM 1 #define EPS_HB...
#include "postgres.h" #include "funcapi.h" #include "catalog/pg_type.h" #include "utils/array.h" #include "utils/builtins.h" #include "utils/lsyscache.h" /* array primitives for looping that should have already existed */ typedef struct _array_iter { ArrayType *array; char *ptr; int32 index; int32 ...
// // BQTabBarController.h // BeeQuick // // Created by Mac on 16/12/22. // Copyright © 2016年 Mac. All rights reserved. // #import <UIKit/UIKit.h> @interface BQTabBarController : UITabBarController //- (void)setBadgeValueWithBadgeString:(NSString *)badgeString; /** 购物车的中心 */ @property (readonly, nonatomic, assi...
#ifndef LIGHT_H #define LIGHT_H #include <vector> #include "pne_utils.h" #include "GLSLShader.h" #include "Camera.h" struct LightType { struct LtBase { glm::vec3 ambient; glm::vec3 diffuse; glm::vec3 specular; glm::vec3 color; float intensity; } lightBase; stru...
// Copyright (c) 2016-2020 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...
// ======================================================================= // FileName: utils.h // Author: dingfang // CreateDate: 2021-03-05 07:07:17 // ModifyAuthor: dingfang // ModifyDate: 2021-03-06 13:07:56 // ======================================================================= #ifndef __UTI...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:47:21 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by El...
struct a { int b; int *c }; d(); struct a *e(); f(g) { int h, i; for (; h < f; h++) for (; f();) if (h) f(); for (; h < d;) ; for (; d();) if (h) d(); for (; h < e()->b; h++) if (e()->c[h]) i = h; if (h < e) for (; h;) if (i) e(); }
// -------------------------------------------------------------------------- // OpenMS -- Open-Source Mass Spectrometry // -------------------------------------------------------------------------- // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen, // ETH Zurich, and Freie Universit...
/* * QError Module * * Copyright (C) 2009 Red Hat Inc. * * Authors: * Luiz Capitulino <lcapitulino@redhat.com> * * This work is licensed under the terms of the GNU LGPL, version 2.1 or later. * See the COPYING.LIB file in the top-level directory. */ #ifndef QERROR_H #define QERROR_H #include "qdict.h" #incl...
#pragma once #include "VehicleBuilder.h" #include "Truck.h" namespace core { /** * @brief Concrete builder in builder pattern. * */ class TruckBuilder : public VehicleBuilder { public: TruckBuilder(); void SetName(std::string name) override; void AddAxle() override;...
/* * Copyright (c) 2006 Konstantin Shishkov * Copyright (c) 2007 Loren Merritt * * 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 o...
/* * DMM IOMMU driver support functions for TI OMAP processors. * * Author: Rob Clark <rob@ti.com> * Andy Gross <andy.gross@ti.com> * * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ * * This program is free software; you can redistribute it and/or * modify it under the terms of...
#ifndef __SCANNER_DRIVER_H #define __SCANNER_DRIVER_H #ifdef __cplusplus extern "C" { #endif #include "scanner.h" /** * struct scanner_ops - scanner driver operations * * Pointers to functions implementing scanner API. See scanner.h for details. * * @on: scanner_on() implementation * @off: scanner_off() imp...
/* * 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...
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. // // Copyright (c) Microsoft Corporation. All rights reserved // // MainPage.xaml.h // De...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:46:04 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...
/* * Copyright 2000 by Hans Reiser, licensing governed by reiserfs/README */ #include <linux/string.h> #include <linux/random.h> #include <linux/time.h> #include "reiserfs.h" // find where objectid map starts #define objectid_map(s,rs) (old_format_only (s) ? \ (__le32 *)((struct reiserfs_su...
/*========================================================================= medInria Copyright (c) INRIA 2013. All rights reserved. See LICENSE.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ====...
// This file is made available under Elastic License 2.0. // This file is based on code available under the Apache license here: // https://github.com/apache/incubator-doris/blob/master/be/src/olap/rowset/segment_v2/options.h // Licensed to the Apache Software Foundation (ASF) under one // or more contributor licens...
/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the <inttypes.h> header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have t...
/*! \file bcmecmp_util_bucket.c * * Bucket sort utility. */ /* * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. * * Copyright 2007-2020 Broadcom Inc. All rights reserved. */ #include <shr/shr_error.h> #include <sal/sal_alloc.h...
/** * Copyright (c) 2017-present, Facebook, Inc. and its affiliates. * 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 <folly/Optional.h> #include "logdevice/admin/AdminAPIHandlerBas...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, August 24, 2019 at 9:43:57 PM Mountain Standard Time * Operating System: Version 12.4 (Build 16M568) * Image Source: /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias...
/* x509_trs.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without...
/*- * Copyright (c) 1998 Brian Somers <brian@Awfulhak.org> * 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...
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import "ADService.h" @class NSMutableArray, NSObject; @protocol OS_dispatch_queue; @interface ADCompanionRoutingService : ADService { NSObje...
/*========================================================================= medInria Copyright (c) INRIA 2013. All rights reserved. See LICENSE.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ====...
////////////////////////////////////////////////////////////////////////////// // Name: wx/univ/statbox.h // Purpose: wxStaticBox declaration // Author: Vadim Zeitlin // Modified by: // Created: 15.08.00 // RCS-ID: $Id: statbox.h 37393 2006-02-08 21:47:09Z VZ $ // Copyright: (c) 2000 SciTech ...
/* * Copyright (c) 2007 - 2018 Joseph Gaeddert * * 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, mer...
#ifndef SBG_ROS_MESSAGE_PUBLISHER_H #define SBG_ROS_MESSAGE_PUBLISHER_H // Project headers #include <config_store.h> #include <message_wrapper.h> namespace sbg { /*! * Class to publish all SBG-ROS messages to the corresponding publishers. */ class MessagePublisher { private: rclcpp::Publisher<sbg_driver::msg::S...
// REQUIRES: aarch64-registered-target // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -fallow-half-arguments-and-returns -S -O1 -Werror -Wall -emit-llvm -o - %s | FileCheck %s // RUN: %clang_cc1 -DSVE_OVERLOADED_FORMS -triple aarch64-none-linux-gnu -target-feature +sve -fallow-half-arguments-and...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:39:08 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices * classdump-dyld is licensed under GPLv3, Copyright © 20...
// // Public job header file for the Printer Application Framework // // Copyright © 2019-2020 by Michael R Sweet. // // Licensed under Apache License v2.0. See the file "LICENSE" for more // information. // #ifndef _PAPPL_JOB_H_ # define _PAPPL_JOB_H_ // // Include necessary headers... // # include "base.h" //...
//===-- DWARFDebugAbbrev.h --------------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
/* $OpenBSD: cpufunc.h,v 1.1 2004/02/01 05:09:49 drahn Exp $ */ /* $NetBSD: cpufunc.h,v 1.29 2003/09/06 09:08:35 rearnsha Exp $ */ /* * Copyright (c) 1997 Mark Brinicombe. * Copyright (c) 1997 Causality Limited * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modifi...
#ifndef EMITTERSTATE_H_62B23520_7C8E_11DE_8A39_0800200C9A66 #define EMITTERSTATE_H_62B23520_7C8E_11DE_8A39_0800200C9A66 #if defined(_MSC_VER) || \ (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \ (__GNUC__ >= 4)) // GCC supports "pragma once" correc...
/* NSFetchedResultsController.h Core Data Copyright (c) 2009-2012 Apple Inc. All rights reserved. Class Overview ============== This class is intended to efficiently manage the results returned from a Core Data fetch request. You configure an instance of this class using a fetch request that specifie...
/* K2DH motion sensor driver * * * This software program is licensed subject to the GNU General Public License * (GPL).Version 2,June 1991, available at http://www.fsf.org/copyleft/gpl.html * (C) Copyright 2010 STMicroelectronics * All Rights Reserved */ #include <linux/interrupt.h> #include <linux/i2c.h> #inc...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_ValueType3640485471.h" // System.Array struct Il2CppArray; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-of...
// xiezi.c 蠍子 #include <ansi.h> inherit POISON_INSECT; void create() { set_name("蠍子", ({ "xie zi" }) ); set_weight(180); set("race", "野獸"); set("age", 2); set("long", "一隻張牙舞爪的蠍子。\n"); set("attitude", "peaceful"); set("str", 20); set("con", 20); ...
#pragma once #include <Common/logger_useful.h> #include <Core/Block.h> #include <Interpreters/Context.h> #include <Dictionaries/IDictionarySource.h> #include <Dictionaries/DictionaryStructure.h> #include <Processors/Sources/ShellCommandSource.h> namespace DB { /** ExecutablePoolDictionarySource allows loading da...
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PERF_REGS_H #define __PERF_REGS_H #include <linux/types.h> #include <linux/compiler.h> struct regs_dump; struct sample_reg { const char *name; uint64_t mask; }; #define SMPL_REG(n, b) { .name = #n, .mask = 1ULL << (b) } #define SMPL_REG_END { .name = NULL } extern ...
#pragma once #include <future> #include <memory> #include <string_view> #include <arrow/flight/client.h> #include "deephaven/client/highlevel/columns.h" #include "deephaven/client/highlevel/expressions.h" #include "deephaven/client/utility/callbacks.h" namespace deephaven { namespace client { namespace highlevel { na...
#define _MT 1 #include <stdio.h> #include <stdlib.h> #include <assert.h> #if _WIN32 #include <windows.h> #include <stdio.h> #include <errno.h> #include <process.h> #include "root.h" #include "rmem.h" static unsigned __stdcall startthread(void *p); struct FileData { File *file; int result; HANDLE event...
/* The MIT License (MIT) * * Copyright (c) 2014 - 2019, Andreas Merkle * http://www.blue-andi.de * vscp@blue-andi.de * * 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 restrict...
/* Select()-based ae.c module. * * Copyright (c) 2009-2012, Salvatore Sanfilippo <antirez at gmail dot com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of sourc...