Home
last modified time | relevance | path

Searched defs:finder (Results 1 - 25 of 27) sorted by relevance

12

/third_party/rust/crates/memchr/bench/src/memmem/
H A Dimp.rs115 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 Dphoto_editor_extension_module_loader_test.cpp83 auto finder = params.find(key); in HWTEST_F() local
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dreduction_pass.h38 ReductionPass(const spv_target_env target_env, std::unique_ptr<ReductionOpportunityFinder> finder) ReductionPass() argument
H A Dreducer.cpp143 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 Dreduction_pass.h38 ReductionPass(const spv_target_env target_env, std::unique_ptr<ReductionOpportunityFinder> finder) ReductionPass() argument
H A Dreducer.cpp143 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 Dtest_case_sensitivity.py25 def finder(self, path): member in CaseSensitivityTest
/third_party/spirv-tools/source/reduce/
H A Dreduction_pass.h38 ReductionPass(const spv_target_env target_env, std::unique_ptr<ReductionOpportunityFinder> finder) ReductionPass() argument
H A Dreducer.cpp143 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 Dstatic_subscriber_extension_module_loader_test.cpp100 auto finder = params.find(key); in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dauto_fill_extension_module_loader_test.cpp87 auto finder = params.find(key); in HWTEST_F() local
H A Daction_extension_module_loader_test.cpp87 auto finder = params.find(key); in HWTEST_F() local
H A Dform_extension_module_loader_test.cpp100 auto finder = params.find(key); in HWTEST_F() local
H A Dembedded_ui_extension_module_loader_test.cpp87 auto finder = params.find(key); in HWTEST_F() local
H A Dservice_extension_module_loader_test.cpp95 auto finder = params.find(key); in HWTEST_F() local
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_debug_manager.cpp32 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 Dmodule_running_record.cpp166 const auto &finder = std::find_if(terminateAbilities_.begin(), in GetAbilityRunningRecord() local
/third_party/curl/src/
H A Dtool_findfile.c44 struct finder { struct
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dspirv_reduce_mutator.cc111 auto finder = GetRandomElement(&finders_); in Mutate() local
/base/notification/common_event_service/services/src/
H A Dstatic_subscriber_manager.cpp116 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 Dspill-placer.cc14 SpillPlacer::SpillPlacer(LiveRangeFinder* finder, in SpillPlacer() argument
/third_party/rust/crates/which-rs/src/
H A Dlib.rs19 mod finder; modules
[all...]
/third_party/lzma/CPP/Windows/
H A DFileFind.cpp564 CFindFile finder; in Find() local
/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h334 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 Dtest_abc.py356 def finder(cls, spec): member in MetaPathFinderFindModuleTests
406 def finder(cls, spec): global() member in PathEntryFinderFindLoaderTests
[all...]

Completed in 14 milliseconds

12