/external/clang/lib/Sema/ |
CodeCompleteConsumer.cpp | 369 OverloadCandidate *Candidates, 373 = Candidates[I].CreateSignatureString(CurrentArg, SemaRef,
|
/external/llvm/lib/CodeGen/ |
RegAllocLinearScan.cpp | 275 std::vector<std::pair<unsigned,float> > &Candidates, 846 std::vector<std::pair<unsigned,float> > &Candidates, 856 dbgs() << "\tConsidering " << NumCands << " candidates: "; 858 dbgs() << tri_->getName(Candidates[i].first) << " "; 869 unsigned Candidate = Candidates[j].first; 884 unsigned Candidate = Candidates[j].first; [all...] |
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
PinyinIME.java | 106 * View to show candidates list. 126 * Used to notify gestures from candidates view. 136 * The on-screen movement gesture detector for candidates view. [all...] |
/external/chromium/net/tools/dump_cache/ |
url_to_filename_encoder.h | 21 // URLs, we should pick one that doesn't show up frequently in URLs. Candidates
|
/external/webkit/Source/WebCore/page/ |
Frame.h | 126 // ======== All public functions below this point are candidates to move out of Frame into another class. ========
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ralink.h | 230 ULONG NumCandidates; // No. of pmkid candidates
|
/external/wpa_supplicant_8/src/drivers/ |
driver_ralink.h | 231 ULONG NumCandidates; // No. of pmkid candidates
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
UserUnigramDictionary.java | 36 * for suggesting and re-ordering of candidates.
|
/frameworks/base/core/java/android/text/ |
InputType.java | 126 * that the input method should not be showing candidates itself, but can 127 * expect for the editor to supply its own completions/candidates from 151 * display any dictionary-based candidates. This is useful for text views that
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
q_gain_p.cpp | 121 gain_cand -- Array of type Word16 -- pitch gain candidates (3), 183 Word16 gain_cand[], /* o : pitch gain candidates (3), MR795 only, Q14 */ 215 /* in MR795 mode, compute three gain_pit candidates around the index
|
/libcore/luni/src/main/java/java/lang/ |
Runtime.java | 376 List<String> candidates = new ArrayList<String>(); local 380 candidates.add(candidate); 393 throw new UnsatisfiedLinkError("Library " + libraryName + " not found; tried " + candidates);
|
/external/clang/include/clang/Basic/ |
Diagnostic.h | 138 /// Specifies which overload candidates to display when overload resolution 142 Ovl_Best ///< Show just the "best" overload candidates. 156 OverloadsShown ShowOverloads; // Which overload candidates to show. 396 /// \brief Specify which overload candidates to show when overload resolution 397 /// fails. By default, we show all candidates. [all...] |
/external/webkit/Source/WebCore/dom/ |
Position.cpp | 471 // If true, adjacent candidates are visually distinct. 511 // This function and downstream() are used for moving back and forth between visually equivalent candidates. 512 // For example, for the text node "foo bar" where whitespace is collapsible, there are two candidates 633 // This function and upstream() are used for moving back and forth between visually equivalent candidates. 634 // For example, for the text node "foo bar" where whitespace is collapsible, there are two candidates [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
AnnotationsDirectoryItem.java | 88 * interning candidates are ones that <i>only</i> have a non-null
|
/dalvik/dx/src/com/android/dx/dex/file/ |
AnnotationsDirectoryItem.java | 88 * interning candidates are ones that <i>only</i> have a non-null
|
/development/tools/a3dconvert/ |
ColladaGeometry.cpp | 228 // loop over all the potential candidates and see if any match our guy
|
ObjLoader.cpp | 279 // loop over all the potential candidates and see if any match our guy
|
/external/bluetooth/glib/tests/ |
hash-test.c | 151 * 31 down to 25 are zero. Happily, we have candidates, from
|
/external/chromium/chrome/browser/password_manager/ |
password_form_manager.h | 105 // an exact match, we still provide candidates that the user may
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
call_main.cc | 228 DEFINE_string(filterhost, NULL, "Filter out the host from all candidates.");
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
constants.h | 149 // transports and candidates
|
/external/clang/test/SemaCXX/ |
new-delete.cpp | 278 // Don't diagnose access for overload candidates that aren't selected.
|
overloaded-operator.cpp | 294 // PR5360: Arrays should lead to built-in candidates for subscript.
|
/external/icu4c/common/ |
uresimp.h | 106 /* Candidates for export */
|
/external/llvm/docs/HistoricalNotes/ |
2000-11-18-EarlyDesignIdeasResp.txt | 75 x86 and solaris, I think that these two are excellent candidates when
|