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

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc 26 InputMethodEngine::Candidate::Candidate() {
29 InputMethodEngine::Candidate::~Candidate() {
input_method_engine.h 93 struct Candidate {
94 Candidate();
95 virtual ~Candidate();
102 std::vector<Candidate> candidates;
135 // Called when the user clicks on an item in the candidate list.
178 // Show or hide the candidate window.
181 // Show or hide the cursor in the candidate window.
184 // Set the orientation of the candidate window.
187 // Set the number of candidates displayed in the candidate window.
190 // Set the text that appears as a label in the candidate window
    [all...]
  /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/chromium_org/third_party/libjingle/source/talk/p2p/base/
candidate.h 42 // Candidate for ICE based connection discovery.
44 class Candidate {
47 // candidate-attribute syntax. http://tools.ietf.org/html/rfc5245#section-15.1
48 Candidate() : component_(0), priority_(0), generation_(0) {}
49 Candidate(const std::string& id, int component, const std::string& protocol,
141 // Determines whether this candidate is equivalent to the given one.
142 bool IsEquivalent(const Candidate& c) const {
  /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...]
SemaDecl.cpp 70 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
71 if (NamedDecl *ND = candidate.getCorrectionDecl())
75 return !WantClassName && candidate.isKeyword();
    [all...]
SemaOverload.cpp 565 /// to the form used in overload-candidate information.
    [all...]
  /external/smack/asmack-master/lib/
jstun.jar 
  /external/chromium_org/v8/src/
mark-compact.cc 747 class Candidate {
749 Candidate() : fragmentation_(0), page_(NULL) { }
750 Candidate(int f, Page* p) : fragmentation_(f), page_(p) { }
790 "evacuation candidate limit: %d\n",
799 Candidate candidates[kMaxMaxEvacuationCandidates];
806 Candidate* least = NULL;
858 candidates[count++] = Candidate(fragmentation, p);
869 *least = Candidate(fragmentation, p);
1016 JSFunction* candidate = jsfunction_candidates_head_; local
1018 while (candidate != NULL)
1060 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local
1163 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local
1200 JSFunction* candidate = jsfunction_candidates_head_; local
1260 JSFunction* candidate = jsfunction_candidates_head_; local
1272 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local
1299 JSFunction* candidate = jsfunction_candidates_head_; local
    [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 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 445 milliseconds