| /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 | 555 CharSequence candidate, in verify() 571 CharSequence candidate, in verify() 597 CharSequence candidate, in verify() 634 CharSequence candidate, in verify()
|
| /third_party/node/deps/v8/src/utils/ |
| D | version.cc | 31 const char* candidate = IsCandidate() ? " (candidate)" : ""; in GetString() local 45 const char* candidate = IsCandidate() ? "-candidate" : ""; in GetSONAME() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| D | instruction-scheduler.cc | 30 auto candidate = nodes_.end(); in PopBestCandidate() local 52 auto candidate = nodes_.begin(); in PopBestCandidate() local 228 ScheduleGraphNode* candidate = ready_list.PopBestCandidate(cycle); in Schedule() local
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| D | phonenumbermatcher.cc | 84 bool ContainsOnlyValidXChars(const PhoneNumber& number, const string& candidate, in ContainsOnlyValidXChars() 464 bool PhoneNumberMatcher::ParseAndVerify(const string& candidate, int offset, in ParseAndVerify() 583 bool PhoneNumberMatcher::ExtractInnerMatch(const string& candidate, int offset, in ExtractInnerMatch() 619 bool PhoneNumberMatcher::ExtractMatch(const string& candidate, int offset, in ExtractMatch() 685 string candidate; in Find() local 704 const string& candidate, in CheckNumberGroupingIsValid() 888 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
|
| D | SymbolTable.cpp | 291 tLevel::const_iterator candidate = level.lower_bound(name); in relateToOperator() local 308 tLevel::const_iterator candidate = level.lower_bound(name); in setFunctionExtensions() local 326 if (auto candidate = level.find(name); candidate != level.end()) { in setSingleFunctionExtensions() local
|
| /third_party/elfutils/lib/ |
| D | next_prime.c | 35 is_prime (size_t candidate) in is_prime()
|
| /third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
| D | exceptions.js | 150 function _findMatch(iterable, candidate) { argument 166 function _doesntMatch(iterable, candidate) { argument
|
| /third_party/node/deps/v8/src/compiler/ |
| D | js-inlining-heuristic.cc | 175 Candidate candidate = CollectFunctions(node, kMaxCallPolymorphism); in Reduce() local 288 Candidate candidate = *i; in Finalize() local 649 Candidate const& candidate, in CreateOrReuseDispatch() 701 Reduction JSInliningHeuristic::InlineCandidate(Candidate const& candidate, in InlineCandidate() 813 for (const Candidate& candidate : candidates_) { in PrintCandidates() local
|
| D | wasm-inlining.cc | 119 CandidateInfo candidate{call, inlinee_index, call_count, in ReduceCall() local 135 void WasmInliner::Trace(const CandidateInfo& candidate, const char* decision) { in Trace() 148 CandidateInfo candidate = inlining_candidates_.top(); in Finalize() local
|
| /third_party/skia/modules/skshaper/src/ |
| D | SkShaper.cpp | 151 sk_sp<SkTypeface> candidate(fFallbackMgr->matchFamilyStyleCharacter( in Make() local 175 sk_sp<SkTypeface> candidate(fFallbackMgr->matchFamilyStyleCharacter( in Make() local 247 std::shared_ptr<RSTypeface> candidate(fFallbackMgr->MatchFamilyStyleCharacter( in Make() local 270 std::shared_ptr<RSTypeface> candidate(fFallbackMgr->MatchFamilyStyleCharacter( in Make() local
|
| /third_party/skia/include/private/ |
| D | GrContext_Base.h | 74 bool matches(GrContext_Base* candidate) const { 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/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/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/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/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()
|