/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 | 93 struct Candidate { 94 Candidate(); 95 virtual ~Candidate(); 102 std::vector<Candidate> candidates; 144 // Called when the user clicks on an item in the candidate list. 187 // This function returns the current property of the candidate window. 193 // Change the property of the candidate window and repaint the candidate 198 // Show or hide the candidate window. 201 // 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 | 735 class Candidate { 737 Candidate() : fragmentation_(0), page_(NULL) { } 738 Candidate(int f, Page* p) : fragmentation_(f), page_(p) { } 778 "evacuation candidate limit: %d\n", 787 Candidate candidates[kMaxMaxEvacuationCandidates]; 794 Candidate* least = NULL; 846 candidates[count++] = Candidate(fragmentation, p); 857 *least = Candidate(fragmentation, p); 992 JSFunction* candidate = jsfunction_candidates_head_; local 994 while (candidate != NULL) 1036 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local 1139 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local 1176 JSFunction* candidate = jsfunction_candidates_head_; local 1236 JSFunction* candidate = jsfunction_candidates_head_; local 1248 SharedFunctionInfo* candidate = shared_function_info_candidates_head_; local 1275 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 | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/ |
lint-checks-22.2.0.jar | |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |