Home
last modified time | relevance | path

Searched defs:Candidate (Results 1 – 10 of 10) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtransportchannelimpl.h39 class Candidate; variable
Dcandidate.h41 Candidate() : preference_(0), generation_(0) {} in Candidate() function
42 Candidate(const std::string& name, const std::string& protocol, in Candidate() function
Dsessionmessages.h44 class Candidate; variable
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp468 SchedCandidate &Candidate, in SchedulingCost()
534 SchedCandidate &Candidate) { in pickNodeFromQueue()
/external/llvm/lib/Transforms/Scalar/
DSink.cpp243 BasicBlock *Candidate = (*I)->getBlock(); in SinkInstruction() local
/external/clang/unittests/Tooling/
DTestVisitor.h206 MatchCandidate Candidate; member
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp707 bool Filler::delayHasHazard(const MachineInstr &Candidate, RegDefsUses &RegDU, in delayHasHazard()
/external/clang/lib/Sema/
DSemaOverload.cpp5351 OverloadCandidate &Candidate = CandidateSet.addCandidate(Args.size()); in AddOverloadCandidate() local
5517 OverloadCandidate &Candidate = CandidateSet.addCandidate(Args.size() + 1); in AddMethodCandidate() local
5625 OverloadCandidate &Candidate = CandidateSet.addCandidate(); in AddMethodTemplateCandidate() local
5675 OverloadCandidate &Candidate = CandidateSet.addCandidate(); in AddTemplateOverloadCandidate() local
5717 OverloadCandidate &Candidate = CandidateSet.addCandidate(1); in AddConversionCandidate() local
5859 OverloadCandidate &Candidate = CandidateSet.addCandidate(); in AddTemplateConversionCandidate() local
5897 OverloadCandidate &Candidate = CandidateSet.addCandidate(Args.size() + 1); in AddSurrogateCandidate() local
6048 OverloadCandidate &Candidate = CandidateSet.addCandidate(NumArgs); in AddBuiltinCandidate() local
DSemaLookup.cpp3669 TypoCorrection &Candidate) { in isCandidateViable()
3930 TypoCorrection &Candidate = I->second.front(); in CorrectTypo() local
/external/v8/src/
Dmark-compact.cc514 class Candidate { in CollectEvacuationCandidates() class
516 Candidate() : fragmentation_(0), page_(NULL) { } in CollectEvacuationCandidates() function in v8::internal::MarkCompactCollector::CollectEvacuationCandidates::Candidate
517 Candidate(int f, Page* p) : fragmentation_(f), page_(p) { } in CollectEvacuationCandidates() function in v8::internal::MarkCompactCollector::CollectEvacuationCandidates::Candidate