text
stringlengths
9
948k
/* * 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 ...
/* * Copyright © 2009-2011 Cisco Systems, Inc. All rights reserved. * Copyright © 2010-2019 Inria. All rights reserved. * See COPYING in top-level directory. */ #ifndef HWLOC_RENAME_H #define HWLOC_RENAME_H #include "hwloc/autogen/config.h" #ifdef __cplusplus extern "C" { #endif /* Only enact these defines ...
/* See LICENSE file for copyright and license details. */ #ifndef CURSOR_H #define CURSOR_H enum cursor_t { XC_POINTER, XC_TOP_LEFT, XC_TOP_RIGHT, XC_BOTTOM_LEFT, XC_BOTTOM_RIGHT, XC_MOVE, XC_WATCH, XC_MAX }; void cursor_load_cursors(void); xcb_cursor_t cursor_get_id(enum cursor_t c); ...
#include "crashC.all.in.one.h" TESTS_START REG_SUITE(1); TESTS_END
#ifndef HLS_DESIGN_META_H #define HLS_DESIGN_META_H #include "hls_design.h" struct HLS_Design_Meta { // port data: name, bitwidth, direction (enumerator: hls_in, hls_out, hls_inout), group. static const Port_Property port_props[77]; static const HLS_INT32 latency = -1; static const HLS_INT32 II = -1; static const ch...
/********************************************************************** Copyright (c) 2016 Advanced Micro Devices, Inc. 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 wi...
// Copyright 2019-2020 Twitter, Inc. // Licensed under the Apache License, Version 2.0 // http://www.apache.org/licenses/LICENSE-2.0 #include <uapi/linux/ptrace.h> BPF_HISTOGRAM(rx_size, int, 461); BPF_HISTOGRAM(tx_size, int, 461); // histogram indexing static unsigned int value_to_index2(unsigned int value) { u...
/* $Id: tif_aux.c,v 1.1 2005/06/17 13:54:52 vp153 Exp $ */ /* * Copyright (c) 1991-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that (i) ...
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-2014 Facebook, Inc. (http://www.facebook.com) | | Copyrigh...
// summary: Declares the functions class // The following ifdef block is the standard way of creating macros which make exporting from a // DLL simpler. All files within this DLL are compiled with the TCUBESTRAINGAUGEDLL_EXPORTS // symbol defined on the command line. This symbol should not be defined on any project tha...
// Copyright 2017 The Dawn 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 agreed t...
/* Copyright 2017 greenbytes GmbH (https://www.greenbytes.de) * * 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 appl...
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit */ @interface NSTableViewRowAction : NSObject <NSCopying> { NSColor * _backgroundColor; id _handler; NSImage * _image; long long _style; NSString * _title; } @property (atomic, readwrite, copy...
// // ZWServerEnvironmentConfiguration.h // Example // // Created by zhangwei on 2018/9/17. // Copyright © 2018 zhangwei. All rights reserved. // #import <Foundation/Foundation.h> @interface ZWServerEnvironmentConfiguration : NSObject <NSCopying> /// 域名 @property (nonatomic, copy) NSString *domain; /// 其他公共字段:"ht...
#include <stdio.h> #include <math.h> #include "common.h" void ArrayToGnuplot( const char* fname, real* x, real *y, const int n) { int i; FILE* output; if( (output=fopen(fname,"w")) != NULL) { for(i=0;i<n;i++) { fprintf(output,"%e %e\n",x[i],y[i]); } fclose(output); } else { fprintf(stderr,"Arr...
/* * Copyright (C) 2010 Albert ARIBAUD <albert.u.boot@aribaud.net> * * Based on original Kirkwood support which is * Copyright (C) Marvell International Ltd. and its affiliates * Written-by: Prafulla Wadaskar <prafulla@marvell.com> * * See file CREDITS for list of people who contributed to this * project. * ...
/*- * File Name : trm.h * * Tekram DC395U/UW/F ,DC315/U * PCI SCSI Bus Master Host Adapter Device Driver * (SCSI chip set used Tekram ASIC TRM-S1040) * * (C)Copyright 1995-2001 Tekram Technology Co.,Ltd. * * Redistribution and use in source and binary forms, with or without * modification, are...
#ifndef _NET_IF_H #include_next <net/if.h> #ifndef _ISOMAC libc_hidden_proto(if_nametoindex) extern __typeof(if_nametoindex) __if_nametoindex; libc_hidden_proto(__if_nametoindex) libc_hidden_proto(if_indextoname) libc_hidden_proto(if_nameindex) libc_hidden_proto(if_freenameindex) extern __typeof(if_fr...
void VoiceChatOnPluginStart() { RegConsoleCmd("sm_vo",VoiceChatSettingCommand); RegConsoleCmd("autobuy",VoiceChatSettingCommand); } void VoiceChatOnClientConnected(int client) { SetClientListeningFlags(client,VOICE_SPEAKALL); CreateTimer(30.0,MuteCheck,client,TIMER_FLAG_NO_MAPCHANGE); } Action MuteCheck(Handle ...
// // CK2SFTPProtocol.h // Connection // // Created by Mike on 15/10/2012. // // #import "CK2CURLBasedProtocol.h" @interface CK2SFTPProtocol : CK2CURLBasedProtocol { @private NSURLCredential *_hostFingerprintCredential; BOOL _haveHostFingerprintCredential; } @end
// // XPathQuery.h // FuelFinder // // Created by Matt Gallagher on 4/08/08. // Copyright 2008 Matt Gallagher. All rights reserved. // // Permission is given to use this source code file, free of charge, in any // project, commercial or otherwise, entirely at your risk, with the condition // that any redistribut...
// 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_JS_ARRAY_BUFFER_H_ #define V8_OBJECTS_JS_ARRAY_BUFFER_H_ #include "src/objects/backing-store.h" #include "src/objects/js-objects.h" ...
/** * OpenCL Utility library (clu) * * Copyright (c) 2012, Moritz Wundke * 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 copyr...
//Laís Saloum Deghaide, nUSP: 11369767 //Thiago Henrique dos Santos Cardoso, nUSP: 11796594 #include "LOOP_ANINHADO.h" void LOOP_ANINHADO(int c) { // Lê nome os nomes dos arquivos e dos campos que vão ser procurados char nome_veiculo[30], nome_linha[30], codLinha_v[15], codLinha_l[15]; scanf(" %s", n...
// Copyright (c) 2014 GitHub, Inc. // Use of this source code is governed by the MIT license that can be // found in the LICENSE file. #ifndef SHELL_BROWSER_API_ELECTRON_API_WEB_CONTENTS_H_ #define SHELL_BROWSER_API_ELECTRON_API_WEB_CONTENTS_H_ #include <map> #include <memory> #include <string> #include <utility> #in...
/* * (C) Copyright 1996- ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * In applying this licence, ECMWF does not waive the privileges and immunities * granted to it by virtue of its status as an interg...
//this file was generated by ../../../../../../scripts/onnx_generator/OperatorInfo.py #include "operators/operator_info.h" #include "operators/ai.onnx/Conv/11/operator__ai_onnx__conv__11.h" /* attributes */ static operator_info_attribute attributes[] = { { .name = "auto_pad", .optional = false, .type ...
// // AppInfoModel.h // OCImageCache // // Created by JHQ0228 on 16/6/26. // Copyright © 2016年 QianQian-Studio. All rights reserved. // #import <Foundation/Foundation.h> @interface AppInfoModel : NSObject /// 标题名称 @property (nonatomic, strong) NSString *name; /// 下载数量 @property (nonatomic, strong) NSString *dow...
//===- AArch64TargetTransformInfo.h - AArch64 specific TTI ------*- 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 // //===---------------------------...
// Sleeping locks #include "types.h" #include "riscv.h" #include "defs.h" #include "param.h" #include "memlayout.h" #include "spinlock.h" #include "proc.h" #include "sleeplock.h" #include <stddef.h> void initsleeplock(struct sleeplock *lk, char *name) { initlock(&lk->lk, "sleep lock"); lk->name = name; lk->lock...
/** * Copyright (c) 2006-2009 LOVE Development Team * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this software for any purpose, * includ...
#include "microcoap/coap.h" typedef struct coap_sender_struct_s { coap_packet_t coap_packet; /* coap packet to be constructed */ int build_res = -1; /* return value of call to coap_build. 0=no error */ char buf[256]; /* output buffer */ size_t buflen = 0; /* length/size of buf, will be number of bytes for...
#include <ansi.h> inherit ITEM; void create() { set_name(HIG "仙魂草" NOR, ({"xianhuncao"})); set_weight(1); if (clonep()) set_default_object(__FILE__); else { set("long", HIG "仙魂草長於崑崙山溶洞之中,傳説吸收了修仙之人的魂魄!\n" + "服食(fushi xianhuncao)後可永久提升武學...
/**************************************************************************** * * Copyright 2020 Samsung Electronics 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...
#pragma once #include "DirectX_Include.h" #include "Window.h" #include "Direct3D.h" #include "Effect.h" const float FOV = 45.0f; const UINT BUFFER_COUNT = 3; enum class WINDOW_STATE { CLOSED, RUNNING, PAUSED }; class DeferredRenderer { public: DeferredRenderer(HINSTANCE a_hInstance); ~DeferredRenderer(); WIN...
// vwsub.wx vd, vs2, rs1 VI_CHECK_DDS(false); VI_VX_LOOP_WIDEN ({ VI_WIDE_WVX_OP(rs1, -, int); })
/********************************************* Author:Tanglx Date:2020/05/22 FileName:iOperators.h **********************************************/ #ifndef _FILENAME_IOPERATORS_ #define _FILENAME_IOPERATORS_ class iOperator { public: iOperator(){} ~iOperator(){} void RegOperator(uint8 Op) { iLifeSpanLock _lk(&...
/****************************************************************************** This source file is part of the Avogadro project. Copyright 2013 Kitware, Inc. This source code is released under the New BSD License, (the "License"). Unless required by applicable law or agreed to in writing, software distri...
/* * This file is part of QBDI. * * Copyright 2017 - 2021 Quarkslab * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
/* $NoKeywords:$ */ /** * @file * * Various NB initialization services * * * * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: GNB * @e \$Revision: 48955 $ @e \$Date: 2011-03-14 18:31:17 -0600 (Mon, 14 Mar 2011) $ * */ /* ************************************...
/* * Copyright (C) 2006-2009 DENX Software Engineering. * * Author: Yuri Tikhonov <yur@emcraft.com> * * Further porting to arch/powerpc by * Anatolij Gustschin <agust@denx.de> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as pub...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:11:23 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/CoreAutoLa...
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
/******************************************************************************* * Copyright 2019-2020 Microchip FPGA Embedded Systems Solutions. * * SPDX-License-Identifier: MIT * * MPFS HAL Embedded Software * */ /******************************************************************************* * @file mss_prc...
/*------------------------------------------------------------------------- * * tuptable.h * tuple table support stuff * * * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/executor/tuptable.h * *--...
/* ** EPITECH PROJECT, 2021 ** insert ** File description: ** insert */ #include "../ms_lib.h" char *ms_strinsert_mal(char *dest, char *str, int pos) { int dest_pos = 0; int str_pos = 0; int new_str_pos = 0; char *new_str = ms_malloc(ms_strlen(dest) + ms_strlen(str) + 1); pos = (ms_strlen(dest) ...
/********************************************************************************** ********************************************************************************** * * * Revision : $Id: falcon2_dino_internal.h 1341 2016-02-05 20:0...
/* * FreeModbus Libary: Win32 Port * Copyright (C) 2006 Christian Walter <wolti@sil.at> * * 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 (a...
#include <ATen/ATen.h> #include <ATen/NativeFunctions.h> #include <ATen/native/DispatchStub.h> #pragma once namespace at { namespace native { using pixel_shuffle_fn = void(*)(Tensor&, const Tensor&, int64_t); DECLARE_DISPATCH(pixel_shuffle_fn, pixel_shuffle_kernel); DECLARE_DISPATCH(pixel_shuffle_fn, pixel_unshuffle...
//============================================================================= // Copyright © 2008 Point Grey Research, Inc. All Rights Reserved. // // This software is the confidential and proprietary information of Point // Grey Research, Inc. ("Confidential Information"). You shall not // disclose such Confidentia...
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. #pragma once #include <grpcpp/grpcpp.h> #include <memory> #include <optional> #include "boost/filesystem.hpp" #include "compiler_gym/env...
/* * tb_error.h: error code definitions * * Copyright (c) 2006-2007, Intel Corporation * 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 retai...
/* *********************************************************** * This file was automatically generated on 2021-05-06. * * * * C/C++ Bindings Version 2.1.32 * * * * If...
#ifndef CONFIG_H_ #define CONFIG_H_ #define DEBUG 1 #endif
//----------------------------------------------------------------------------- // Copyright (c) 2015 Shawn Chidester <zd3nik@gmail.com>, All rights reserved //----------------------------------------------------------------------------- #ifndef CLUNK_HASHTABLE_H #define CLUNK_HASHTABLE_H #include "senjo/Platform.h" ...
// // ShareView.h // iwen // // Created by Interest on 15/10/15. // Copyright (c) 2015年 Interest. All rights reserved. // #import <UIKit/UIKit.h> @class ShareView; @protocol ZZShareViewDelegate <NSObject> @optional - (void)shareView:(ShareView *)shareView clickedButtonAtIndex:(NSInteger)buttonIndex; @end @int...
/************************************************** * RNT-NTRD SHK * 2015. 3. 05 Ver.01 **************************************************/ #ifndef _L298N_H__ #define _L298N_H__ #include <inttypes.h> /* #define DEF_SPEED 25 #define MAX_SPEED 100 #define NOR_SPEED 70 #define MIN_SPEED 30 #defi...
// Copyright (c) 2011 by Raytheon BBN Technologies Corp. // All Rights Reserved. #ifndef UT_FEATURE_DIFFERENT_SENTENCES #define UT_FEATURE_DIFFERENT_SENTENCES #include <string> #include "Generic/theories/SynNode.h" #include "Generic/common/Symbol.h" #include "Generic/UTCoref/LinkAllMentions.h" #include "Generic/UTCor...
/* * Portability wrapper around APR headers. * * This header includes the following APR headers: * * #include <apr_errno.h> * #include <apr_file_info.h> * #include <apr_file_io.h> * #include <apr_general.h> * #include <apr_pools.h> * #include <apr_strings.h> * #include <apr_tables...
/* * This header is generated by classdump-dyld 1.0 * on Wednesday, March 22, 2017 at 9:03:10 AM Mountain Standard Time * Operating System: Version 10.1 (Build 14U593) * Image Source: /System/Library/Frameworks/AVFoundation.framework/AVFoundation * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias ...
/* See LICENSE file for copyright and license details. * * dynamic window manager is designed like any other X client as well. It is * driven through handling X events. In contrast to other X clients, a window * manager selects for SubstructureRedirectMask on the root window, to receive * events about window (dis-...
#pragma once #include <map> #include <string> #include "repo_searcher.h" class SettingsParser { public: void ParseSettings(std::string path, std::map<std::string, RepoSearcher::library>& libraries, std::map<std::string, std::string>& other_settings); };
#ifndef _GUISLICE_CONFIG_ARD_H_ #define _GUISLICE_CONFIG_ARD_H_ // ============================================================================= // GUIslice library (example user configuration) for: // - CPU: Arduino UNO / MEGA / etc // - Display: Waveshare ILI9486 // - Touch: XPT2046 (Resistive) // - Wi...
/** * Copyright 2020-2021 Huawei Technologies Co., Ltd * * 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...
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Copyright (C) 2012 Research In Motion ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial Licens...
/* * Copyright (c) 2007 - 2020 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...
// Begin CVS Header // $Source: /fs/turing/cvs/copasi_dev/copasi/optimization/COptItem.h,v $ // $Revision: 1.23 $ // $Name: Build-33 $ // $Author: shoops $ // $Date: 2010/03/16 18:56:24 $ // End CVS Header // Copyright (C) 2010 by Pedro Mendes, Virginia Tech Intellectual // Properties, Inc., University of He...
/**************************************************************************** Copyright (C) 2013 Henry van Merode. All rights reserved. Copyright (c) 2015 Chukong Technologies Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associa...
// This file is part of UFAL C++ Utils <http://github.com/ufal/cpp_utils/>. // // Copyright 2015 Institute of Formal and Applied Linguistics, Faculty of // Mathematics and Physics, Charles University in Prague, Czech Republic. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0....
/* * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. * Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU General Public Licen...
/* * main.c * * Created on: Aug 17, 2021 * Author: Mauricio Barroso Benavides */ /* inclusions ----------------------------------------------------------------*/ #include "sapi.h" #include "arm_math.h" #include "arm_const_structs.h" #include "fir.h" /* macros ----------------------------------------------------...
/* * 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...
// // Created by Stefan on 23.08.2018. // #ifndef AADC_USER_FINELOCATOR_H #include <opencv2/opencv.hpp> #include <math.h> #include "PixelMetricTransformer.h" #define AADC_USER_FINELOCATOR_H using namespace cv; class FineLocator { private: /*! The scaled image of the Map*/ Mat scaledMap; float angleMin ...
/* ################################################################################### # # BCMTools # # Copyright (c) 2011-2014 Institute of Industrial Science, The University of Tokyo. # All rights reserved. # # Copyright (c) 2012-2016 Advanced Institute for Computational Science (AICS), RIKEN. # All rights reserved. ...
/* Created RJudd September 27, 1999 */ /* SPAWARSYSCEN D881 */ /********************************************************************** // For TASP VSIPL Documentation and Code neither the United States / // Government, the United States Navy, nor any of their employees, / // makes any warranty, express or implied...
#include <stdio.h> #include <pthread.h> #include <sys/socket.h> #include <sys/types.h> #include <netinet/in.h> #include <netinet/ip.h> #include <stdbool.h> #include <unistd.h> #include <errno.h> #include <arpa/inet.h> #include <string.h> #include <signal.h> #include <stdint.h> #include <stdlib.h> #include <unistd.h> #i...
#ifndef __SCHED_LOT__ #define __SCHED_LOT__ #include "basesched.h" #include <list> #include <map> #include <utility> using namespace std; class SchedLottery : public SchedBase { public: SchedLottery(vector<int> argn); ~SchedLottery(); virtual void load(int pid); virtual void unblock(int pid); virtual int ...
/******************************************************************************* * Copyright 2010-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.apa...
/* * Copyright (C) 2009-2021 Alex Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DIS...
// // Copyright 2015 The ANGLE 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. // // TransformFeedbackGL.h: Defines the class interface for TransformFeedbackGL. #ifndef LIBANGLE_RENDERER_GL_TRANSFORMFEEDBACKGL_H_ #define LIB...
#include <std.h> inherit ROOM; void create(){ object ob; :: create(); set_light(3); set_property("indoors", 0); set_climate("desert"); set_short(" %^ORANGE%^You are wandering in a desert.%^RESET%^ "); set_long( @ZERINA %^ORANGE%^You are wandering in a desert.%^RESET%^ It is hot and dry here. You are becoming slightl...
/*Daala video codec Copyright (c) 2006-2013 Daala project contributors. 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 l...
#ifndef REMOVEDRAWER_H #define REMOVEDRAWER_H namespace Ilwis { namespace Geodrawer { class RemoveDrawer : public DrawerOperation { public: RemoveDrawer(); ~RemoveDrawer(); RemoveDrawer(quint64 metaid, const Ilwis::OperationExpression &expr); bool execute(ExecutionContext *ctx,SymbolTable& symTable)...
// Copyright (c) 2019, NVIDIA CORPORATION. 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 ...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:41:25 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/Message.framework/Message * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias L...
/** * Copyright 1993-2012 NVIDIA Corporation. All rights reserved. * * Please refer to the NVIDIA end user license agreement (EULA) associated * with this source code for terms and conditions that govern your use of * this software. Any use, reproduction, disclosure, or distribution of * this software and relate...
// // Created by LiHong on 16/1/23. // Copyright (c) 2016 LiHong. All rights reserved. // #ifndef FISHEYE_HEMISPHERE_H #define FISHEYE_HEMISPHERE_H #include "ParametricSurface.h" #include "BaseScreen.h" class Hemisphere : public BaseScreen { public: Hemisphere(float radius,float aspect,void *mgn) ; vec3 Eva...
#ifndef __local_views2_frq09432_st_android_11_0_0_2021_06_01_out_bsp_stm32mp1_TEE_OBJ_stm32mp157c_ev1_include_generated_conf_h_ #define __local_views2_frq09432_st_android_11_0_0_2021_06_01_out_bsp_stm32mp1_TEE_OBJ_stm32mp157c_ev1_include_generated_conf_h_ #define CFG_AES_GCM_TABLE_BASED 1 #define CFG_ARM32_core 1 #defi...
/* * Copyright (C) 2012,2013 ARM Limited, All Rights Reserved. * Author: Marc Zyngier <marc.zyngier@arm.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program ...
// Copyright 2020 Dan Kestranek. #pragma once #include "CoreMinimal.h" #include "Components/WidgetComponent.h" #include "GDDamageTextWidgetComponent.generated.h" /** * For the floating Damage Numbers when a Character receives damage. */ UCLASS() class GASDOCUMENTATION_API UGDDamageTextWidgetComponent : public UWid...
// NOTE: This file was generated by the ServiceGenerator. // ---------------------------------------------------------------------------- // API: // Artifact Registry API (artifactregistry/v1beta1) // Description: // Store and manage build artifacts in a scalable and integrated service built // on Google infrast...
#include "led.h" const led_t led_matrix[CONFIG_ROW_COUNT][CONFIG_COL_COUNT] = { { { 46, 0, 0 }, { 37, 1000, 0 }, { 38, 2000, 0 }, { 39, 3000, 0 }, { 40, 4000, 0 }, { 41, 5000, 0 }, { 42, 6000, 0 }, { 43, 7000, ...
//Olá a todos! Estou adiantando a atividade Lista Simplesmente Ligada, conforme video aula disponivel em:https://drive.google.com/file/d/1U7DY59DzPNdC5vpBSg_brgJ_WAo-NQHU/view //LinkedList.h ======> by Ruth (postada completa com as operaçoes, conforme proposto no video:https://drive.google.com/file/d/1U7DY59DzPNdC5vpBS...
// // HKHomeMenuBannerView.h // HKHOProject // // Created by hans on 2018/5/10. // Copyright © 2018年 Apple. All rights reserved. // #import <UIKit/UIKit.h> @interface HKHomeMenuBannerView : UIView @end
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import <PhotosGraph/PGTitleSpecArgument.h> @interface PGTitleSpecTimeArgument : PGTitleSpecArgument { unsigned long long _type; } + (id)argumentWithTimeType:(unsigned long lo...
/* Copyright (c) 2013 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
/* * Copyright (c) 2022 Huawei Technologies Co.,Ltd. * * openGauss is licensed under Mulan PSL v2. * You can use this software according to the terms and conditions of the Mulan PSL v2. * You may obtain a copy of Mulan PSL v2 at: * * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS PROVIDED ...
#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_ZSViewUtil_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_ZSViewUtil_Example...
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
// Auto-generated file. Do not edit! // Template: src/f32-vbinary/vopc-neon.c.in // Generator: tools/xngen // // Copyright 2019 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_neon.h...