text stringlengths 9 948k |
|---|
// generated from rosidl_generator_c/resource/idl__type_support.h.em
// with input from rcl_interfaces:msg/ParameterEventDescriptors.idl
// generated code does not contain a copyright notice
#ifndef RCL_INTERFACES__MSG__DETAIL__PARAMETER_EVENT_DESCRIPTORS__TYPE_SUPPORT_H_
#define RCL_INTERFACES__MSG__DETAIL__PARAMETER... |
//
// Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2021
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#pragma once
#include "td/telegram/DialogId.h"
#include "td/... |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2020 - Raw Material Software Limited
JUCE is an open source library subject to commercial or open-source
licensing.
By using JUCE, you agree to the terms of both the... |
/*|-----------------------------------------------------------------------------
*| This source code is provided under the Apache 2.0 license --
*| and is provided AS IS with no warranty or guarantee of fit for purpose. --
*| See the project's LICENSE.md for details. ... |
/* Copyright (c) 2020, Zolisa Bleki
*
* SPDX-License-Identifier: BSD-3-Clause
*
* This header contains declarations for helper functions that aid in
* generating samples from the multivariate normal disribution, given either
* a covariance or a precision matrix.
*/
#ifndef HTNORM_DIST_H
#define HTNORM_DIST_H
#... |
#pragma once
class obj
{
public:
obj (void);
~obj (void);
void used() const;
void unused() const;
inline int inlineUsed (void) const
{
return mValue;
}
inline int inlineUnused (void) const
{
return mValue;
}
private:
int mValue;
}; |
/**
* @file VariadicBind.h
* @ingroup RedDataBase
* @brief Convenience function for Statement::bind(...)
*
* Copyright (c) 2020-2021 Vladimir Rogozin (vladimir20040609@gmail.com)
*
* Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
* or copy at http://opensource.org/licenses/MIT)
... |
/*
* -- SuperLU routine (version 3.0) --
* Univ. of California Berkeley, Xerox Palo Alto Research Center,
* and Lawrence Berkeley National Lab.
* October 15, 2003
*
*/
/*
Copyright (c) 1994 by Xerox Corporation. All rights reserved.
THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY
EXPRESSED O... |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkMPIEventLog.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 ... |
/*******************************************************************
*
* CAUTION: This file is automatically generated by HSI.
* Version:
* DO NOT EDIT.
*
* Copyright (C) 2010-2016 Xilinx, Inc. All Rights Reserved.*
*Permission is hereby granted, free of charge, to any person obtaining a copy
*of this software and ass... |
/******************************************************************************
* SOFA, Simulation Open-Framework Architecture, development version *
* (c) 2006-2017 INRIA, USTL, UJF, CNRS, MGH *
* *
... |
/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <X11/Xlib.h>
#include <X11/Xft/Xft.h>
#include "drw.h"
#include "util.h"
#define UTF_INVALID 0xFFFD
#define UTF_SIZ 4
static const unsigned char utfbyte[UTF_SIZ + 1] = {0x80, 0, 0xC0, ... |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _S390_RWSEM_H
#define _S390_RWSEM_H
/*
* S390 version
* Copyright IBM Corp. 2002
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
*
* Based on asm-alpha/semaphore.h and asm-i386/rwsem.h
*/
/*
*
* The MSW of the count is the negated number of activ... |
/*
* Copyright (c) 1997 Justin T. Gibbs.
* Copyright (c) 1997, 1998, 1999, 2000, 2001, 2003, 2003 Kenneth D. Merry.
* 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 o... |
// dear imgui: Platform Backend for GLFW
// This needs to be used along with a Renderer (e.g. OpenGL3, Vulkan, WebGPU..)
// (Info: GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.)
// Implemented features:
// [X] Platform: Clipboard support.
... |
//
// WHBluetooehVc.h
// test
//
// Created by admin on 2017/9/13.
// Copyright © 2017年 admin. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "WHBle.h"
@interface WHBluetooehVc : UIViewController
@property (nonatomic,strong) CBPeripheral *per;
@end |
#ifndef __UIACTIVEX_H__
#define __UIACTIVEX_H__
#pragma once
struct IOleObject;
namespace DuiLib {
/////////////////////////////////////////////////////////////////////////////////////
//
class CActiveXCtrl;
template< class T >
class CSafeRelease {
public:
CSafeRelease (T* p): m_p (p) {};
virtual ~CSafe... |
//
// STASDKUITripBuildItinViewController.h
// Pods
//
// Created by Adam St. John on 2017-07-03.
//
//
#import <UIKit/UIKit.h>
@class STASDKMTrip;
@class RLMRealm;
@interface STASDKUITripBuildItinViewController : UIViewController
@property (nonatomic) STASDKMTrip *trip;
@property RLMRealm *theRealm;
@end |
/*
* libjingle
* Copyright 2010 Google Inc.
*
* 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 and the fo... |
//===------------- TypeLayout.h --------------- Type layouts ---*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... |
#ifndef POKEY_H_
#define POKEY_H_
#ifdef ASAP /* external project, see http://asap.sf.net */
#include "asap_internal.h"
#else
#include "atari.h"
#endif
#define POKEY_OFFSET_AUDF1 0x00
#define POKEY_OFFSET_AUDC1 0x01
#define POKEY_OFFSET_AUDF2 0x02
#define POKEY_OFFSET_AUDC2 0x03
#define POKEY_OFFSET_AUDF3 0x04
#defin... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/CameraUI.framework/CameraUI
*/
@interface CAMPanoramaProcessor : NSObject {
NSMutableDictionary * __initialMetadataByRequestUUID;
struct OpaqueFigSampleBufferProcessor { } * __processor;
bool _capturingPanorama;
<CAMPanoramaPr... |
//
// DDNSObject+Ext.h
// XiYuWang
//
// Created by 李胜书 on 16/5/19.
// Copyright © 2016年 Ehsy_Sanli. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <MJExtension/MJExtension.h>
@interface NSObject (Ext)
+ (instancetype)objectInitWithDictionary:(NSDictionary *)data;
- (void)assginToPropertyWith... |
/*++
Copyright (c) 2002 Microsoft Corporation
Module Name:
FILEHC.H
Abstract:
This file defines the public interfaces for issuing async
Reads/Writes to a file using the fcache wrapper library.
--*/
#ifndef _FILEHC_H_
#define _FILEHC_H_
#include <winapifamily.h>
#pragma region Desk... |
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
// FCall.H
//
//
// FCall is a high-performance alternative to ECall. Unlike ECall, FCall
// methods do not necessarily create a frame. Jitted code calls direct... |
/*
* This header is generated by classdump-dyld 1.5
* on Friday, April 30, 2021 at 11:37:09 AM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/TextInputUI... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class NSData, UIImage, XBSnapshotDataProviderContext;
@protocol XBSnapshotDataProvider <NSObject>
@property(readonly, retain, nonatomic) XBSnapshotDataProvid... |
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <stdio.h>
#include <jni.h>
#ifdef LIBPYTHON_RTLD_GLOBAL
#include <dlfcn.h>
#endif
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#include "rubicon.h"
#ifdef __ANDROID__
/**************************************************************************
***********... |
#ifndef __GRID_H__
#define __GRID_H__
#include "Globals.h"
class Grid
{
public:
Grid();
public:
void SetGridRandomHeight(unsigned int seed);
float grid[SIZE_OF_GRID][SIZE_OF_GRID];
double ioffset = 0;
double koffset = 0;
double noiseSize = 100;
double lowThreshhold = 0;
double highThreshhold = 1000;
in... |
#pragma once
#include <chrono>
#include <cstdint>
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include "envoy/common/random_generator.h"
#include "envoy/extensions/filters/http/router/v3/router.pb.h"
#include "envoy/http/codec.h"
#include "envoy/http/codes.h"
#include "envoy/http/fil... |
/* Copyright (c) 2012-2016, The Linux Foundation. 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 o... |
/**
* \brief Component description for GPBR
*
* Copyright (c) 2019 Microchip Technology Inc. and its subsidiaries.
*
* 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 with third party license... |
template <typename R, typename T1, typename T2 = void, typename T3 = void, typename T4 = void, typename T5 = void, typename T6 = void, typename T7 = void, typename T8 = void, typename T9 = void> struct Bind {
private:
object cmd_;
public:
Bind(std::string cmd) : cmd_(object(cmd)){};
R operator()(const T1 &t1, ... |
/*
* This header is generated by classdump-dyld 1.5
* on Friday, April 30, 2021 at 11:36:21 AM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/Frameworks/MapKit.framework/M... |
/*
* Copyright 2009 Red Hat Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, d... |
/*
* Copyright 2021 MusicScience37 (Kenta Kabashima)
*
* 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 applica... |
//
// TableViewCell.h
// FoldingTable
//
// Created by Michael on 2017/9/12.
// Copyright © 2017年 Michael. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TableViewCell : UITableViewCell
@end |
//
// LoadingView.h
// iOSPuzzleGame
//
// Created by Sergey Teryokhin on 05/06/2017.
// Copyright © 2017 imacdev. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LoadingView : UIView
@end |
// SPDX-License-Identifier: GPL-2.0-only
/*
* The platform specific code for virtex devices since a boot loader is not
* always used.
*
* (C) Copyright 2008 Xilinx, Inc.
*/
#include "ops.h"
#include "io.h"
#include "stdio.h"
#define UART_DLL 0 /* Out: Divisor Latch Low */
#define UART_DLM 1 /* Out: Divisor Lat... |
/*
* Copyright 2015 Reo_SP
*
* 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 to in w... |
//
// WMFSearchResultDistanceProvider.h
// Wikipedia
//
// Created by Brian Gerstle on 9/11/15.
// Copyright (c) 2015 Wikimedia Foundation. All rights reserved.
//
#import <Foundation/Foundation.h>
@import CoreLocation;
/**
* Object which provides a dynamic distance to a specific location.
*
* Provided by @... |
#ifndef _PPC_BYTEORDER_H
#define _PPC_BYTEORDER_H
#include <asm/types.h>
#ifdef __GNUC__
static __inline__ unsigned ld_le16(const volatile unsigned short *addr)
{
unsigned val;
__asm__ __volatile__ ("lhbrx %0,0,%1" : "=r" (val) : "r" (addr), "m" (*addr));
return val;
}
static __inline__ void st_le16(volatile un... |
/*!
\file gd32f30x_rcu.c
\brief RCU driver
\version 2017-02-10, V1.0.0, firmware for GD32F30x
\version 2018-10-10, V1.1.0, firmware for GD32F30x
\version 2018-12-25, V2.0.0, firmware for GD32F30x
\version 2020-09-30, V2.1.0, firmware for GD32F30x
*/
/*
Copyright (c) 2020, GigaDevice S... |
/*
* Arm SCP/MCP Software
* Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Description:
* MORELLO System Support.
*/
#include "config_clock.h"
#include "morello_core.h"
#include "morello_pik_cpu.h"
#include "morello_pik_debug.h"
#in... |
/*
* Copyright (c) 2007-2011 Atheros Communications Inc.
* Copyright (c) 2011-2012,2017 Qualcomm Atheros, Inc.
* Copyright (c) 2016-2017 Erik Stromdahl <erik.stromdahl@gmail.com>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided ... |
//===- DWARFDie.h -----------------------------------------------*- C++ -*-===//
//
// 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-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... |
#ifndef VAPORFIELD_H
#define VAPORFIELD_H
#include <list>
#include "vapor/Field.h"
#include "vapor/Particle.h"
#include "vapor/DataMgr.h"
#include "vapor/FlowParams.h"
#include "vapor/Grid.h"
#include "vapor/unique_ptr_cache.hpp"
namespace flow {
//
// Helper class: it is used to identify a specific grid.
//
class F... |
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Fluent Bit
* ==========
* Copyright (C) 2019-2020 The Fluent Bit Authors
* Copyright (C) 2015-2018 Treasure Data Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in co... |
/**
* Copyright (c) 2017 - 2018, 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... |
#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
#import "JSProgressView.h"
#import "JSProgressViewConfig.h"
FOUNDATION_EXPORT double JSProgressViewVersionNumber;
FOUNDATION... |
/*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2014-2016 Damien P. George
*
* 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... |
// Copyright (c) 2020 Robotics and Perception Group (GPR)
// University of Zurich and ETH Zurich
//
// This work is licensed under the terms of the MIT license.
// For a copy, see <https://opensource.org/licenses/MIT>.
#pragma once
#include "Carla/Sensor/SceneCaptureSensor.h"
#include <carla/sensor/data/DVSEvent.h>
... |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-m-rel-xr-w32-bld/build/dom/interfaces/json/nsIJSON.idl
*/
#ifndef __gen_nsIJSON_h__
#define __gen_nsIJSON_h__
#ifndef __gen_domstubs_h__
#include "domstubs.h"
#endif
#include "jspubtd.h"
/* For IDL files that don't want to include root IDL f... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:42:45 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/PrivateFrameworks/NotesShared.framework/NotesShared
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/workspaces/WorkSpaces_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace WorkSpaces
{
namespace Model
{
enum class ModificationStateEnu... |
#ifndef TUPLES_TUPLE_MASK
#define TUPLES_TUPLE_MASK
//
// Each f is conveniently 2 bases.
//
//
static unsigned long TupleMask[] = {0, 0xf, 0xff, 0xfff, 0xffff, 0xfffff, 0xffffff, // 0 - 6
0xfffffff, 0xfffffff, 0xffffffff, 0xfffffffff, // 7 - 9
... |
//
// BmobPush.h
// BmobSDK
//
// Created by Bmob on 14-4-26.
// Copyright (c) 2014年 Bmob. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "BmobConfig.h"
@class BmobQuery;
@interface BmobPush : NSObject
/**
* 创建一个推送对象
*
* @return 一个推送对象
*/
+(BmobPush*)push;
/**
* 设置查询里的约束条件
*
* @par... |
/*
* NOTE: This is a MODIFIED version of libvterm, see the README file.
*/
#ifndef __VTERM_H__
#define __VTERM_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <stdlib.h>
#include "vterm_keycodes.h"
#define TRUE 1
#define FALSE 0
/* from stdint.h */
typedef unsigned char uint8_t;
typedef unsigned int uint32... |
//
// HbNavigationBar.h
// HbLive
//
// Created by 郝兵 on 2018/4/16.
// Copyright © 2018年 Jovision. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface HbNavigationBar : UINavigationBar
/**
* 设置全局的导航栏背景图片
*
* @param globalImg 全局导航栏背景图片
*/
+ (void)setGlobalBackGroundImage: (UIImage *)globalImg;
/**
... |
/*****************************************************************************
* \file json_server_connection.h
* \author Conny Gustafsson
* \date 2020-03-07
* \brief Connection in the json server
*
* Copyright (c) 2020 Conny Gustafsson
* Permission is hereby granted, free of charge, to any person obta... |
/* SCTP kernel implementation
* Copyright (c) 1999-2000 Cisco, Inc.
* Copyright (c) 1999-2001 Motorola, Inc.
* Copyright (c) 2002 International Business Machines, Corp.
*
* This file is part of the SCTP kernel implementation
*
* These functions are the methods for accessing the SCTP inqueue.
*
* An SCTP inqueu... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, September 27, 2020 at 11:44:18 AM Mountain Standard Time
* Operating System: Version 14.0 (Build 18A373)
* Image Source: /System/Library/Assistant/Plugins/SynapseSyncPlugin.assistantBundle/SynapseSyncPlugin
* classdump-dyld is licensed under GPLv3, Copyri... |
/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/HashMap.h>
#include <Kernel/DoubleBuffer.h>
#include <Kernel/KBuffer.h>
#include <Kernel/Locking/Mutex.h>
#include <Kernel/Net/IPv4.h>
#include <Kernel/Net/Socket.h>
class IPv... |
/* Alternate pin name */
ANA_0_ALT1 = ANA_0 | ALT1,
ANA_1_ALT1 = ANA_1 | ALT1,
PA_0_ALT1 = PA_0 | ALT1,
PA_1_ALT1 = PA_1 | ALT1,
PA_1_ALT2 = PA_1 | ALT2,
PA_2_ALT1 = PA_2 | ALT1,
PA_2_ALT2 = PA_2 | ALT2,
PA_3_ALT1 = PA_3 | ALT1,
PA_3_ALT2 = PA_3 | ALT2,
PA_4_ALT1 = PA_4 | ALT1,
PA_4_ALT2 = PA_4 | ALT2... |
/*******************************************************************************
* Copyright (C) 2020, Huada Semiconductor Co., Ltd. All rights reserved.
*
* This software component is licensed by HDSC under BSD 3-Clause license
* (the "License"); You may not use this file except in compliance with the
* License. ... |
#pragma once
#include <string>
#include <iostream>
namespace pvesc {
namespace common {
struct system {
// Create a temp directory
static std::string run_command(const std::string& cmd);
};
}
} |
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
/* If you are missing that file, acquire a complete release at teeworlds.com. */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* ... |
// Generated by gencpp from file astra_camera/GetDeviceTypeRequest.msg
// DO NOT EDIT!
#ifndef ASTRA_CAMERA_MESSAGE_GETDEVICETYPEREQUEST_H
#define ASTRA_CAMERA_MESSAGE_GETDEVICETYPEREQUEST_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/built... |
/* Copyright (c) 2002-2003 krzYszcz and others.
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
#include <math.h>
#include "m_pd.h"
#include <common/api.h>
#if defined(_WIN32) || defined(__APPLE__)
/* cf pd/src/x_arithme... |
#define _GNU_SOURCE
#include<stdio.h>
#include<stdlib.h>
#include<mpi.h>
#include<pthread.h>
#include<errno.h>
#include "kernel.h"
#define NUM_ROUNDS 10*1000
#define HWTHREADS 1
void doLotsOfWork() {
int large = 1000*1000;
int i,j;
double* arr;
arr = (double*) calloc(large, sizeof(double));
for(i=0;i<large/... |
/*
*
* Copyright 2018 Asylo authors
*
* 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... |
/*
ChibiOS - Copyright (C) 2006..2018 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 ap... |
#include "unity.h"
#include "stat_led.h"
uint32_t APB2ENR = 0x0;
uint32_t CRL = 0x0;
uint32_t ODL = 0x0;
void setup(void)
{
_vStatLedSetState(&APB2ENR, &CRL, &ODL);
vStatLedInit();
}
void tearDown(void)
{
_vStatLedResetState();
}
void test_afterInitLedStateOff(void)
{
setup();
TEST_ASSERT_FALSE(ucStatLedState... |
/**
* @file lv_img.h
*
*/
#ifndef LV_IMG_H
#define LV_IMG_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#include "../lv_conf_internal.h"
#if LV_USE_IMG != 0
#include "../core/lv_obj.h"
#include "../misc/lv_fs.h"
#include "../draw/lv_draw.h"
/**********... |
/*
* Copyright (c) 2021, NVIDIA 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 ... |
/**
* FreeRDP: A Remote Desktop Protocol Implementation
* Bitmap Unit Tests
*
* Copyright 2011 Jay Sorg <jay.sorg@gmail.com>
*
* 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
*
* ... |
// Auto-generated file. Do not edit!
// Template: src/qs8-igemm/neon-mlal-lane.c.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <assert.h>
#include <arm_neo... |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "CommonMessageCellView.h"
#import "ILinkEventExt.h"
#import "ITranslateMsgMgrExt.h"
#import "MMTipsViewControllerDelegate.h"
#import "RichTextLayoutDelegate.h"
#import "Tex... |
/*
---------------------------------------------------------------------------
Open Asset Import Library (assimp)
---------------------------------------------------------------------------
Copyright (c) 2006-2020, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,... |
/*
* 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... |
/*-
* Copyright (c) 2001, 2018 Oracle and/or its affiliates. All rights reserved.
*
* See the file LICENSE for license information.
*
* $Id$
*/
#include "db_config.h"
#include "db_int.h"
#if DB_VERSION_MAJOR < 4 || DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR < 5
/*
* !!!
* We build this file in old versions o... |
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... |
// Machine generated IDispatch wrapper class(es) created with Add Class from Typelib Wizard
// CRange wrapper class
class CRange : public COleDispatchDriver
{
public:
CRange(){} // Calls COleDispatchDriver default constructor
CRange(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CRange(const CRange& disp... |
/*
*<KHeader>
*+=========================================================================
*I Project Name: EApiDK Embedded Application Development Kit
*+=========================================================================
*I $HeadURL$
*+======================================================================... |
/*
* This header is generated by classdump-dyld 1.0
* on Sunday, June 7, 2020 at 11:44:22 AM Mountain Standard Time
* Operating System: Version 13.4.5 (Build 17L562)
* Image Source: /System/Library/PrivateFrameworks/SharingUI.framework/SharingUI
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias L... |
/*
* Copyright 2010-2016 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" file... |
//
// pch.h
// Header for standard system include files.
//
#pragma once
#include <WinSDKVer.h>
#define _WIN32_WINNT 0x0601
#include <SDKDDKVer.h>
// Use the C++ standard templated min/max
#define NOMINMAX
// DirectX apps don't need GDI
#define NODRAWTEXT
#define NOGDI
#define NOBITMAP
// Include <mcx.h> if you ne... |
/*
* regulation.h
*
* Created: 25/02/2013 17:40:29
* Author: Alliaume Rico
*/
#ifndef REGULATION_H_
#define REGULATION_H_
// Include
#include "../kkdrone.h"
int16_t PID_e_k_1[3]; // error of last sample
int16_t PID_U_k_1[3]; // last command
int16_t PID_S_k_1[3]; // last gyro value
int16_t PID_S_k_2[3]; // ... |
#ifndef _GRAPHICSDEVICE_DX11_H_
#define _GRAPHICSDEVICE_DX11_H_
#include "CommonInclude.h"
#include "wiGraphicsDevice.h"
#include "wiWindowRegistration.h"
#include <d3d11_3.h>
#include <DXGI1_3.h>
namespace wiGraphicsTypes
{
class GraphicsDevice_DX11 : public GraphicsDevice
{
private:
ID3D11Device* device =... |
// Copyright 2020 Google LLC
//
// 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 to in ... |
/*!A cross-platform build utility based on Lua
*
* 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... |
/* Copyright 2016 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 ag... |
/*
Copyright (c) 2008-2010
Lars-Dominik Braun <PromyLOPh@lavabit.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 without limitation the rights
to use, copy, mo... |
// Leka Project - LekaOS_Explorations
// Copyright 2020 APF France handicap
// SPDX-License-Identifier: Apache-2.0
#ifndef _LEKA_OS_IMU_IMU_H_
#define _LEKA_OS_IMU_IMU_H_
#include "Accelerometer.h"
#include "Gyroscope.h"
#include "mbed.h"
class IMU
{
public:
IMU(Accelerometer &acc, Gyroscope &gyro) : _acc(acc), _... |
/*
* Digital Audio (PCM) abstract layer
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
*
*
* 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... |
// Copyright (c) 2020, devgo.club
// All rights reserved.
#pragma once
#include "shape.h"
class Circle : public Shape
{
public:
double CalcArea();
Circle(double r);
~Circle();
private:
double r;
}; |
// Copyright 2016 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#ifndef FXBARCODE_CBC_PDF417I_H_
#define FXBARCODE_CBC_PDF417I_H_
#include "c... |
inherit "/std/room";
#include "../domain.h"
void setup( void ) {
add_area( "sewer" );
set_short( "Access Tunnel - 1-k" );
set_objects( DIR+"/monsters/meh_eel_3.c");
set_exits( ([
"east" : DIR+"/rooms/1-l.c",
"west" : DIR+"/rooms/1-j.c"
]) );
set_long( "This is a broad hallway, illuminated only by the iri... |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <proto/exec.h>
#include <midi/mididefs.h>
#include "locale.h"
#include "Strukturen.h"
#include "Versionen.h"
#include "Midi.h"
#include "Sequenzen.h"
#include "Requester.h"
extern struct LIED lied;
extern struct SPUR spur[];
extern struct SPURTEMP... |
/*
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* 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 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.