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

1 2

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_interface.cc 25 InputMethodEngineInterface::Candidate::Candidate() {
28 InputMethodEngineInterface::Candidate::~Candidate() {
input_method_engine_interface.h 98 struct Candidate {
99 Candidate();
100 virtual ~Candidate();
107 std::vector<Candidate> candidates;
118 // Auxiliary text is typically displayed in the footer of the candidate
154 // Called when the user clicks on an item in the candidate list.
201 // This function returns the current property of the candidate window.
207 // Change the property of the candidate window and repaint the candidate
212 // Show or hide the candidate window
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 186 assert(SuccToSinkTo && "Candidate sink target is null");
216 // dominated by the candidate
253 BasicBlock *Candidate = (*I)->getBlock();
255 IsAcceptableTarget(Inst, Candidate))
256 SuccToSinkTo = Candidate;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
candidate.h 44 // Candidate for ICE based connection discovery.
46 class Candidate {
49 // candidate-attribute syntax. http://tools.ietf.org/html/rfc5245#section-15.1
50 Candidate() : component_(0), priority_(0), generation_(0) {}
51 Candidate(const std::string& id, int component, const std::string& protocol,
143 // Determines whether this candidate is equivalent to the given one.
144 bool IsEquivalent(const Candidate& c) const {
  /external/clang/unittests/Tooling/
TestVisitor.h 204 : Candidate(Name, LineNumber, ColumnNumber), Found(false) {}
207 if (Candidate.Matches(Name, Location)) {
210 } else if (!Found && Candidate.PartiallyMatches(Name, Location)) {
219 << "Expected \"" << Candidate.ExpectedName
220 << "\" at " << Candidate.LineNumber
221 << ":" << Candidate.ColumnNumber << PartialMatches;
224 MatchCandidate Candidate;
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 588 // store are LOH candidate iff the end of the chain is used as
599 // candidate for simplificaton in non-ADRPMode.
696 /// Check whether the given instruction is a LOH candidate.
699 /// \pre UseToDefs contains only on def per use, i.e., obvious non candidate are
804 // If no definition is available, this is a non candidate.
830 // A potential candidate becomes a candidate, if its current immediate
    [all...]
  /external/smack/asmack-master/lib/
jstun.jar 
  /external/chromium_org/v8/src/
mark-compact.cc 787 class Candidate {
789 Candidate() : fragmentation_(0), page_(NULL) { }
790 Candidate(int f, Page* p) : fragmentation_(f), page_(p) { }
830 "evacuation candidate limit: %d\n",
839 Candidate candidates[kMaxMaxEvacuationCandidates];
846 Candidate* least = NULL;
898 candidates[count++] = Candidate(fragmentation, p);
909 *least = Candidate(fragmentation, p);
1045 JSFunction* candidate = jsfunction_candidates_head_; local
1047 while (candidate != NULL)
1090 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local
1178 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local
1215 JSFunction* candidate = jsfunction_candidates_head_; local
1275 JSFunction* candidate = jsfunction_candidates_head_; local
1287 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local
1314 JSFunction* candidate = jsfunction_candidates_head_; local
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 76 bool ValidateCandidate(const TypoCorrection &candidate) override {
77 if (NamedDecl *ND = candidate.getCorrectionDecl()) {
83 return !WantClassName && candidate.isKeyword();
    [all...]
SemaOverload.cpp 570 /// to the form used in overload-candidate information.
    [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 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar 

Completed in 1428 milliseconds

1 2