Home
last modified time | relevance | path

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

12345678910

/external/v8/src/heap/
Dmark-compact-inl.h67 JSFunction** CodeFlusher::GetNextCandidateSlot(JSFunction* candidate) { in GetNextCandidateSlot()
73 JSFunction* CodeFlusher::GetNextCandidate(JSFunction* candidate) { in GetNextCandidate()
79 void CodeFlusher::SetNextCandidate(JSFunction* candidate, in SetNextCandidate()
85 void CodeFlusher::ClearNextCandidate(JSFunction* candidate, Object* undefined) { in ClearNextCandidate()
92 SharedFunctionInfo* candidate) { in GetNextCandidate()
98 void CodeFlusher::SetNextCandidate(SharedFunctionInfo* candidate, in SetNextCandidate()
104 void CodeFlusher::ClearNextCandidate(SharedFunctionInfo* candidate) { in ClearNextCandidate()
/external/mockito/src/main/java/org/mockito/invocation/
DMatchableInvocation.java47 boolean matches(Invocation candidate); in matches()
55 boolean hasSimilarMethod(Invocation candidate); in hasSimilarMethod()
62 boolean hasSameMethod(Invocation candidate); in hasSameMethod()
/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/junit/src/main/java/org/junit/experimental/theories/
DParameterSignature.java66 public boolean canAcceptValue(Object candidate) { in canAcceptValue()
70 public boolean canAcceptType(Class<?> candidate) { in canAcceptType()
75 public boolean canPotentiallyAcceptType(Class<?> candidate) { in canPotentiallyAcceptType()
81 private boolean isAssignableViaTypeConversion(Class<?> targetType, Class<?> candidate) { in isAssignableViaTypeConversion()
116 Annotation candidate = findDeepAnnotation(each.annotationType() in findDeepAnnotation() local
/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()
347 private PhoneNumberMatch extractInnerMatch(CharSequence candidate, int offset) { in extractInnerMatch()
385 private PhoneNumberMatch parseAndVerify(CharSequence candidate, int offset) { in parseAndVerify()
574 PhoneNumber number, CharSequence candidate, PhoneNumberUtil util, in checkNumberGroupingIsValid()
598 static boolean containsMoreThanOneSlashInNationalNumber(PhoneNumber number, String candidate) { in containsMoreThanOneSlashInNationalNumber()
625 PhoneNumber number, String candidate, PhoneNumberUtil util) { in containsOnlyValidXChars()
DPhoneNumberUtil.java484 boolean verify(PhoneNumber number, CharSequence candidate, PhoneNumberUtil util) { in verify()
496 boolean verify(PhoneNumber number, CharSequence candidate, PhoneNumberUtil util) { in verify()
518 boolean verify(PhoneNumber number, CharSequence candidate, PhoneNumberUtil util) { in verify()
551 boolean verify(PhoneNumber number, CharSequence candidate, PhoneNumberUtil util) { in verify()
/external/mockito/src/main/java/org/mockito/internal/invocation/
DInvocationMatcher.java80 public boolean matches(Invocation candidate) { in matches()
88 public boolean hasSimilarMethod(Invocation candidate) { in hasSimilarMethod()
109 public boolean hasSameMethod(Invocation candidate) { in hasSameMethod()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Drandom_ops.cc136 xla::ComputationDataHandle candidate = in Compile() local
159 xla::ComputationDataHandle candidate = in Compile()
169 xla::ComputationDataHandle candidate = in Compile() local
/external/skqp/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/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.cc29 const char* candidate = IsCandidate() ? " (candidate)" : ""; in GetString() local
51 const char* candidate = IsCandidate() ? "-candidate" : ""; in GetSONAME() local
Dcodegen.h112 bool IsYoung(byte* candidate) const { in IsYoung()
/external/v8/src/compiler/
Djs-inlining-heuristic.cc79 Candidate candidate; in Reduce() local
165 Candidate candidate = *i; in Finalize() local
175 Reduction JSInliningHeuristic::InlineCandidate(Candidate const& candidate) { in InlineCandidate()
294 for (const Candidate& candidate : candidates_) { in PrintCandidates() local
Dinstruction-scheduler.cc30 auto candidate = nodes_.end(); in PopBestCandidate() local
53 auto candidate = nodes_.begin(); in PopBestCandidate() local
218 ScheduleGraphNode* candidate = ready_list.PopBestCandidate(cycle); in ScheduleBlock() local
/external/clang/include/clang/Sema/
DTypoCorrection.h284 virtual unsigned RankCandidate(const TypoCorrection &candidate) { in RankCandidate()
308 bool MatchesTypo(const TypoCorrection &candidate) { in MatchesTypo()
325 bool ValidateCandidate(const TypoCorrection &candidate) override { in ValidateCandidate()
359 bool ValidateCandidate(const TypoCorrection &candidate) override { in ValidateCandidate()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeDelaySlotFiller.cpp67 static bool hasImmInstruction(MachineBasicBlock::iterator &candidate) { in hasImmInstruction()
107 static bool delayHasHazard(MachineBasicBlock::iterator &candidate, in delayHasHazard()
182 MachineBasicBlock::iterator candidate) { in isDelayFiller()
/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/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()
/external/mockito/src/main/java/org/mockito/exceptions/stacktrace/
DStackTraceCleaner.java27 boolean isIn(StackTraceElement candidate); in isIn()
/external/elfutils/lib/
Dnext_prime.c35 is_prime (size_t candidate) in is_prime()
/external/webrtc/talk/app/webrtc/objc/
DRTCICECandidate.mm81 - (const webrtc::IceCandidateInterface*)candidate { method in Internal
/external/toybox/toys/pending/
Ddiff.c67 struct candidate { struct
69 struct candidate *prev, *next; argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DClassProto.java460 Method candidate = vtable.get(i); in findMethodIndexInVtable() local
473 Method candidate = vtable.get(i); in findMethodIndexInVtableReverse() local
/external/vogar/src/vogar/
DClassAnalyzer.java32 Method candidate = klass.getMethod(name, parameters); in hasMethod() local

12345678910