/aosp_15_r20/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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/AArch64/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/autotest/client/cros/cellular/mbim_compliance/ |
H A 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 …]
|
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/ |
H A 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 …]
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
H A D | ParameterTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 47 import java.util.function.Function; 57 * Tests for {@link Parameter}. For annotation-related tests see 62 * These are handled by loading pre-compiled .dex files. 91 createClassLoaderForResource(tempDir, "parameter-metadata-test.jar"); in setUp() 103 * for parameters, the runtime does not have access to the parameter name from the source and 135 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkSingleStringParameter() local 136 helper.checkStandardParametersBehavior() in checkSingleStringParameter() 141 helper.getParameterTestHelper(0) in checkSingleStringParameter() 161 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkSingleStringParameter_withMetadata() local [all …]
|
/aosp_15_r20/external/llvm/lib/Target/Mips/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A 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 …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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 146 /// Target - Wrapper for Target specific information. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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 146 /// Target - Wrapper for Target specific information. [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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 140 /// Target - Wrapper for Target specific information. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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 146 /// Target - Wrapper for Target specific information. [all …]
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/ |
D | fuzz.go | 2 // Use of this source code is governed by a BSD-style 47 // cross-package; it is part of the implementation of the "go test" command. 49 Name string member 67 // that are allowed in the (*F).Fuzz function are (*F).Failed and (*F).Name. 73 // inFuzzFn is true when the fuzz function is running. Most F methods cannot 99 // Helper marks the calling function as a test helper function. 100 // When printing file and line information, that function will be skipped. 101 // Helper may be called simultaneously from multiple goroutines. 102 func (f *F) Helper() { func 104 panic("testing: f.Helper was called inside the fuzz target, use t.Helper instead") [all …]
|
/aosp_15_r20/external/toolchain-utils/crosperf/ |
H A 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 …]
|
/aosp_15_r20/external/skia/tests/ |
H A 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 …]
|
/aosp_15_r20/external/bcc/src/lua/bpf/ |
H A 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 …]
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/iron-form/ |
H A 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 …]
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
H A D | snapshot.h | 7 // http://www.apache.org/licenses/LICENSE-2.0 29 #include <android-base/unique_fd.h> 116 // Helper method for implementing OpenImageManager. 133 // Before calling this function, all snapshots must be mapped. 150 // Perform any necessary post-boot actions. This should be run soon after 153 // If a merge is in progress, this function will block until the merge is 155 // - Callback is called periodically during the merge. If callback() 178 virtual UpdateState ProcessUpdateState(const std::function<bool()>& callback = {}, 179 const std::function<bool()>& before_cancel = {}) = 0; 205 // "write-protected" and snapshotted. [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | functions.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 22 #include "tensorflow/core/common_runtime/function.h" 24 #include "tensorflow/core/framework/function.h" 25 #include "tensorflow/core/framework/function.pb.h" 55 graph.mutable_versions()->set_producer(graph_def_version); in GrapplerFunctionItem() 57 // Fill the feed nodes with function input arguments. in GrapplerFunctionItem() 159 if (!type_parameters->empty()) { in InstantiationTypeParameters() 163 const auto resolve_type_attr = [&](const OpDef::ArgDef& arg) -> Status { in InstantiationTypeParameters() 168 type_parameters->emplace(arg.type_attr(), dtype); in InstantiationTypeParameters() 176 type_parameters->emplace(absl::StrCat(arg.type_list_attr(), ":", index), in InstantiationTypeParameters() [all …]
|