| /external/sdv/vsomeip/third_party/boost/thread/test/ |
| D | test_time_jumps.cpp | 33 * This code tests the behavior of time-related functions in the presence of 38 * Each function to be tested is executed five times. The amount of time the 39 * function waits before returning is measured against the amount of time the 40 * function was expected to wait. If the difference exceeds a threshold value 44 * - more than 200 milliseconds 45 * - more than 200 milliseconds apart 46 * - not a multiple of 100 milliseconds 47 * - not a multiple of each other 48 * - don't sum or diff to a multiple of 100 milliseconds 57 … // Windows is unpredictable, especially in a VM, so allow extra time if the function returns early [all …]
|
| /external/autotest/client/cros/cellular/mbim_compliance/ |
| D | mbim_message.py | 3 # Use of this source code is governed by a BSD-style license that can be 74 Creates a message instance with either the given field name/value 157 Message definition attributes-> 162 _DEFAULTS(optional): Field name/value pairs to be assigned to some 166 _IDENTIFIERS(optional): Field name/value pairs to be used to idenitfy this 169 fragmented and name of secondary class 173 Message internal attributes-> 177 name/value pairs for this message. 180 def __new__(mcs, name, bases, attrs): argument 186 mcs, name, bases, attrs) [all …]
|
| /external/llvm/unittests/ExecutionEngine/MCJIT/ |
| D | MCJITTestBase.h | 1 //===- MCJITTestBase.h - Common base class for MCJIT Unit tests -*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 23 #include "llvm/IR/Function.h" 32 /// Helper class that can build very simple Modules 42 Module *createEmptyModule(StringRef Name = StringRef()) { 43 Module * M = new Module(Name, Context); 44 M->setTargetTriple(Triple::normalize(BuilderTriple)); 49 Function *startFunction(Module *M, StringRef Name) { in startFunction() argument 50 Function *Result = Function::Create( in startFunction() [all …]
|
| /external/libtraceevent/Documentation/ |
| D | libtraceevent-reg_print_func.txt | 4 NAME 5 ---- 6 tep_register_print_function,tep_unregister_print_function - 7 Registers / Unregisters a helper function. 10 -------- 12 -- 13 *#include <event-parse.h>* 28 -- 31 ----------- 32 Some events may have helper functions in the print format arguments. [all …]
|
| /external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/AArch64/ |
| D | AArch64GenPreLegalizeGICombiner.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 7 \*===----------------------------------------------------------------------===*/ 726 std::pair<StringRef, StringRef> RangePair = RuleIdentifier.split('-'); 749 for (auto I = MaybeRange->first; I < MaybeRange->second; ++I) 758 for (auto I = MaybeRange->first; I < MaybeRange->second; ++I) 772 "aarch64prelegalizercombinerhelper-disable-rule", 781 "aarch64prelegalizercombinerhelper-only-enable-rule", 782 …cl::desc("Disable all rules in the AArch64PreLegalizerCombinerHelper pass then re-enable the speci… 811 MachineFunction *MF = MBB->getParent(); 812 MachineRegisterInfo &MRI = MF->getRegInfo(); [all …]
|
| D | AArch64GenPostLegalizeGICombiner.inc | 1 /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ 7 \*===----------------------------------------------------------------------===*/ 37 CombinerHelper & Helper) const; 384 std::pair<StringRef, StringRef> RangePair = RuleIdentifier.split('-'); 407 for (auto I = MaybeRange->first; I < MaybeRange->second; ++I) 416 for (auto I = MaybeRange->first; I < MaybeRange->second; ++I) 430 "aarch64postlegalizercombinerhelper-disable-rule", 439 "aarch64postlegalizercombinerhelper-only-enable-rule", 440 …cl::desc("Disable all rules in the AArch64PostLegalizerCombinerHelper pass then re-enable the spec… 468 CombinerHelper & Helper) const { [all …]
|
| /external/llvm/lib/Target/Mips/ |
| D | Mips16HardFloat.cpp | 1 //===---- Mips16HardFloat.cpp for Mips16 Hard Float --------===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 24 #define DEBUG_TYPE "mips16-hard-float" 67 // Determine which FP return type this function has 70 switch (T->getTypeID()) { in whichFPReturnVariant() 76 if (T->getStructNumElements() != 2) in whichFPReturnVariant() 78 if ((T->getContainedType(0)->isFloatTy()) && in whichFPReturnVariant() 79 (T->getContainedType(1)->isFloatTy())) in whichFPReturnVariant() 81 if ((T->getContainedType(0)->isDoubleTy()) && in whichFPReturnVariant() [all …]
|
| /external/toolchain-utils/crosperf/ |
| D | benchmark_run_unittest.py | 2 # -*- coding: utf-8 -*- 5 # Use of this source code is governed by a BSD-style license that can be 40 "page_cycler.netsim.top_10", # name 56 "x86-alex", 57 "chromeos2-row1-rack4-host9.cros", 83 "x86-alex", 84 "chromeos2-row1-rack4-host9.cros", 95 m.AddMachine("chromeos2-row1-rack4-host9.cros") 97 "page_cycler.netsim.top_10", # name 132 "name", [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
| D | Mips16HardFloat.cpp | 1 //===- Mips16HardFloat.cpp for Mips16 Hard Float --------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 25 #define DEBUG_TYPE "mips16-hard-float" 69 // Determine which FP return type this function has 72 switch (T->getTypeID()) { in whichFPReturnVariant() 79 if (ST->getNumElements() != 2) in whichFPReturnVariant() 81 if ((ST->getElementType(0)->isFloatTy()) && in whichFPReturnVariant() 82 (ST->getElementType(1)->isFloatTy())) in whichFPReturnVariant() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | Mips16HardFloat.cpp | 1 //===- Mips16HardFloat.cpp for Mips16 Hard Float --------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 24 #define DEBUG_TYPE "mips16-hard-float" 68 // Determine which FP return type this function has 71 switch (T->getTypeID()) { in whichFPReturnVariant() 78 if (ST->getNumElements() != 2) in whichFPReturnVariant() 80 if ((ST->getElementType(0)->isFloatTy()) && in whichFPReturnVariant() 81 (ST->getElementType(1)->isFloatTy())) in whichFPReturnVariant() [all …]
|
| /external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/ |
| D | preprocessor.hpp | 14 // Helper macro for BOOST_PARAMETER_CONSTRUCTOR. 23 // Defines the implementation function header. 24 #define BOOST_PARAMETER_FUNCTION_IMPL_HEAD(name, is_const) \ argument 26 typename BOOST_PARAMETER_FUNCTION_RESULT_NAME(name, is_const)< \ 28 >::type BOOST_PARAMETER_FUNCTION_IMPL_NAME(name, is_const)( \ 38 #define BOOST_PARAMETER_FUNCTION_HEAD(result, name, tag_ns, args, is_const) \ argument 40 using BOOST_PARAMETER_FUNCTION_RESULT_NAME(name, is_const) \ 42 BOOST_PARAMETER_SPECIFICATION(tag_ns, name, args, is_const) \ 43 BOOST_PARAMETER_FUNCTION_SPECIFICATION_NAME(name, is_const); 46 #define BOOST_PARAMETER_FUNCTION_HEAD(result, name, tag_ns, args, is_const) \ argument [all …]
|
| /external/ComputeLibrary/arm_compute/core/CL/ |
| D | CLHelpers.h | 2 * Copyright (c) 2016-2022 Arm Limited. 4 * SPDX-License-Identifier: MIT 103 /** Helper function to get the GPU target from CL device 111 /** Helper function to get the highest OpenCL version supported 119 /** Helper function to get the cl_image pitch alignment in pixels 123 * @return the cl_image pitch alignment in pixels. If an error occurs, the function will return 0 127 /** Helper function to check whether non-uniform work group is supported 135 /** Helper function to check whether a given extension is supported 138 * @param[in] extension_name Name of the extension to be checked 144 /** Helper function to check whether the cl_khr_fp16 extension is supported [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
| D | AArch64LowerHomogeneousPrologEpilog.cpp | 1 //===- AArch64LowerHomogeneousPrologEpilog.cpp ----------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 38 "frame-helper-size-threshold", cl::init(2), cl::Hidden, 40 "helper (default = 2)")); 62 /// Lower a HOM_Prolog pseudo instruction into a helper call 67 /// Lower a HOM_Epilog pseudo instruction into a helper call 100 "aarch64-lower-homogeneous-prolog-epilog", 118 MachineFunction *MF = MMI->getMachineFunction(F); in run() [all …]
|
| /external/federated-compute/fcp/client/http/ |
| D | http_federated_protocol.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 61 // Implements a single session of the HTTP-based Federated Compute protocol. 73 std::function<bool()> should_abort, absl::BitGen bit_gen, 80 EligibilityEvalCheckin(std::function<void(const EligibilityEvalTask&)> 89 std::function<void(const TaskAssignment&)> payload_uris_received_callback) 119 // The name identifying the task that was assigned. 124 // Resource name for the checkpoint in simple aggregation. 127 // check-in or multiple task assignments. The states from all of the tasks 132 // Helper function to perform an eligibility eval task request and get its 136 // Helper function for handling an eligibility eval task response (incl. [all …]
|
| /external/compiler-rt/make/ |
| D | lib_util.mk | 5 # Function: GetCNAVar variable-name platform-key config arch 7 # Get a per-config-and-arch variable value. 14 # Function: SelectFunctionDir config arch function-name optimized 16 # Choose the appropriate implementation directory to use for 'function-name' in 22 $(error SelectFunctionDir: invalid function name "$(3)" ($(strip\ function 24 no such function,\ 25 function implemented in multiple directories!!!)))))) 27 # Helper functions that select the entire list of subdirs where a function is 46 # Helper function to select the right set of dirs in generic priority order. 53 # Helper function to select the right set of dirs in optimized priority order. [all …]
|
| /external/skia/tests/ |
| D | GrMeshTest.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 105 return this->makeVertexBuffer(data.begin(), data.size()); in makeVertexBuffer() 108 return this->makeVertexBuffer(data.data(), data.size()); in makeVertexBuffer() 136 * This is a GPU-backend specific test. It tries to test all possible usecases of 148 std::function<void(DrawMeshHelper*)> prepareFn, 149 std::function<void(DrawMeshHelper*)> executeFn); 177 // ---- setup ---------- 188 int rgb[3] = {-(c & 1) & 0xff, -((c >> 1) & 1) & 0xff, -((c >> 2) & 1) & 0xff}; 210 // ---- tests ---------- 221 [&](DrawMeshHelper* helper) { argument [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/iron-form/ |
| D | iron-form.html | 1 <!-- 9 --> 12 <link rel="import" href="../iron-ajax/iron-ajax.html"> 14 <!-- 15 `<iron-form>` is a wrapper around the HTML `<form>` element, that can 17 is a breaking change from iron-form 1.0, which was a type extension. 19 It has two modes: if `allow-redirect` is true, then after the form submission you 21 use an `iron-ajax` element to submit the form contents to the server. 25 <iron-form> 27 <input type="text" name="name" value="Batman"> [all …]
|
| /external/tensorflow/tensorflow/python/framework/ |
| D | subscribe.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 """Subscribe function.""" 27 """Helper method to recursively apply a function to structure of tensors. 37 apply_fn: Function to apply to each `Tensor` and should return a `Tensor`. 64 """Helper class to manage calculating and caching control_outputs in graph.""" 106 """Helper method that subscribes a single tensor to a list of side_effects. 111 control_cache: `_ControlOutputCache` helper to get control_outputs faster. 123 # Trailing slash on name scope to replace the scope. 124 name_scope = tensor.op.name + '/subscription/' 134 consumer_op._update_input(index, out) # pylint: disable=protected-access [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | TargetRegistry.h | 1 //===- Support/TargetRegistry.h - Target Registration -----------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 21 #include "llvm-c/DisassemblerTypes.h" 68 /// \param InstPrint - If given, the instruction printer to use. If not given 72 /// \param CE - If given, a code emitter to use to show the instruction 75 /// \param TAB - If given, a target asm backend to use to show the fixup 79 /// \param ShowInst - Whether to show the MCInst representation inline with 116 /// Target - Wrapper for Target specific information. [all …]
|
| /external/perfetto/ui/src/frontend/ |
| D | value.ts | 7 // http://www.apache.org/licenses/LICENSE-2.0 21 // This file implements a component for rendering JSON-like values (with 26 // and `renderValue` function to convert DictValue into vdom nodes. 28 // Leaf (non-dict and non-array) value which can be displayed to the user 35 // Helper function to create a StringValue from string together with optional 37 export function value(value: string, params?: StringValueParams): StringValue { 45 // Helper function to convert a potentially undefined value to StringValue or 47 export function maybeValue( 57 // A basic type for the JSON-like value, comprising a primitive type (string) 64 items: {[name: string]: Value}; [all …]
|
| /external/python/cpython3/Lib/test/ |
| D | test_pydoc.py | 49 NAME 50 test.pydoc_mod - This is a test module for test_pydoc 64 | Wow, I have no function! 66 | ---------------------------------------------------------------------- 80 | ---------------------------------------------------------------------- 98 | ---------------------------------------------------------------------- 103 | ---------------------------------------------------------------------- 114 This function solves all of the world's problems: 164 Wow, I have no function! 200 This function solves all of the world's problems: [all …]
|
| /external/llvm/include/llvm/Support/ |
| D | TargetRegistry.h | 1 //===-- Support/TargetRegistry.h - Target Registration ----------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 17 //===----------------------------------------------------------------------===// 22 #include "llvm-c/Disassembler.h" 79 /// Target - Wrapper for Target specific information. 159 /// Next - The next registered target in the linked list, maintained by the 163 /// The target function for checking if an architecture is supported. 166 /// Name - The target name. 167 const char *Name; variable 169 /// ShortDesc - A short description of the target. [all …]
|
| /external/bcc/src/lua/bpf/ |
| D | builtins.lua | 1 --[[ 8 http://www.apache.org/licenses/LICENSE-2.0 20 local BPF, HELPER = ffi.typeof('struct bpf'), ffi.typeof('struct bpf_func_id') 28 -- Built-ins that will be translated into BPF instructions 29 -- i.e. bit.bor(0xf0, 0x0f) becomes {'alu64, or, k', reg(0xf0), reg(0x0f), 0, 0} 38 -- Extensions and intrinsics 41 local function width_type(w) 42 -- Note: ffi.typeof doesn't accept '?' as template 47 -- Return struct member size/type (requires LuaJIT 2.1+) 48 -- I am ashamed that there's no easier way around it. [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
| D | TargetRegistry.h | 1 //===- MC/TargetRegistry.h - Target Registration ----------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 21 #include "llvm-c/DisassemblerTypes.h" 73 /// \param InstPrint - If given, the instruction printer to use. If not given 77 /// \param CE - If given, a code emitter to use to show the instruction 80 /// \param TAB - If given, a target asm backend to use to show the fixup 84 /// \param ShowInst - Whether to show the MCInst representation inline with 141 /// Target - Wrapper for Target specific information. [all …]
|
| /external/python/cpython2/Lib/test/ |
| D | test_cprofile.py | 33 if '-r' not in sys.argv: 39 # Don't remove this comment. Everything below it is auto-generated. 40 #--cut-------------------------------------------------------------------------- 42 126 function calls (106 primitive calls) in 1.000 seconds 44 Ordered by: standard name 46 ncalls tottime percall cumtime percall filename:lineno(function) 52 2 0.040 0.020 0.600 0.300 profilee.py:55(helper) 66 Ordered by: standard name 68 Function was called by... 70 <string>:1(<module>) <- [all …]
|