Home
last modified time | relevance | path

Searched refs:destinations (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/node/lib/internal/test_runner/
Dutils.js136 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/
Dbytecode_dispatches_report.py101 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/
DLiveTraverser.h77 destinations.push_back(candidate); in pushFunction()
95 destinations.push_back(candidate); in pushGlobalReference()
103 TDestinationStack destinations; variable
Diomapper.cpp1443 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/
Dsubset_test_suite.py82 destinations = {
98 if line in destinations:
99 current_destination = destinations[line]
/third_party/python/Lib/test/
Dtest_clinic.py56 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/
DREADME-Thumb2.txt5 Make sure jumptable destinations are below the jumptable in order to make use
/third_party/cups-filters/scripting/php/
DREADME55 Gets a list of available destinations:
78 The "dest" string can be blank for jobs on all destinations.
/third_party/skia/src/pdf/
DSkPDFDocument.cpp301 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/
DALL_TEST.txt50 Extra tests include dump on different destinations,
DREADME21 destinations like ext3, raw and network dump.
/third_party/mesa3d/docs/relnotes/
D10.5.7.rst53 - nvc0/ir: set ftz when sources are floats, not just destinations
D21.0.1.rst88 - intel/fs: Handle payload node interference in destinations
D18.2.3.rst92 - nir/from_ssa: Don't rewrite derefs destinations to registers
D10.6.6.rst123 - i965/fs: Handle MRF destinations in lower_integer_multiplication().
D13.0.2.rst111 destinations
D21.3.8.rst103 - pan/bi: Check dependencies of both destinations of instructions
/third_party/spirv-tools/source/opt/
Dloop_fusion.cpp60 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/
Dloop_fusion.cpp60 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/
Dloop_fusion.cpp60 const std::vector<Instruction*>& destinations, in GetDependences() argument
63 for (auto destination : destinations) { in GetDependences()
/third_party/node/lib/
Dnet.js1413 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/
DREADME21 destinations like ext3, raw and network dump.
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_framebuffer_object.txt47 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/
Dnode_options.cc55 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/
DOES_framebuffer_object.txt57 destinations other than the buffers provided to the GL by the
62 In this extension, these newly defined rendering destinations are

1234