text stringlengths 9 948k |
|---|
//
// 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 "MMService.h"
#import "ForwardMessageLogicDelegate-Protocol.h"
#import "MMServiceProtocol-Protocol.h"
@class ForwardMessageLo... |
// Copyright (C) <2018> Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0
#ifndef OWT_BASE_BASICSCREENCAPTURER_H_
#define OWT_BASE_BASICSCREENCAPTURER_H_
#include <string>
#include <unordered_map>
#include <vector>
#if defined(WEBRTC_WIN) || defined(WEBRTC_LINUX)
#include <memory>
#endif
#include "modules/vid... |
/*
* IPP data file parsing functions.
*
* Copyright © 2007-2019 by Apple Inc.
* Copyright © 1997-2007 by Easy Software Products.
*
* Licensed under Apache License v2.0. See the file "LICENSE" for more
* information.
*/
/*
* Include necessary headers...
*/
#include <cups/cups.h>
#include "ipp-private.h"
#in... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:22:23 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/HealthR... |
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support
* ----------------------------------------------------------------------------
* Copyright (c) 2010, Atmel Corporation
*
* All rights reserved.
*
* Redistribution and use in source and... |
/******************************************************************************
*
* Name: acstruct.h - Internal structs
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2016, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and bi... |
#ifndef _ROS_gazebo_msgs_ModelState_h
#define _ROS_gazebo_msgs_ModelState_h
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include "ros/msg.h"
#include "ArduinoIncludes.h"
#include "geometry_msgs/Pose.h"
#include "geometry_msgs/Twist.h"
namespace gazebo_msgs
{
class ModelState : public ros::Msg
{
... |
/*
* OpenBOR - http://www.chronocrash.com
* -----------------------------------------------------------------------
* All rights reserved, see LICENSE in OpenBOR root for details.
*
* Copyright (c) 2004 - 2014 OpenBOR Team
*/
/*
Code to read files from packfiles.
============= Format description (a bit crypti... |
//
// OLTVUsersTableViewController.h
// iOSDev4401_CoreDataHW
//
// Created by Oleg Tverdokhleb on 22.05.16.
// Copyright © 2016 oltv00. All rights reserved.
//
#import "OLTVCoreDataTableViewController.h"
@interface OLTVStudentsTableViewController : OLTVCoreDataTableViewController
@end |
/* Return 1 if argument is a NaN, else 0.
Copyright (C) 1997-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C 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... |
// Copyright 2013 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 IOS_CHROME_BROWSER_GEOLOCATION_OMNIBOX_GEOLOCATION_AUTHORIZATION_ALERT_H_
#define IOS_CHROME_BROWSER_GEOLOCATION_OMNIBOX_GEOLOCATION_AUTHORIZATION... |
#include "binary_trees.h"
/**
* binary_tree_postorder - traverses binary tree with postorder algorithm
* @tree: root of binary tree to traverse
* @func: pointer to function to use on each integer
*/
void binary_tree_postorder(const binary_tree_t *tree, void (*func)(int))
{
if (tree && func)
{
binary_tree_postor... |
/*-
* BSD LICENSE
*
* Copyright(c) 2016 Intel Corporation. All rights reserved.
* 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 mus... |
/*
* 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 2012 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 ... |
/*
* Class DYNAMIC_CHAIN [NATURAL_16]
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_350 [] = {0xFF01,232,0xFFFF};
static const EIF_TYPE_INDEX egt_1_350 [] = {0xFF01,245,349,215,0xFFFF};
static const EIF_TYPE_INDEX egt_2_350 [] = {0xFF01,349,215,0xFFFF};
static... |
/*
* solutions_to_assgn/ch2/ioctl_undoc/kerneldrv_ioctl/ioctl_undoc_kdrv.c
**************************************************************************
* This program is part of the source code released for the book
* "Linux Kernel Programming"
* (c) Author: Kaiwan N Billimoria
* Publisher: Packt
* GitHub rep... |
/**
* Copyright (c) 2017 - 2019, Nordic Semiconductor ASA
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, th... |
#ifndef _MYUTIL_H_
#define _MYUTIL_H_
#define BUF_LEN 1024
#define CHK_NULL(p,str)\
if(p==NULL){\
printf(str);\
exit(-1);\
}
#define CHK_NEG(ret,str)\
if(ret<0){\
printf(#str);\
exit(-1);\
}
#define PROFILE_F_FILE "./data/profile_f.txt"
#define PROFILE_M_FILE "./data/profile_m.txt"
#define TEST_FILE ... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE121_Stack_Based_Buffer_Overflow__dest_wchar_t_alloca_memmove_07.c
Label Definition File: CWE121_Stack_Based_Buffer_Overflow__dest.string.label.xml
Template File: sources-sink-07.tmpl.c
*/
/*
* @description
* CWE: 121 Stack Based Buffer Overflow
* BadSource: Set data ... |
/*
Copyright (c) 2020 Sergej Schumilo, Cornelius Aschermann
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... |
/* Copyright (c) 2016 PaddlePaddle 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 by applicable law or... |
/******************************************************************************
*
* Copyright (C) 2003-2012 Broadcom 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:
*
... |
/*
* Copyright (c) 2006-2018, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-11-10 SummerGift first version
*/
#ifndef __DRV_DMA_H_
#define __DRV_DMA_H_
#include <rtthread.h>
#include <board.h>
#ifdef __cplusplus
extern "C"... |
<<<<<<< HEAD
/* Copyright (c) 2010-2018, Delft University of Technology
=======
/* Copyright (c) 2010-2019, Delft University of Technology
>>>>>>> origin/master
* All rigths reserved
*
* This file is part of the Tudat. Redistribution and use in source and
* binary forms, with or without modification,... |
/* Copyright 2017 The TensorFlow 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 by applicable law or a... |
#include <shell.h>
#include <stdlib.h>
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <libc.h>
#include <command.h>
unsigned char listening_mouse = 1;
char shell_buffer[SHELL_BUFFER_SIZE];
int curr_pos = 0;
int history_index = 0, history_inserting_index;
history_entry cmd_history[100];
cmd_ent... |
#pragma once
/****************************************************************************
Copyright (c) 2009, Radon Labs GmbH
Copyright (c) 2011-2013,WebJet Business Division,CYOU
http://www.genesis-3d.com.cn
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associate... |
#pragma once
#include "stdafx.h"
#include <vector>
using namespace std;
#define _MAX_LABEL_COST 99999
#define _MAX_NUMBER_OF_NODES 30000
#define _MAX_NUMBER_OF_LINKS 60000
#define _MAX_NUMBER_OF_TIME_INTERVALS 1400
#define _MAX_NUMBER_OF_VEHICLES 200
#define _MAX_NUMBER_OF_PASSENGERS 70
#define _MAX_NUMBER_OF_STAT... |
/*
*
* (C) COPYRIGHT 2014,2018 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.... |
#include <kilolib.h>
void setup()
{
// Put any setup code here. This is run once before entering the loop.
}
void loop()
{
// Put the main code here. This is run repeatedly.
// Set the LED red.
set_color(RGB(1, 0, 0));
// Wait half a second (500 ms).
delay(500);
// Set the LED blue.
... |
// 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... |
/**
* Implementation of the superpixel algorithm called SEEDS [1] described in
*
* [1] M. van den Bergh, X. Boix, G. Roig, B. de Capitani, L. van Gool.
* SEEDS: Superpixels extracted via energy-driven sampling.
* Proceedings of the European Conference on Computer Vision, pages 13–26, 2012.
*
* If yo... |
// SPDX-License-Identifier: GPL-2.0
/*
* Omnivision OV2680 CMOS Image Sensor driver
*
* Copyright (C) 2018 Linaro Ltd
*
* Based on OV5640 Sensor Driver
* Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved.
* Copyright (C) 2014-2017 Mentor Graphics Inc.
*
*/
#include <asm/unaligned.h>
#i... |
// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
#include <vespa/eval/eval/value_type.h>
#include <vespa/eval/eval/aggr.h>
#include <vespa/eval/eval/interpreted_function.h>
#include <vespa/eval/eval/nested_loop.h>
namespace vespalib { class... |
/*************************************************************************
* Copyright (c) 2015, Synopsys, Inc. *
* All rights reserved. *
* *
* Redistribution and... |
/* vi: set sw=4 ts=4: */
/*
* ash shell port for busybox
*
* Copyright (c) 1989, 1991, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Copyright (c) 1997-2005 Herbert Xu <herbert@gondor.apana.org.au>
* was re-ported from NetBSD and debianized.
*
* This code is derived f... |
/***************************************************************************//**
* @file
* @brief EFR32MG12P_AF_PORTS register and bit field definitions
* @version 5.8.0
*******************************************************************************
* # License
* <b>Copyright 2019 Silicon Laboratories Inc. www.si... |
//
// Created by florian on 05.08.15.
//
#ifndef ART_ROWEX_N_H
#define ART_ROWEX_N_H
//#define ART_NOREADLOCK
//#define ART_NOWRITELOCK
#include <stdint.h>
#include <atomic>
#include <string.h>
#include "../Key.h"
#include "Epoche.h"
#ifdef LOCK_INIT
#include "tbb/concurrent_vector.h"
#endif
#define AMAC_DYNAMI
using ... |
/*
* ompt-internal.h - header of OMPT internal data structures
*/
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifie... |
#ifndef PLANARROBOTVELCMD_H
#define PLANARROBOTVELCMD_H
#include <string>
/**
* class PlanarRobotVelCmd
*
*/
class PlanarRobotVelCmd
{
public:
// Constructors/Destructors
//
PlanarRobotVelCmd()
: linear_vel_mps_(0.0), angular_vel_rps_(0.0),
final_rotation_rads(0.0), duration_secs_... |
//
// streams.h
// copp
//
// Copyright (c) 2016 Sara (sara at xandium dot net)
//
// This file is part of copp
//
// 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, ... |
/*
* Copyright (C) 2015-2020 Alibaba Group Holding Limited
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <stdarg.h>
#include <errno.h>
#include "uvoice_os.h"
#include "uvoice_audio.h"
#include "uvoice_pcm.h"
#include "uvoice_common.h"
#include "audio_common.h"
#includ... |
/*++
Copyright (c) 1998 Intel Corporation
Module Name:
testva.c
Abstract:
Tests virtual address call by making 1:1 transition
Revision History
--*/
#include "efi.h"
#include "efilib.h"
#define PAGE_SHIFT 12
EFI_STATUS
InitializeTestVA_Application (
IN EFI_HANDLE ImageHandle,
... |
//
// DXTwitterAnimator.h
// DXTwitter
//
// Created by dx on 17/3/13.
// Copyright © 2017年 dx. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface DXTwitterAnimator : NSObject<UIViewControllerTransitioningDelegate, UIViewControllerAnimatedTransitioning>
@end |
/*
* GPL HEADER START
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 only,
* as published by the Free Software Foundation.
*
* This program is distributed... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2015-2018 The PIVX developers
// Copyright (c) 2019 The SOMBE developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.ph... |
/*-------------------------------------------------------------------------
*
* joinrels.c
* Routines to determine which relations should be joined
*
* Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICA... |
/*
ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
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 ... |
#include <stdio.h> // printf
#include <stdlib.h> // malloc, calloc
#include <time.h> // time, clock
void use_malloc(size_t n)
{
time_t bt = time(NULL);
float *arr = (float *)malloc(n * sizeof(float));
float sum = 0.0;
for (int i=0; i<n; ++i)
sum += arr[i];
time_t ft = time(NULL);
printf("sum:... |
/* Copyright (c) 2017-2019, The Linux Foundation. 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 version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... |
/* wf_pow.c -- float version of w_pow.c.
* Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com.
*/
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
*
* Developed at SunPro, a Sun Microsystems, Inc. business.
* Permi... |
/* * This file is part of libdom.
* Licensed under the MIT License,
* http://www.opensource.org/licenses/mit-license.php
* Copyright 2009 Bo Yang <struggleyb.nku@gmail.com>
*/
#ifndef dom_events_mouse_wheel_event_h_
#define dom_events_mouse_wheel_event_h_
#include <stdbool.h>
#include <dom/core/exc... |
/*
*
* Copyright 2015, 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 condi... |
/*****************************************************************************
*
* stats_distribution.c
*
* Various routines to compute statistics associated with the
* distribution (that is, the density).
*
* If there is more than one distribution, it is assumed the relevant
* statistics are produced in t... |
/*$Id$*/
/*-
* Copyright (c) 1991, 1993
* 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 source code must retain the a... |
////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Project: Embedded Learning Library (ELL)
// File: DataStatistics.h (finetune)
// Authors: Chuck Jacobs
//
//////////////////////////////////////////////////////////////////////////////////////////////////... |
/*
* SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include <stdint.h>
#include "soc/soc.h"
#include "soc/clk_tree_defs.h"
#include "soc/rtc.h"
#include "soc/system_reg.h"
#include "soc/rtc_cntl_reg.h"
#include "esp_private/regi2c_ctr... |
/*
* $Id: rna_brush.c 37031 2011-05-31 02:14:25Z campbellbarton $
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* 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 Lice... |
/* SPDX-License-Identifier: GPL-2.0-only
*
* rwbuf.c
*
* Copied from Robotxm, for the rwbuf experiment.
*
* Notice that these code are released under GPLv2 only, the same as
* linux kernel. Not the SuperBart Public Domain Software License!
*
*/
#include <linux/module.h>
#include <linux/kernel.h>
#include <lin... |
/*******************************************************************************
INIT.C
Author: Peter Loan
Date: 13-APR-89
Copyright (c) 1992-5 MusculoGraphics, Inc.
All rights reserved.
Portions of this source code are copyrighted by MusculoGraphics, Inc.
Description: This file contains routi... |
#include "rpsdist.h"
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <pgp.h>
#include <unistd.h>
#include <irrd_ops.h>
#include <arpa/inet.h>
#include <sys/time.h>
extern trace_t * default_trace;
extern struct select_master_t mirror_floods;
extern pthread_mutex_t poll_mutex;
extern pthread_co... |
/*
* Copyright (C) 2012 Igalia S.L.
*
* 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 option) any later version.
*
* This library i... |
/*
* Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
*
* 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 LIC... |
// bdlb_nullablevalue_cpp03.h -*-C++-*-
// Automatically generated file. **DO NOT EDIT**
#ifndef INCLUDED_BDLB_NULLABLEVALUE_CPP03
#define INCLUDED_BDLB_NULLABLEVALUE_CPP03
//@PURPOSE: Provide C++03 implementation for bdlb_nullablevalue.h
//
//@CLASSES: See bdlb_nullablevalue... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putchar_fd.c :+: :+: :+: ... |
/* Software License Agreement (BSD License)
*
* Copyright (c) 2011, Willow Garage, 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... |
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstnew.c :+: :+: :+: ... |
#include <stdlib.h>
#include <math.h>
#include <complex.h>
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
extern double complex complex_polar(double r, double theta);
double complex *
scic_dft_naive(double complex *x, size_t N)
{
double complex *X = (double complex *) malloc(sizeof(double complex) * N);... |
/*
Copyright (c) 2018, Ford Motor Company
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this
list of conditions and the fo... |
/**
* \file conf_sio2host.h
*
* \brief SAMR34 Xplained Pro Serial Input & Output configuration
*
*
* Copyright (c) 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 exclu... |
/*
* 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
... |
/*-
* BSD LICENSE
*
* Copyright(c) Broadcom Limited.
* 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 copyrigh... |
#pragma once
// For use by engine applications
#include "engine/core/application.h"
#include "engine/core/layer.h"
#include "engine/core/logger.h"
#include "engine/core/timestep.h"
#include "engine/core/input.h"
#include "engine/key_codes.h"
// ---renderer------------------------
#include "engine/renderer/renderer... |
/*
* 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... |
/**
******************************************************************************
* @file Examples_LL/ADC/ADC_ContinuousConversion_TriggerSW_LowPower/Src/stm32l4xx_it.c
* @author MCD Application Team
* @brief Main Interrupt Service Routines.
* This file provides template for all exceptions ha... |
/* pbToAlleleCounts.c -- reformat Seattel SNP data from prettybase format to bed with alleles and counts */
#include "common.h"
#include "errabort.h"
#include "linefile.h"
#include "obscure.h"
#include "dystring.h"
#include "cheapcgi.h"
#include "dnaseq.h"
#include "hdb.h"
#include "memalloc.h"
#include "hash.h"
#inclu... |
/*
* This header is generated by classdump-dyld 1.5
* on Tuesday, November 10, 2020 at 10:10:56 PM Mountain Standard Time
* Operating System: Version 14.2 (Build 18K57)
* Image Source: /System/Library/Frameworks/MetalPerformance... |
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
D3D12State.h: D3D state definitions.
=============================================================================*/
#pragma once
class FD3D12SamplerState : public FRHISample... |
#import <Typhoon/Typhoon.h>
@class RTSecureStoreAssembly;
@class RTServiceAssembly;
@class RTCommonComponentsAssembly;
@class RTLoginAssembly;
@class RTAPIClient;
@class RTAuthenticationAwareHTTPClient;
@class RTAuthorizationHeaderSupport;
@class RTOAuth2TokenRenegotiator;
@class RTOAuth2TokenRenegotiationStatus;
... |
/*-------------------------------------------------------------------------
*
* connection.c
* Connection management functions for postgres_fdw
*
* Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/postgres_fdw/connection.c
*
*----------------------------... |
/* Definition of `struct sockaddr_*' common members. Generic/4.2 BSD version.
Copyright (C) 1995-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
Lice... |
/*
* This file is part of the coreboot project.
*
* Copyright (C) 2004 Tyan Computer
* Written by Yinghai Lu <yhlu@tyan.com> for Tyan Computer.
* Copyright (C) 2006,2007 AMD
* Written by Yinghai Lu <yinghai.lu@amd.com> for AMD.
*
* This program is free software; you can redistribute it and/or modify
* it under... |
/*!
@file
@author Albert Semenov
@date 08/2012
*/
#ifndef _80486629_6f18_4312_b5f0_3f06d96f7911_
#define _80486629_6f18_4312_b5f0_3f06d96f7911_
#include "MyGUI_Prerequest.h"
#include "MyGUI_ExportRenderManager.h"
#include "MyGUI_ExportDataManager.h"
#include "MyGUI_ExportDiagnostic.h"
#include "MyGUI_LogManager.... |
/*
* Copyright (c) 2014 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"
#in... |
/**************************************************************************/
/* */
/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
/* Thi... |
#ifndef CAMERACONTROLS_H
#define CAMERACONTROLS_H
#include <string>
#include <qobject.h>
#include <qstring.h>
#include "OpenCV/include/cxcore.h"
#include "opencv/include/highgui.h"
class CameraControls : public QObject
{
Q_OBJECT
public:
CameraControls(QObject *parent = 0);
//void startCapture();
Q_I... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* License); you ma... |
/*++ BUILD Version: 0001 // Increment this if a change has global effects
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
Winreg.h
Abstract:
This module contains the function prototypes and constant, type and
structure definitions for the Windows 32-Bit Registry API.
--*/
#... |
#ifndef PROCESS_TAP_DANCE_H
#define PROCESS_TAP_DANCE_H
#ifdef TAP_DANCE_ENABLE
#include <stdbool.h>
#include <inttypes.h>
typedef struct
{
uint8_t count;
uint16_t keycode;
uint16_t timer;
bool interrupted;
bool pressed;
bool finished;
} qk_tap_dance_state_t;
#define TD(n) (QK_TAP_DANCE + n)
typedef vo... |
////////////////////////////////////////////////////////////////////////////////////////////////////
// NoesisGUI - http://www.noesisengine.com
// Copyright (c) 2013 Noesis Technologies S.L. All Rights Reserved.
////////////////////////////////////////////////////////////////////////////////////////////////////
#ifnd... |
#pragma once
namespace BWAPI
{
enum MouseButton
{
M_LEFT = 0,
M_RIGHT,
M_MIDDLE,
M_MAX,
};
enum Key
{
K_LBUTTON = 0x01,
K_RBUTTON,
K_CANCEL,
K_MBUTTON,
K_XBUTTON1,
K_XBUTTON2,
__UNDEFINED_7,
K_BACK,
K_TAB,
__RESERVED_A,
__RESERVED_B,
K_CLEAR,
... |
//
// HCOssLogger.h
// HondaConnectSDK_Example
//
// Created by 蔡宇航 on 2021/4/9.
// Copyright © 2021 445878662@qq.com. All rights reserved.
//
#import <CocoaLumberjack/CocoaLumberjack.h>
NS_ASSUME_NONNULL_BEGIN
@interface HCOssLoggerFormatter : NSObject <DDLogFormatter>
@end
@interface HCOssLogger : DDAbstract... |
#pragma once
#include "RE/Bethesda/BSStringT.h"
#include "RE/Bethesda/BSSystemFile.h"
#include "RE/Bethesda/BSTArray.h"
#include "RE/Bethesda/BSTHashMap.h"
#include "RE/Bethesda/BSTList.h"
#include "RE/Bethesda/BSTSmartPointer.h"
#include "RE/NetImmerse/NiFile.h"
namespace RE
{
enum class CHUNK_ID;
enum class TES_R... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <vic411_vicNl.h>
static char vcid[] = "$Id: vic411_make_in_and_outfiles.c,v 5.6.2.1 2007/11/04 01:32:26 vicadmin Exp $";
void vic411_make_in_and_outfiles(vic411_filep_struct *filep,
vic411_filenames_struct *filenames,
vic411_so... |
#ifndef DUSTGENUNITMINDDUST_H_INCLUDED
#define DUSTGENUNITMINDDUST_H_INCLUDED
#include <DustApi.h>
namespace DustUnitMindNative
{
extern DustToken DustUnitNative;
extern DustToken DustTypeModule;
extern DustToken DustRefModuleAgents;
extern DustToken DustRefModuleAlgorithms;
extern DustToken DustTypeService;
extern... |
/**
* \file util.c
* \brief Util functions for string management
*
* \author Fernando J. Pereda <ferdy@ferdyx.org>
* \author Ricardo Cervera Navarro <ricardo@zonasiete.org>
*
* This is part of nbsmtp. nbsmtp is free software;
* you can redistribute it and/or
* modify it under the terms of the GNU General Publi... |
#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_ios_app_TestsVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_ios_app_TestsVersionStr... |
//
// Copyright High Order Bit, Inc. 2009. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface UITableViewCell (CodeWatchAdditions)
+ (id)createStandardInstance;
+ (id)createStandardInstanceWithReuseIdentifier:(NSString *)identifier;
+ (id)createStandardInstanceWithReuseIdentifier:(NSString *)ident... |
#pragma once
#include "AdaptiveCards.Rendering.Uwp.h"
#include "Enums.h"
#include "SubmitAction.h"
#include "AdaptiveActionElement.h"
namespace AdaptiveNamespace
{
class DECLSPEC_UUID("32114ce2-7e10-4f7f-8225-bfd661c6794c") AdaptiveSubmitAction
: public Microsoft::WRL::RuntimeClass<Microsoft::WRL::Runtime... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.