Home
last modified time | relevance | path

Searched defs:candidate (Results 1 – 25 of 158) 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/grpc/examples/python/multiprocessing/
Dprime.proto22 int64 candidate = 1; field
/third_party/skia/include/private/
DGrContext_Base.h71 bool matches(GrContext_Base* candidate) const { in matches()
/third_party/boost/boost/asio/detail/
Dhandler_work.hpp134 const Executor& candidate) BOOST_ASIO_NOEXCEPT in handler_work_base()
238 const Executor& candidate) BOOST_ASIO_NOEXCEPT in handler_work_base()
328 const executor_type& candidate) BOOST_ASIO_NOEXCEPT in handler_work_base()
397 const executor_type& candidate) BOOST_ASIO_NOEXCEPT in handler_work_base()
/third_party/boost/libs/asio/include/boost/asio/detail/
Dhandler_work.hpp134 const Executor& candidate) BOOST_ASIO_NOEXCEPT in handler_work_base()
238 const Executor& candidate) BOOST_ASIO_NOEXCEPT in handler_work_base()
328 const executor_type& candidate) BOOST_ASIO_NOEXCEPT in handler_work_base()
397 const executor_type& candidate) BOOST_ASIO_NOEXCEPT in handler_work_base()
/third_party/jerryscript/tests/unit-core/
Dtest-objects-foreach.c150 find_test_object_by_data (const jerry_value_t candidate, in find_test_object_by_data()
163 find_test_object_by_property (const jerry_value_t candidate, in find_test_object_by_property()
/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/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/gn/src/gn/
Dpattern_unittest.cc16 const char* candidate; member
/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/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/glib/gio/
Dgresource.c202 open_overlay_stream (const gchar *candidate, in open_overlay_stream()
229 get_overlay_bytes (const gchar *candidate, in get_overlay_bytes()
255 enumerate_overlay_dir (const gchar *candidate, in enumerate_overlay_dir()
307 get_overlay_info (const gchar *candidate, in get_overlay_info()
430 gchar *candidate; in g_resource_find_overlay() local
/third_party/flutter/skia/include/private/
DGrContext_Base.h61 bool matches(GrContext_Base* candidate) const { in matches()
/third_party/grpc/examples/python/cancellation/
Dsearch.py41 def _get_substring_hamming_distance(candidate, target): argument
/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/flutter/engine/flutter/vulkan/
Dvulkan_utilities.cc96 for (const auto& candidate : candidates) { in InstanceOrDeviceLayersToEnable() local

1234567