/third_party/rust/crates/memchr/bench/src/memmem/ |
H A D | imp.rs | 115 fn finder(needle: &[u8]) -> memmem::Finder<'_> { in finder() functions 165 fn finder(needle: &[u8]) -> memmem::FinderRev<'_> { finder() functions [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
H A D | reduction_pass.h | 38 ReductionPass(const spv_target_env target_env, std::unique_ptr<ReductionOpportunityFinder> finder) ReductionPass() argument
|
H A D | reducer.cpp | 143 AddReductionPass( std::unique_ptr<ReductionOpportunityFinder> finder) AddReductionPass() argument 149 AddCleanupReductionPass( std::unique_ptr<ReductionOpportunityFinder> finder) AddCleanupReductionPass() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | reduction_pass.h | 38 ReductionPass(const spv_target_env target_env, std::unique_ptr<ReductionOpportunityFinder> finder) ReductionPass() argument
|
H A D | reducer.cpp | 143 AddReductionPass( std::unique_ptr<ReductionOpportunityFinder> finder) AddReductionPass() argument 149 AddCleanupReductionPass( std::unique_ptr<ReductionOpportunityFinder> finder) AddCleanupReductionPass() argument
|
/third_party/python/Lib/test/test_importlib/source/ |
H A D | test_case_sensitivity.py | 25 def finder(self, path): member in CaseSensitivityTest
|
/third_party/spirv-tools/source/reduce/ |
H A D | reduction_pass.h | 38 ReductionPass(const spv_target_env target_env, std::unique_ptr<ReductionOpportunityFinder> finder) ReductionPass() argument
|
H A D | reducer.cpp | 143 AddReductionPass( std::unique_ptr<ReductionOpportunityFinder> finder) AddReductionPass() argument 149 AddCleanupReductionPass( std::unique_ptr<ReductionOpportunityFinder> finder) AddCleanupReductionPass() argument
|
/third_party/curl/src/ |
H A D | tool_findfile.c | 44 struct finder { struct
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | spirv_reduce_mutator.cc | 111 auto finder = GetRandomElement(&finders_); in Mutate() local
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | spill-placer.cc | 14 SpillPlacer::SpillPlacer(LiveRangeFinder* finder, in SpillPlacer() argument
|
/third_party/rust/crates/which-rs/src/ |
H A D | lib.rs | 19 mod finder; modules [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | FileFind.cpp | 564 CFindFile finder;
in Find() local
|
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format.h | 334 void SetFinder(const Finder* finder) { finder_ = finder; } in SetFinder() argument 549 void SetFinder(const Finder* finder) { finder_ = finder; } in SetFinder() argument
|
H A D | text_format.cc | 239 ParserImpl(const Descriptor* root_message_type, io::ZeroCopyInputStream* input_stream, io::ErrorCollector* error_collector, const TextFormat::Finder* finder, ParseInfoTree* parse_info_tree, SingularOverwritePolicy singular_overwrite_policy, bool allow_case_insensitive_field, bool allow_unknown_field, bool allow_unknown_extension, bool allow_unknown_enum, bool allow_field_number, bool allow_relaxed_whitespace, bool allow_partial, int recursion_limit) ParserImpl() argument
|
H A D | descriptor.cc | 7163 AggregateOptionFinder finder; in SetAggregateOption() local
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_abc.py | 356 def finder(cls, spec): member in MetaPathFinderFindModuleTests 406 def finder(cls, spec): global() member in PathEntryFinderFindLoaderTests [all...] |