| /third_party/elfutils/lib/ |
| H A D | next_prime.c | 35 is_prime (size_t candidate) in is_prime() argument
|
| /third_party/gn/src/gn/ |
| H A D | pattern_unittest.cc | 16 const char* candidate; member
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | version.cc | 31 const char* candidate = IsCandidate() ? " (candidate)" : ""; in GetString() local 45 const char* candidate = IsCandidate() ? "-candidate" : ""; in GetSONAME() local
|
| /third_party/node/src/crypto/ |
| H A D | crypto_random.h | 87 BignumPointer candidate; member
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | LiveTraverser.h | 75 TIntermAggregate* candidate = globals[f]->getAsAggregate(); in pushFunction() local 87 TIntermAggregate* candidate = globals[f]->getAsAggregate(); in pushGlobalReference() local [all...] |
| H A 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 [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | objects-visiting.cc | 36 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 D | radeon_program_pair.c | 42 int candidate = -1; in rc_pair_alloc_source() local [all...] |
| /third_party/vixl/test/aarch64/ |
| H A D | test-api-movprfx-aarch64.cc | 71 const Instruction* candidate = pair->GetNextInstruction(); in CheckAndMaybeDisassembleMovprfxPairs() local
|
| /third_party/skia/experimental/lowp-basic/ |
| H A D | lerp-study.cpp | 92 int16_t candidate = lerp(t, a, b); in check_lerp() local
|
| H A D | bilerp-study.cpp | 109 int16_t candidate = bilerp(tx, ty, p00, p10, p01, p11); in check_bilerp() local
|
| /third_party/icu/icu4c/source/common/ |
| H A D | static_unicode_sets.cpp | 37 UnicodeSet* candidate = gUnicodeSets[key]; in getImpl() local
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | numparse_impl.cpp | 309 ParsedNumber candidate; in parseLongestRecursive() local
|
| /third_party/libphonenumber/tools/java/data/src/com/google/i18n/phonenumbers/ |
| H A D | CombineGeoData.java | 169 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 D | static_unicode_sets.cpp | 37 UnicodeSet* candidate = gUnicodeSets[key]; in getImpl() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | numparse_impl.cpp | 309 ParsedNumber candidate; in parseLongestRecursive() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A 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); Schedule() local [all...] |
| /third_party/rust/crates/aho-corasick/src/packed/teddy/ |
| H A D | runtime.rs | 468 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 D | numparse_impl.cpp | 309 ParsedNumber candidate; in parseLongestRecursive() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | static_unicode_sets.cpp | 37 UnicodeSet* candidate = gUnicodeSets[key]; in getImpl() local
|
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-objects-foreach.cpp | 153 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 D | nir_opt_preamble.c | 53 bool candidate; member [all...] |
| /third_party/node/deps/v8/src/ast/ |
| H A D | modules.cc | 303 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 D | safepoint-table.cc | 57 int candidate = -1; in FindEntry() local
|
| /third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
| H A D | PhoneNumberMatcher.java | 282 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...] |