/third_party/node/lib/internal/test_runner/ |
D | utils.js | 136 async function getReportersMap(reporters, destinations, rootTest) { argument 138 …const destination = kBuiltinDestinations.get(destinations[i]) ?? createWriteStream(destinations[i]… 175 const { reporters, destinations } = parseCommandLine(); 176 const reportersMap = await getReportersMap(reporters, destinations, rootTest); 194 let destinations; 202 destinations = [kDefaultDestination]; 205 destinations = [kDefaultDestination]; 207 destinations = getOptionValue('--test-reporter-destination'); 209 if (reporters.length === 0 && destinations.length === 0) { 213 if (reporters.length === 1 && destinations.length === 0) { [all …]
|
/third_party/node/deps/v8/tools/ignition/ |
D | bytecode_dispatches_report.py | 101 for source, destinations in iteritems(dispatches_table): 102 total = float(sum(itervalues(destinations))) 103 if bytecode in destinations: 104 count = destinations[bytecode] 107 destinations = [] 111 destinations.append((destination, count, count / bytecode_total)) 115 heapq.nlargest(top_count, destinations, key=lambda x: x[1]))
|
/third_party/glslang/glslang/MachineIndependent/ |
D | LiveTraverser.h | 77 destinations.push_back(candidate); in pushFunction() 95 destinations.push_back(candidate); in pushGlobalReference() 103 TDestinationStack destinations; variable
|
D | iomapper.cpp | 1443 while (! iter_binding_live.destinations.empty()) { in addStage() 1444 TIntermNode* destination = iter_binding_live.destinations.back(); in addStage() 1445 iter_binding_live.destinations.pop_back(); in addStage() 1553 while (! iter_binding_live.destinations.empty()) { in addStage() 1554 TIntermNode* destination = iter_binding_live.destinations.back(); in addStage() 1555 iter_binding_live.destinations.pop_back(); in addStage()
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/ |
D | subset_test_suite.py | 82 destinations = { 98 if line in destinations: 99 current_destination = destinations[line]
|
/third_party/python/Lib/test/ |
D | test_clinic.py | 56 self.destinations = {} 60 d = self.destinations.get 72 d = self.destinations.get(name) 78 if name in self.destinations: 80 self.destinations[name] = clinic.Destination(name, type, self, *args)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | README-Thumb2.txt | 5 Make sure jumptable destinations are below the jumptable in order to make use
|
/third_party/cups-filters/scripting/php/ |
D | README | 55 Gets a list of available destinations: 78 The "dest" string can be blank for jobs on all destinations.
|
/third_party/skia/src/pdf/ |
D | SkPDFDocument.cpp | 301 SkPDFDict destinations; in append_destinations() local 310 destinations.insertObject(ToValidUtf8String(*dest.fName), std::move(pdfDest)); in append_destinations() 312 return doc->emit(destinations); in append_destinations()
|
/third_party/ltp/testcases/kdump/doc/ |
D | ALL_TEST.txt | 50 Extra tests include dump on different destinations,
|
D | README | 21 destinations like ext3, raw and network dump.
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.5.7.rst | 53 - nvc0/ir: set ftz when sources are floats, not just destinations
|
D | 21.0.1.rst | 88 - intel/fs: Handle payload node interference in destinations
|
D | 18.2.3.rst | 92 - nir/from_ssa: Don't rewrite derefs destinations to registers
|
D | 10.6.6.rst | 123 - i965/fs: Handle MRF destinations in lower_integer_multiplication().
|
D | 13.0.2.rst | 111 destinations
|
D | 21.3.8.rst | 103 - pan/bi: Check dependencies of both destinations of instructions
|
/third_party/spirv-tools/source/opt/ |
D | loop_fusion.cpp | 60 const std::vector<Instruction*>& destinations, in GetDependences() argument 63 for (auto destination : destinations) { in GetDependences()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_fusion.cpp | 60 const std::vector<Instruction*>& destinations, in GetDependences() argument 63 for (auto destination : destinations) { in GetDependences()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | loop_fusion.cpp | 60 const std::vector<Instruction*>& destinations, in GetDependences() argument 63 for (auto destination : destinations) { in GetDependences()
|
/third_party/node/lib/ |
D | net.js | 1413 let destinations; 1420 if (!destinations) { 1421 destinations = addressType === 6 ? { 6: 0, 4: 1 } : { 4: 0, 6: 1 }; 1424 ArrayPrototypePush(validIps[destinations[addressType]], address);
|
/third_party/ltp/testcases/kdump/ |
D | README | 21 destinations like ext3, raw and network dump.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_framebuffer_object.txt | 47 destinations other than the buffers provided to the GL by the 52 In this extension, these newly defined rendering destinations are
|
/third_party/node/src/ |
D | node_options.cc | 55 const std::vector<std::string_view> destinations = in CheckOptions() local 59 for (const std::string_view destination : destinations) { in CheckOptions()
|
/third_party/openGLES/extensions/OES/ |
D | OES_framebuffer_object.txt | 57 destinations other than the buffers provided to the GL by the 62 In this extension, these newly defined rendering destinations are
|