Home
last modified time | relevance | path

Searched refs:destinations (Results 1 - 17 of 17) sorted by relevance

/third_party/node/lib/internal/test_runner/
H A Dutils.js136 async function getReportersMap(reporters, destinations, rootTest) {
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
[all...]
/third_party/node/deps/v8/tools/ignition/
H A Dbytecode_dispatches_report.py48 # Display the top 5 sources and destinations of dispatches to/from LdaZero
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]))
126 print("\nTop destinations of dispatches from {}:".format(bytecode))
220 help="print top dispatch sources and destinations t
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h77 destinations.push_back(candidate); in pushFunction()
95 destinations.push_back(candidate); in pushGlobalReference()
103 TDestinationStack destinations; member in glslang::TLiveTraverser
H A 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/
H A Dsubset_test_suite.py82 destinations = {
98 if line in destinations:
99 current_destination = destinations[line]
/third_party/skia/src/pdf/
H A 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/python/Lib/test/
H A 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/spirv-tools/source/opt/
H A Dloop_fusion.cpp56 // Append all dependences from |sources| to |destinations| to |dependences|.
60 const std::vector<Instruction*>& destinations, in GetDependences()
63 for (auto destination : destinations) { in GetDependences()
57 GetDependences(std::vector<DistanceVector>* dependences, LoopDependenceAnalysis* analysis, const std::vector<Instruction*>& sources, const std::vector<Instruction*>& destinations, size_t num_entries) GetDependences() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_fusion.cpp56 // Append all dependences from |sources| to |destinations| to |dependences|.
60 const std::vector<Instruction*>& destinations, in GetDependences()
63 for (auto destination : destinations) { in GetDependences()
57 GetDependences(std::vector<DistanceVector>* dependences, LoopDependenceAnalysis* analysis, const std::vector<Instruction*>& sources, const std::vector<Instruction*>& destinations, size_t num_entries) GetDependences() argument
/third_party/spirv-tools/source/opt/
H A Dloop_fusion.cpp55 // Append all dependences from |sources| to |destinations| to |dependences|.
59 const std::vector<Instruction*>& destinations, in GetDependences()
62 for (auto destination : destinations) { in GetDependences()
56 GetDependences(std::vector<DistanceVector>* dependences, LoopDependenceAnalysis* analysis, const std::vector<Instruction*>& sources, const std::vector<Instruction*>& destinations, size_t num_entries) GetDependences() argument
/third_party/node/src/
H A Dnode_options.cc55 const std::vector<std::string_view> destinations = in CheckOptions() local
59 for (const std::string_view destination : destinations) { in CheckOptions()
347 "comma separated list of destinations for inspector uid" in DebugOptionsParser()
/third_party/node/lib/
H A 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/vulkan-loader/tests/framework/
H A Dtest_environment.h445 BUILDER_VECTOR(LoaderLogConfiguration, std::string, destinations, destination)
H A Dtest_environment.cpp710 writer.StartKeyedArray("destinations");
711 for (const auto& dest : config.destinations) {
/third_party/python/Tools/clinic/
H A Dclinic.py1967 self.destinations = {}
2020 if name in self.destinations:
2022 self.destinations[name] = Destination(name, type, self, *args)
2025 d = self.destinations.get(name)
2053 # these are destinations not buffers
2054 for name, destination in self.destinations.items():
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pipeline.c65 const uint32_t *destinations, in pvr_pds_coeff_program_create_and_upload()
96 typed_memcpy(program.destination, destinations, program.num_fpu_iterators); in pvr_pds_coeff_program_create_and_upload()
60 pvr_pds_coeff_program_create_and_upload( struct pvr_device *device, const VkAllocationCallbacks *allocator, const uint32_t *fpu_iterators, uint32_t fpu_iterators_count, const uint32_t *destinations, struct pvr_pds_upload *const pds_upload_out) pvr_pds_coeff_program_create_and_upload() argument
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex1331 % We use the node names as the destinations.
5997 % two pages of the document. Thus, we'd have two destinations named

Completed in 61 milliseconds