HomeSort by relevance Sort by last modified time
    Searched defs:Candidate (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
candidate.h 37 // Candidate for ICE based connection discovery.
39 class Candidate {
41 Candidate() : preference_(0), generation_(0) {}
42 Candidate(const std::string& name, const std::string& protocol,
101 // Determines whether this candidate is equivalent to the given one.
102 bool IsEquivalent(const Candidate& c) const {
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 183 assert(SuccToSinkTo && "Candidate sink target is null");
213 // dominated by the candidate
243 BasicBlock *Candidate = (*I)->getBlock();
245 IsAcceptableTarget(Inst, Candidate))
246 SuccToSinkTo = Candidate;
  /external/clang/unittests/Tooling/
TestVisitor.h 187 : Candidate(Name, LineNumber, ColumnNumber), Found(false) {}
190 if (Candidate.Matches(Name, Location)) {
193 } else if (!Found && Candidate.PartiallyMatches(Name, Location)) {
202 << "Expected \"" << Candidate.ExpectedName
203 << "\" at " << Candidate.LineNumber
204 << ":" << Candidate.ColumnNumber << PartialMatches;
207 MatchCandidate Candidate;
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaOverload.cpp 547 /// to the form used in overload-candidate information.
    [all...]
  /external/v8/src/
mark-compact.cc 514 class Candidate {
516 Candidate() : fragmentation_(0), page_(NULL) { }
517 Candidate(int f, Page* p) : fragmentation_(f), page_(p) { }
555 Candidate candidates[kMaxMaxEvacuationCandidates];
559 Candidate* least = NULL;
611 candidates[count++] = Candidate(fragmentation, p);
622 *least = Candidate(fragmentation, p);
791 JSFunction* candidate = jsfunction_candidates_head_; local
793 while (candidate != NULL) {
794 next_candidate = GetNextCandidate(candidate);
826 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 

Completed in 2020 milliseconds