Home
last modified time | relevance | path

Searched defs:candidate (Results 1 – 25 of 154) sorted by relevance

1234567

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java259 CharSequence candidate = text.subSequence(start, matcher.end()); in find() local
282 private static CharSequence trimAfterFirstMatch(Pattern pattern, CharSequence candidate) { in trimAfterFirstMatch()
321 private PhoneNumberMatch extractMatch(CharSequence candidate, int offset) { in extractMatch()
354 private PhoneNumberMatch extractInnerMatch(CharSequence candidate, int offset) { in extractInnerMatch()
392 private PhoneNumberMatch parseAndVerify(CharSequence candidate, int offset) { in parseAndVerify()
569 PhoneNumber number, CharSequence candidate, PhoneNumberUtil util, in checkNumberGroupingIsValid()
603 static boolean containsMoreThanOneSlashInNationalNumber(PhoneNumber number, String candidate) { in containsMoreThanOneSlashInNationalNumber()
630 PhoneNumber number, String candidate, PhoneNumberUtil util) { in containsOnlyValidXChars()
DPhoneNumberUtil.java538 CharSequence candidate, in verify()
554 CharSequence candidate, in verify()
580 CharSequence candidate, in verify()
617 CharSequence candidate, in verify()
/third_party/flutter/skia/src/core/
DSkTDynamicHash.h94 T* candidate = fArray[index]; in find() local
148 const T* candidate = fArray[index]; in countCollisions() local
212 const T* candidate = fArray[index]; in innerAdd() local
231 const T* candidate = fArray[index]; in innerRemove() local
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumbermatcher.cc80 bool ContainsOnlyValidXChars(const PhoneNumber& number, const string& candidate, in ContainsOnlyValidXChars()
455 bool PhoneNumberMatcher::ParseAndVerify(const string& candidate, int offset, in ParseAndVerify()
574 bool PhoneNumberMatcher::ExtractInnerMatch(const string& candidate, int offset, in ExtractInnerMatch()
610 bool PhoneNumberMatcher::ExtractMatch(const string& candidate, int offset, in ExtractMatch()
676 string candidate; in Find() local
695 const string& candidate, in CheckNumberGroupingIsValid()
879 const string& candidate, in ContainsMoreThanOneSlashInNationalNumber()
/third_party/glslang/glslang/MachineIndependent/
DLiveTraverser.h75 TIntermAggregate* candidate = globals[f]->getAsAggregate(); in pushFunction() local
87 TIntermAggregate* candidate = globals[f]->getAsAggregate(); in pushGlobalReference() local
/third_party/elfutils/lib/
Dnext_prime.c35 is_prime (size_t candidate) in is_prime()
/third_party/flutter/skia/modules/skshaper/src/
DSkShaper.cpp68 sk_sp<SkTypeface> candidate(fFallbackMgr->matchFamilyStyleCharacter( in consume() local
90 sk_sp<SkTypeface> candidate(fFallbackMgr->matchFamilyStyleCharacter( in consume() local
/third_party/skia/include/private/
DGrContext_Base.h71 bool matches(GrContext_Base* candidate) const { in matches()
/third_party/flutter/skia/src/gpu/
DGrContextThreadSafeProxyPriv.h25 bool matches(GrContext_Base* candidate) const { return fProxy->matches(candidate); } in matches()
DGrBaseContextPriv.h21 bool matches(GrContext_Base* candidate) const { return fContext->matches(candidate); } in matches()
DGrImageContextPriv.h21 bool matches(GrContext_Base* candidate) const { return fContext->matches(candidate); } in matches()
/third_party/jerryscript/tests/unit-core/
Dtest-objects-foreach.cpp153 find_test_object_by_data (const jerry_value_t candidate, in find_test_object_by_data()
166 find_test_object_by_property (const jerry_value_t candidate, in find_test_object_by_property()
/third_party/rust/crates/aho-corasick/src/packed/teddy/
Druntime.rs468 unsafe fn candidate(&self, haystack: &[u8], at: usize) -> __m128i { in candidate() method
518 unsafe fn candidate(&self, haystack: &[u8], at: usize) -> __m256i { in candidate() method
568 unsafe fn candidate(&self, haystack: &[u8], at: usize) -> __m256i { in candidate() method
623 unsafe fn candidate( in candidate() method
685 unsafe fn candidate( in candidate() method
751 unsafe fn candidate( in candidate() method
817 unsafe fn candidate( in candidate() method
887 unsafe fn candidate( in candidate() method
960 unsafe fn candidate( in candidate() method
/third_party/gn/src/gn/
Dpattern_unittest.cc16 const char* candidate; member
/third_party/skia/src/sksl/
DSkSLInliner.cpp1039 void addInlineCandidate(std::unique_ptr<Expression>* candidate) { in addInlineCandidate()
1049 static const FunctionDeclaration& candidate_func(const InlineCandidate& candidate) { in candidate_func()
1053 bool Inliner::candidateCanBeInlined(const InlineCandidate& candidate, in candidateCanBeInlined()
1096 [&](const InlineCandidate& candidate) { in buildCandidateList()
1119 [&](const InlineCandidate& candidate) { in buildCandidateList()
1161 for (const InlineCandidate& candidate : candidateList.fCandidates) { in analyze() local
/third_party/skia/src/gpu/
DGrBaseContextPriv.h23 bool matches(GrContext_Base* candidate) const { return this->context()->matches(candidate); } in matches()
DGrContextThreadSafeProxyPriv.h26 bool matches(GrContext_Base* candidate) const { in matches()
/third_party/spirv-tools/source/opt/
Dlocal_redundancy_elimination.cpp55 auto candidate = value_to_ids->insert({value, inst->result_id()}); in EliminateRedundanciesInBB() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlocal_redundancy_elimination.cpp55 auto candidate = value_to_ids->insert({value, inst->result_id()}); in EliminateRedundanciesInBB() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_redundancy_elimination.cpp55 auto candidate = value_to_ids->insert({value, inst->result_id()}); in EliminateRedundanciesInBB() local
/third_party/toybox/toys/pending/
Ddiff.c72 struct candidate { struct
74 struct candidate *prev, *next; argument
/third_party/flutter/skia/include/private/
DGrContext_Base.h61 bool matches(GrContext_Base* candidate) const { in matches()
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_utilities.cc96 for (const auto& candidate : candidates) { in InstanceOrDeviceLayersToEnable() local
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp84 opt::Instruction* candidate) -> bool { in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp84 opt::Instruction* candidate) -> bool { in Apply()

1234567