Home
last modified time | relevance | path

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

1234

/third_party/flutter/skia/third_party/externals/harfbuzz/test/subset/
Dsubset_test_suite.py71 destinations = {
87 if line in destinations:
88 current_destination = destinations[line]
/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.cpp1113 while (! iter_binding_live.destinations.empty()) { in addStage()
1114 TIntermNode* destination = iter_binding_live.destinations.back(); in addStage()
1115 iter_binding_live.destinations.pop_back(); in addStage()
1209 while (! iter_binding_live.destinations.empty()) { in addStage()
1210 TIntermNode* destination = iter_binding_live.destinations.back(); in addStage()
1211 iter_binding_live.destinations.pop_back(); in addStage()
/third_party/harfbuzz/test/subset/
Dsubset_test_suite.py78 destinations = {
94 if line in destinations:
95 current_destination = destinations[line]
/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/node/deps/npm/node_modules/unpipe/
DREADME.md9 Unpipe a stream from all destinations.
25 Unpipes all destinations from a given stream. With stream 2+, this is
/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/flutter/skia/src/pdf/
DSkPDFDocument.cpp313 SkPDFDict destinations; in append_destinations() local
322 destinations.insertObject(SkString((const char*)dest.fName->data()), std::move(pdfDest)); in append_destinations()
324 return doc->emit(destinations); in append_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
D18.2.3.rst92 - nir/from_ssa: Don't rewrite derefs destinations to registers
D21.0.1.rst88 - intel/fs: Handle payload node interference in destinations
D10.6.6.rst123 - i965/fs: Handle MRF destinations in lower_integer_multiplication().
D13.0.2.rst111 destinations
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dcards_demo.dart43 const List<TravelDestination> destinations = <TravelDestination>[
394 children: destinations.map<Widget>((TravelDestination destination) {
/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/boost/boost/property_map/parallel/impl/
Ddistributed_property_map.ipp406 // Allows all of the multigets to get to their destinations
409 // Allows all of the multiget responses to get to their destinations
/third_party/ltp/testcases/kdump/
DREADME21 destinations like ext3, raw and network dump.
/third_party/node/src/
Dnode_options.cc45 std::vector<std::string> destinations = in CheckOptions() local
49 for (const std::string& destination : destinations) { in CheckOptions()
/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

1234