Home
last modified time | relevance | path

Searched defs:candidate (Results 1 – 25 of 142) sorted by relevance

123456

/external/v8/src/heap/
Dmark-compact-inl.h102 JSFunction** CodeFlusher::GetNextCandidateSlot(JSFunction* candidate) { in GetNextCandidateSlot()
108 JSFunction* CodeFlusher::GetNextCandidate(JSFunction* candidate) { in GetNextCandidate()
114 void CodeFlusher::SetNextCandidate(JSFunction* candidate, in SetNextCandidate()
120 void CodeFlusher::ClearNextCandidate(JSFunction* candidate, Object* undefined) { in ClearNextCandidate()
127 SharedFunctionInfo* candidate) { in GetNextCandidate()
133 void CodeFlusher::SetNextCandidate(SharedFunctionInfo* candidate, in SetNextCandidate()
139 void CodeFlusher::ClearNextCandidate(SharedFunctionInfo* candidate) { in ClearNextCandidate()
/external/webrtc/talk/app/webrtc/
Djsepicecandidate.h49 void SetCandidate(const cricket::Candidate& candidate) { in SetCandidate()
55 virtual const cricket::Candidate& candidate() const { in candidate() function
79 virtual void add(JsepIceCandidate* candidate) { in add()
Djsepsessiondescription.cc120 const IceCandidateInterface* candidate) { in AddCandidate()
178 const IceCandidateInterface* candidate, in GetMediasectionIndex()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java252 CharSequence candidate = text.subSequence(start, matcher.end()); in find() local
275 private static CharSequence trimAfterFirstMatch(Pattern pattern, CharSequence candidate) { in trimAfterFirstMatch()
314 private PhoneNumberMatch extractMatch(CharSequence candidate, int offset) { in extractMatch()
348 private PhoneNumberMatch extractInnerMatch(String candidate, int offset) { in extractInnerMatch()
386 private PhoneNumberMatch parseAndVerify(String candidate, int offset) { in parseAndVerify()
575 PhoneNumber number, String candidate, PhoneNumberUtil util, NumberGroupingChecker checker) { in checkNumberGroupingIsValid()
598 static boolean containsMoreThanOneSlashInNationalNumber(PhoneNumber number, String candidate) { in containsMoreThanOneSlashInNationalNumber()
625 PhoneNumber number, String candidate, PhoneNumberUtil util) { in containsOnlyValidXChars()
DPhoneNumberUtil.java441 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) { in verify()
453 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) { in verify()
475 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) { in verify()
507 boolean verify(PhoneNumber number, String candidate, PhoneNumberUtil util) { in verify()
/external/v8/test/cctest/
Dtest-version.cc40 bool candidate, const char* soname) { in SetVersion()
54 int patch, bool candidate, in CheckVersion()
/external/v8/src/compiler/
Djs-inlining-heuristic.cc108 Candidate candidate = *i; in Finalize() local
130 for (const Candidate& candidate : candidates_) { in PrintCandidates() local
/external/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
/external/v8/src/
Dversion.cc47 const char* candidate = IsCandidate() ? " (candidate)" : ""; in GetString() local
69 const char* candidate = IsCandidate() ? "-candidate" : ""; in GetSONAME() local
Dcodegen.h148 bool IsYoung(byte* candidate) const { in IsYoung()
/external/clang/include/clang/Sema/
DTypoCorrection.h278 virtual unsigned RankCandidate(const TypoCorrection &candidate) { in RankCandidate()
302 bool MatchesTypo(const TypoCorrection &candidate) { in MatchesTypo()
319 bool ValidateCandidate(const TypoCorrection &candidate) override { in ValidateCandidate()
353 bool ValidateCandidate(const TypoCorrection &candidate) override { in ValidateCandidate()
/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.c42 const MB_MODE_INFO *const candidate = &candidate_mi->mbmi; in find_mv_refs_idx() local
62 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row * in find_mv_refs_idx() local
104 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row in find_mv_refs_idx() local
/external/mockito/src/org/mockito/exceptions/stacktrace/
DStackTraceCleaner.java28 boolean isOut(StackTraceElement candidate); in isOut()
/external/bison/lib/
Dhash.c444 is_prime (size_t candidate) in is_prime()
463 next_prime (size_t candidate) in next_prime()
544 compute_bucket_size (size_t candidate, const Hash_tuning *tuning) in compute_bucket_size()
594 hash_initialize (size_t candidate, const Hash_tuning *tuning, in hash_initialize()
943 hash_rehash (Hash_table *table, size_t candidate) in hash_rehash()
1073 float candidate = in hash_insert_if_absent() local
1175 size_t candidate = in hash_delete() local
/external/mockito/src/org/mockito/internal/invocation/
DInvocationMatcher.java77 public boolean hasSimilarMethod(Invocation candidate) { in hasSimilarMethod()
95 public boolean hasSameMethod(Invocation candidate) { in hasSameMethod()
/external/elfutils/lib/
Dnext_prime.c35 is_prime (size_t candidate) in is_prime()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DAppRTCClient.java59 public void sendLocalIceCandidate(final IceCandidate candidate); in sendLocalIceCandidate()
113 public void onRemoteIceCandidate(final IceCandidate candidate); in onRemoteIceCandidate()
DWebSocketRTCClient.java228 public void sendLocalIceCandidate(final IceCandidate candidate) { in sendLocalIceCandidate()
273 IceCandidate candidate = new IceCandidate( in onWebSocketMessage() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/
DPrimes.java150 …public static MROutput enhancedMRProbablePrimeTest(BigInteger candidate, SecureRandom random, int … in enhancedMRProbablePrimeTest()
253 public static boolean hasAnySmallFactors(BigInteger candidate) in hasAnySmallFactors()
276 … public static boolean isMRProbablePrime(BigInteger candidate, SecureRandom random, int iterations) in isMRProbablePrime()
330 public static boolean isMRProbablePrimeToBase(BigInteger candidate, BigInteger base) in isMRProbablePrimeToBase()
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dproperty-names.js20 aliases.concat([name]).forEach(function(candidate) { argument
/external/webrtc/talk/app/webrtc/objc/
DRTCICECandidate.mm81 - (const webrtc::IceCandidateInterface*)candidate { method in Internal
/external/vogar/src/vogar/
DClassAnalyzer.java32 Method candidate = klass.getMethod(name, parameters); in hasMethod() local
/external/toybox/toys/pending/
Ddiff.c67 struct candidate { struct
69 struct candidate *prev, *next; argument
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DSimpleServer.java146 InetAddress candidate = null; in getPrivateInetAddress() local
169 InetAddress candidate = null; in getPublicInetAddress() local
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableSet.java50 Object candidate = table[i & mask]; in contains() local

123456