| /third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
| D | PhoneNumberMatcher.java | 259 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()
|
| D | PhoneNumberUtil.java | 538 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/ |
| D | SkTDynamicHash.h | 94 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/ |
| D | phonenumbermatcher.cc | 80 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/ |
| D | LiveTraverser.h | 75 TIntermAggregate* candidate = globals[f]->getAsAggregate(); in pushFunction() local 87 TIntermAggregate* candidate = globals[f]->getAsAggregate(); in pushGlobalReference() local
|
| /third_party/elfutils/lib/ |
| D | next_prime.c | 35 is_prime (size_t candidate) in is_prime()
|
| /third_party/flutter/skia/modules/skshaper/src/ |
| D | SkShaper.cpp | 68 sk_sp<SkTypeface> candidate(fFallbackMgr->matchFamilyStyleCharacter( in consume() local 90 sk_sp<SkTypeface> candidate(fFallbackMgr->matchFamilyStyleCharacter( in consume() local
|
| /third_party/skia/include/private/ |
| D | GrContext_Base.h | 71 bool matches(GrContext_Base* candidate) const { in matches()
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrContextThreadSafeProxyPriv.h | 25 bool matches(GrContext_Base* candidate) const { return fProxy->matches(candidate); } in matches()
|
| D | GrBaseContextPriv.h | 21 bool matches(GrContext_Base* candidate) const { return fContext->matches(candidate); } in matches()
|
| D | GrImageContextPriv.h | 21 bool matches(GrContext_Base* candidate) const { return fContext->matches(candidate); } in matches()
|
| /third_party/jerryscript/tests/unit-core/ |
| D | test-objects-foreach.cpp | 153 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/ |
| D | runtime.rs | 468 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/ |
| D | pattern_unittest.cc | 16 const char* candidate; member
|
| /third_party/skia/src/sksl/ |
| D | SkSLInliner.cpp | 1039 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/ |
| D | GrBaseContextPriv.h | 23 bool matches(GrContext_Base* candidate) const { return this->context()->matches(candidate); } in matches()
|
| D | GrContextThreadSafeProxyPriv.h | 26 bool matches(GrContext_Base* candidate) const { in matches()
|
| /third_party/spirv-tools/source/opt/ |
| D | local_redundancy_elimination.cpp | 55 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/ |
| D | local_redundancy_elimination.cpp | 55 auto candidate = value_to_ids->insert({value, inst->result_id()}); in EliminateRedundanciesInBB() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | local_redundancy_elimination.cpp | 55 auto candidate = value_to_ids->insert({value, inst->result_id()}); in EliminateRedundanciesInBB() local
|
| /third_party/toybox/toys/pending/ |
| D | diff.c | 72 struct candidate { struct 74 struct candidate *prev, *next; argument
|
| /third_party/flutter/skia/include/private/ |
| D | GrContext_Base.h | 61 bool matches(GrContext_Base* candidate) const { in matches()
|
| /third_party/flutter/engine/flutter/vulkan/ |
| D | vulkan_utilities.cc | 96 for (const auto& candidate : candidates) { in InstanceOrDeviceLayersToEnable() local
|
| /third_party/spirv-tools/source/fuzz/ |
| D | fuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp | 84 opt::Instruction* candidate) -> bool { in Apply()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | fuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp | 84 opt::Instruction* candidate) -> bool { in Apply()
|