/third_party/python/Lib/test/test_importlib/source/ |
D | test_case_sensitivity.py | 25 def finder(self, path): member in CaseSensitivityTest 67 def find(self, finder): argument 80 def find(self, finder): argument
|
D | test_finder.py | 194 def _find(self, finder, name, loader_only=False): argument 208 def _find(self, finder, name, loader_only=False): argument 224 def _find(self, finder, name, loader_only=False): argument
|
/third_party/boost/boost/fusion/view/zip_view/detail/ |
D | distance_impl.hpp | 34 …ame SearchIt::iterators, is_same<traits::category_of<mpl::_>, random_access_iterator_tag> > finder; typedef 52 …typename It1::iterators, is_same<traits::category_of<mpl::_>, random_access_iterator_tag> > finder; typedef
|
/third_party/protobuf/src/google/protobuf/ |
D | extension_set_heavy.cc | 327 GeneratedExtensionFinder finder(containing_type); in FindExtension() local 333 DescriptorPoolExtensionFinder finder(ctx->data().pool, ctx->data().factory, in FindExtension() local 377 GeneratedExtensionFinder finder(containing_type); in ParseField() local 380 DescriptorPoolExtensionFinder finder(input->GetExtensionPool(), in ParseField() local 392 GeneratedExtensionFinder finder(containing_type); in ParseMessageSet() local 395 DescriptorPoolExtensionFinder finder(input->GetExtensionPool(), in ParseMessageSet() local
|
D | text_format.h | 334 void SetFinder(const Finder* finder) { finder_ = finder; } in SetFinder() 549 void SetFinder(const Finder* finder) { finder_ = finder; } in SetFinder()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reducer.cpp | 144 std::unique_ptr<ReductionOpportunityFinder> finder) { in AddReductionPass() 150 std::unique_ptr<ReductionOpportunityFinder> finder) { in AddCleanupReductionPass()
|
D | reduction_pass.h | 39 std::unique_ptr<ReductionOpportunityFinder> finder) in ReductionPass()
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
D | reducer.cpp | 144 std::unique_ptr<ReductionOpportunityFinder> finder) { in AddReductionPass() 150 std::unique_ptr<ReductionOpportunityFinder> finder) { in AddCleanupReductionPass()
|
D | reduction_pass.h | 39 std::unique_ptr<ReductionOpportunityFinder> finder) in ReductionPass()
|
/third_party/spirv-tools/source/reduce/ |
D | reducer.cpp | 141 std::unique_ptr<ReductionOpportunityFinder> finder) { in AddReductionPass() 147 std::unique_ptr<ReductionOpportunityFinder> finder) { in AddCleanupReductionPass()
|
D | reduction_pass.h | 39 std::unique_ptr<ReductionOpportunityFinder> finder) in ReductionPass()
|
/third_party/boost/boost/xpressive/detail/core/ |
D | regex_impl.hpp | 30 struct finder struct 33 virtual ~finder() {} in ~finder() 34 virtual bool ok_for_partial_matches() const { return true; } in ok_for_partial_matches()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
D | remove_unused_instruction_test.cpp | 32 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST() local 230 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST() local
|
/third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
D | remove_unused_instruction_test.cpp | 32 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST() local 230 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST() local
|
/third_party/spirv-tools/test/reduce/ |
D | remove_unused_instruction_test.cpp | 32 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST() local 230 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | FindSymbolNode.cpp | 48 SymbolFinder finder(symbolName); in FindSymbolNode() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | FindSymbolNode.cpp | 48 SymbolFinder finder(symbolName); in FindSymbolNode() local
|
/third_party/node/deps/npm/node_modules/yargs/node_modules/p-locate/ |
D | index.js | 15 const finder = el => Promise.all(el).then(val => val[1] === true && Promise.reject(new EndError(val… function
|
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-locate/ |
D | index.js | 15 const finder = el => Promise.all(el).then(val => val[1] === true && Promise.reject(new EndError(val… function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/opt/pre/ |
D | epoch_ctrl_pass.cc | 82 EpochCtrlPass::InjectionFinder finder(root_ir); in RunOnTree() local
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
D | spirv_reduce_mutator.cc | 111 auto finder = GetRandomElement(&finders_); in Mutate() local
|
/third_party/mindspore/mindspore/lite/tools/optimizer/fisson/ |
D | eliminate_concat_split.cc | 65 auto finder = graph_node_outputs.find(pre_cnode->fullname_with_scope()); in ConcatSplitEliminate() local
|
/third_party/python/Lib/test/test_importlib/ |
D | fixtures.py | 41 def install_finder(finder): argument
|
/third_party/python/Lib/ |
D | pkgutil.py | 26 def _get_spec(finder, name): argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | compiler_test.cpp | 306 FunctionCallFinder finder(functionMangledName.c_str()); in FindFunctionCallNode() local
|