| /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...] |
| /foundation/ability/ability_runtime/test/unittest/photo_editor_extension_test/ |
| H A D | photo_editor_extension_module_loader_test.cpp | 83 auto finder = params.find(key); in HWTEST_F() local
|
| /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
|
| /base/notification/common_event_service/frameworks/extension/test/static_subscriber_extension_module_loader_test/ |
| H A D | static_subscriber_extension_module_loader_test.cpp | 100 auto finder = params.find(key); in HWTEST_F() local
|
| /foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
| H A D | auto_fill_extension_module_loader_test.cpp | 87 auto finder = params.find(key); in HWTEST_F() local
|
| H A D | action_extension_module_loader_test.cpp | 87 auto finder = params.find(key); in HWTEST_F() local
|
| H A D | form_extension_module_loader_test.cpp | 100 auto finder = params.find(key); in HWTEST_F() local
|
| H A D | embedded_ui_extension_module_loader_test.cpp | 87 auto finder = params.find(key); in HWTEST_F() local
|
| H A D | service_extension_module_loader_test.cpp | 95 auto finder = params.find(key); in HWTEST_F() local
|
| /foundation/ability/ability_runtime/services/appmgr/src/ |
| H A D | app_debug_manager.cpp | 32 const auto &finder = in RegisterAppDebugListener() local 58 const auto &finder = in UnregisterAppDebugListener() local 100 auto finder = std::find_if(debugInfos_.begin(), debugInfos_.end(), isExist); in StopDebug() local 136 auto finder = std::find_if(debugInfos_.begin(), debugInfos_.end(), isExist); in GetIncrementAppDebugInfos() local 158 auto finder = std::find_if(debugInfos_.begin(), debugInfos_.end(), isExist); RemoveAppDebugInfo() local [all...] |
| H A D | module_running_record.cpp | 166 const auto &finder = std::find_if(terminateAbilities_.begin(), in GetAbilityRunningRecord() local
|
| /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
|
| /base/notification/common_event_service/services/src/ |
| H A D | static_subscriber_manager.cpp | 116 auto finder = staticSubscribers_.find(bundleName); in InitValidSubscribers() local 493 auto finder = disableEvents_.find(bundleName); in UpdateDisableEvents() 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
|
| /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...] |