Home
last modified time | relevance | path

Searched defs:candidate (Results 1 – 25 of 152) 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.java555 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/
Dversion.cc31 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/
Dinstruction-scheduler.cc30 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/
Dphonenumbermatcher.cc84 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/
DLiveTraverser.h75 TIntermAggregate* candidate = globals[f]->getAsAggregate(); in pushFunction() local
87 TIntermAggregate* candidate = globals[f]->getAsAggregate(); in pushGlobalReference() local
DSymbolTable.cpp291 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/
Dnext_prime.c35 is_prime (size_t candidate) in is_prime()
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
Dexceptions.js150 function _findMatch(iterable, candidate) { argument
166 function _doesntMatch(iterable, candidate) { argument
/third_party/node/deps/v8/src/compiler/
Djs-inlining-heuristic.cc175 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
Dwasm-inlining.cc119 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/
DSkShaper.cpp151 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/
DGrContext_Base.h74 bool matches(GrContext_Base* candidate) const { 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/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/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/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/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