Home
last modified time | relevance | path

Searched defs:candidate (Results 1 - 25 of 92) sorted by relevance

1234

/third_party/elfutils/lib/
H A Dnext_prime.c35 is_prime (size_t candidate) in is_prime() argument
/third_party/gn/src/gn/
H A Dpattern_unittest.cc16 const char* candidate; member
/third_party/node/deps/v8/src/utils/
H A Dversion.cc31 const char* candidate = IsCandidate() ? " (candidate)" : ""; in GetString() local
45 const char* candidate = IsCandidate() ? "-candidate" : ""; in GetSONAME() local
/third_party/node/src/crypto/
H A Dcrypto_random.h87 BignumPointer candidate; member
/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h75 TIntermAggregate* candidate = globals[f]->getAsAggregate(); in pushFunction() local
87 TIntermAggregate* candidate = globals[f]->getAsAggregate(); in pushGlobalReference() local
[all...]
H A 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
[all...]
/third_party/node/deps/v8/src/heap/
H A Dobjects-visiting.cc36 T candidate = T::cast(list); in VisitWeakList() local
81 T candidate = T::cast(list); in ClearWeakList() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.c42 int candidate = -1; in rc_pair_alloc_source() local
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc71 const Instruction* candidate = pair->GetNextInstruction(); in CheckAndMaybeDisassembleMovprfxPairs() local
/third_party/skia/experimental/lowp-basic/
H A Dlerp-study.cpp92 int16_t candidate = lerp(t, a, b); in check_lerp() local
H A Dbilerp-study.cpp109 int16_t candidate = bilerp(tx, ty, p00, p10, p01, p11); in check_bilerp() local
/third_party/icu/icu4c/source/common/
H A Dstatic_unicode_sets.cpp37 UnicodeSet* candidate = gUnicodeSets[key]; in getImpl() local
/third_party/icu/icu4c/source/i18n/
H A Dnumparse_impl.cpp309 ParsedNumber candidate; in parseLongestRecursive() local
/third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/
H A DCombineGeoData.java169 static boolean findConflict(String[] prefixes, int candidate, int start, int end) { in findConflict() argument
190 static boolean hasConflict(List<Range> ranges, int rangeIndex, String[] prefixes, int candidate) { in hasConflict() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dstatic_unicode_sets.cpp37 UnicodeSet* candidate = gUnicodeSets[key]; in getImpl() local
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_impl.cpp309 ParsedNumber candidate; in parseLongestRecursive() local
/third_party/node/deps/v8/src/compiler/backend/
H A 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); Schedule() local
[all...]
/third_party/rust/crates/aho-corasick/src/packed/teddy/
H A Druntime.rs468 unsafe fn candidate(&self, haystack: &[u8], at: usize) -> __m128i { candidate() functions
518 unsafe fn candidate(&self, haystack: &[u8], at: usize) -> __m256i { candidate() functions
568 unsafe fn candidate(&self, haystack: &[u8], at: usize) -> __m256i { candidate() functions
623 unsafe fn candidate( candidate() functions
685 unsafe fn candidate( candidate() functions
751 unsafe fn candidate( candidate() functions
817 unsafe fn candidate( candidate() functions
887 unsafe fn candidate( candidate() functions
960 unsafe fn candidate( candidate() functions
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumparse_impl.cpp309 ParsedNumber candidate; in parseLongestRecursive() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dstatic_unicode_sets.cpp37 UnicodeSet* candidate = gUnicodeSets[key]; in getImpl() local
/third_party/jerryscript/tests/unit-core/
H A Dtest-objects-foreach.cpp153 find_test_object_by_data (const jerry_value_t candidate, in find_test_object_by_data() argument
166 find_test_object_by_property (const jerry_value_t candidate, in find_test_object_by_property() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_preamble.c53 bool candidate; member
[all...]
/third_party/node/deps/v8/src/ast/
H A Dmodules.cc303 BetterDuplicate( const SourceTextModuleDescriptor::Entry* candidate, ZoneMap<const AstRawString*, const SourceTextModuleDescriptor::Entry*>& export_names, const SourceTextModuleDescriptor::Entry* current_duplicate) BetterDuplicate() argument
/third_party/node/deps/v8/src/codegen/
H A Dsafepoint-table.cc57 int candidate = -1; in FindEntry() local
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java282 private static CharSequence trimAfterFirstMatch(Pattern pattern, CharSequence candidate) { in trimAfterFirstMatch() argument
321 extractMatch(CharSequence candidate, int offset) extractMatch() argument
354 extractInnerMatch(CharSequence candidate, int offset) extractInnerMatch() argument
392 parseAndVerify(CharSequence candidate, int offset) parseAndVerify() argument
568 checkNumberGroupingIsValid( PhoneNumber number, CharSequence candidate, PhoneNumberUtil util, NumberGroupingChecker checker) checkNumberGroupingIsValid() argument
603 containsMoreThanOneSlashInNationalNumber(PhoneNumber number, String candidate) containsMoreThanOneSlashInNationalNumber() argument
629 containsOnlyValidXChars( PhoneNumber number, String candidate, PhoneNumberUtil util) containsOnlyValidXChars() argument
[all...]

Completed in 14 milliseconds

1234