Home
last modified time | relevance | path

Searched defs:finder (Results 1 – 25 of 38) sorted by relevance

12

/third_party/python/Lib/test/test_importlib/source/
Dtest_case_sensitivity.py25 def finder(self, path): member in CaseSensitivityTest
67 def find(self, finder): argument
80 def find(self, finder): argument
Dtest_finder.py194 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/
Ddistance_impl.hpp34 …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/
Dextension_set_heavy.cc327 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
Dtext_format.h334 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/
Dreducer.cpp144 std::unique_ptr<ReductionOpportunityFinder> finder) { in AddReductionPass()
150 std::unique_ptr<ReductionOpportunityFinder> finder) { in AddCleanupReductionPass()
Dreduction_pass.h39 std::unique_ptr<ReductionOpportunityFinder> finder) in ReductionPass()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dreducer.cpp144 std::unique_ptr<ReductionOpportunityFinder> finder) { in AddReductionPass()
150 std::unique_ptr<ReductionOpportunityFinder> finder) { in AddCleanupReductionPass()
Dreduction_pass.h39 std::unique_ptr<ReductionOpportunityFinder> finder) in ReductionPass()
/third_party/spirv-tools/source/reduce/
Dreducer.cpp141 std::unique_ptr<ReductionOpportunityFinder> finder) { in AddReductionPass()
147 std::unique_ptr<ReductionOpportunityFinder> finder) { in AddCleanupReductionPass()
Dreduction_pass.h39 std::unique_ptr<ReductionOpportunityFinder> finder) in ReductionPass()
/third_party/boost/boost/xpressive/detail/core/
Dregex_impl.hpp30 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/
Dremove_unused_instruction_test.cpp32 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST() local
230 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
Dremove_unused_instruction_test.cpp32 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST() local
230 RemoveUnusedInstructionReductionOpportunityFinder finder(true); in TEST() local
/third_party/spirv-tools/test/reduce/
Dremove_unused_instruction_test.cpp32 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/
DFindSymbolNode.cpp48 SymbolFinder finder(symbolName); in FindSymbolNode() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DFindSymbolNode.cpp48 SymbolFinder finder(symbolName); in FindSymbolNode() local
/third_party/node/deps/npm/node_modules/yargs/node_modules/p-locate/
Dindex.js15 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/
Dindex.js15 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/
Depoch_ctrl_pass.cc82 EpochCtrlPass::InjectionFinder finder(root_ir); in RunOnTree() local
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dspirv_reduce_mutator.cc111 auto finder = GetRandomElement(&finders_); in Mutate() local
/third_party/mindspore/mindspore/lite/tools/optimizer/fisson/
Deliminate_concat_split.cc65 auto finder = graph_node_outputs.find(pre_cnode->fullname_with_scope()); in ConcatSplitEliminate() local
/third_party/python/Lib/test/test_importlib/
Dfixtures.py41 def install_finder(finder): argument
/third_party/python/Lib/
Dpkgutil.py26 def _get_spec(finder, name): argument
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
Dcompiler_test.cpp306 FunctionCallFinder finder(functionMangledName.c_str()); in FindFunctionCallNode() local

12