/frameworks/base/docs/html/guide/topics/text/ |
creating-input-method.jd | 138 <strong>candidates</strong> view. You only have to implement the elements that are relevant to 167 <h3 id="CandidateView">Candidates view</h3> 169 The candidates view is the UI where the IME displays potential word corrections or 282 to a password field. Hide the password in your UI both in the input view and in the candidates
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
SuggestionSpanUtils.java | 134 // TODO: We should avoid adding suggestion span candidates that came from the bigram
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
CandidateTextView.java | 32 * The default candidates view manager using {@link TextView}.
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/src/test/pkg/ |
JavaPerformanceTest.java.txt | 69 // Sparse array candidates
|
/external/clang/include/clang/Sema/ |
CodeCompleteConsumer.h | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.def | 497 /* Bound on number of candidates for induction variables below that 498 all candidates are considered for each use in induction variable 502 "iv-consider-all-candidates-bound", 503 "Bound on number of candidates below that all candidates are considered in iv optimizations", 519 "If number of candidates in the set is smaller, we always try to remove unused ivs during its optimization", [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.def | 497 /* Bound on number of candidates for induction variables below that 498 all candidates are considered for each use in induction variable 502 "iv-consider-all-candidates-bound", 503 "Bound on number of candidates below that all candidates are considered in iv optimizations", 519 "If number of candidates in the set is smaller, we always try to remove unused ivs during its optimization", [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
params.def | 497 /* Bound on number of candidates for induction variables below that 498 all candidates are considered for each use in induction variable 502 "iv-consider-all-candidates-bound", 503 "Bound on number of candidates below that all candidates are considered in iv optimizations", 519 "If number of candidates in the set is smaller, we always try to remove unused ivs during its optimization", [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
params.def | 497 /* Bound on number of candidates for induction variables below that 498 all candidates are considered for each use in induction variable 502 "iv-consider-all-candidates-bound", 503 "Bound on number of candidates below that all candidates are considered in iv optimizations", 519 "If number of candidates in the set is smaller, we always try to remove unused ivs during its optimization", [all...] |
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
apConnApi.h | 354 * \param newAP - Pointer to input parameters list of AP candidates for roaming 383 * AP candidates for roaming against the quality of current AP.
|
/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...] |
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/ |
AbstractCheckTest.java | 75 List<Issue> candidates = new BuiltinIssueRegistry().getIssues(); local 76 for (Issue issue : candidates) {
|
/cts/apps/CtsVerifier/lib/colorchecker/ |
colorcheckertest.cpp | 51 ALOGV("Candidates deleted!"); 472 ALOGV("Candidates deleted!"); 508 ALOGV("Candidates Number (%d, %d)", mCandidateColors.size(), mCandidateColors[0].size()); 509 // Verifies whether the current line candidates form a valid color checker. [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/llvm/lib/CodeGen/ |
LiveIntervalUnion.h | 41 /// Union of live intervals that are strong candidates for coalescing into a
|
/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
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngr.c | [all...] |
/frameworks/av/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
|
/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
|
/libcore/luni/src/main/java/java/lang/ |
Runtime.java | 377 List<String> candidates = new ArrayList<String>(); local 381 candidates.add(candidate); 394 throw new UnsatisfiedLinkError("Library " + libraryName + " not found; tried " + candidates);
|
/external/clang/include/clang/Basic/ |
Diagnostic.h | 163 /// \brief Specifies which overload candidates to display when overload 167 Ovl_Best ///< Show just the "best" overload candidates. 185 OverloadsShown ShowOverloads; // Which overload candidates to show. 472 /// \brief Specify which overload candidates to show when overload resolution 475 /// 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...] |
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
IconDetector.java | 342 // (file sizes and image dimensions) to quickly reject candidates, such that it only 373 for (Set<File> candidates : candidateLists) { 375 candidates.size()); 377 for (File file : candidates) { 438 // but the number of candidates should be very small [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
AnnotationsDirectoryItem.java | 88 * interning candidates are ones that <i>only</i> have a non-null
|