HomeSort by relevance Sort by last modified time
    Searched full:suggest (Results 1 - 25 of 461) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
warn-missing-braces.c 3 int a[2][2] = { 0, 1, 2, 3 }; // expected-warning{{suggest braces}} expected-warning{{suggest braces}}
  /external/chromium/chrome/common/extensions/docs/examples/api/omnibox/simple-example/
background.html 5 function(text, suggest) {
7 suggest([
  /external/chromium/chrome/common/
instant_types.h 9 // Enum describing the ways instant suggest text can be completed.
  /external/clang/test/FixIt/
fixit-unrecoverable.c 2 suggest corrections but are unable to actually recover from
fixit-unrecoverable.cpp 2 suggest corrections but are unable to actually recover from
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoCorrection.java 75 if (key.equals(Suggest.DICT_KEY_WHITELIST)) continue;
88 (WhitelistDictionary)dictionaries.get(Suggest.DICT_KEY_WHITELIST);
107 && (correctionMode == Suggest.CORRECTION_FULL
108 || correctionMode == Suggest.CORRECTION_FULL_BIGRAM);
114 if (wordComposer.size() > 1 && (correctionMode == Suggest.CORRECTION_FULL
115 || correctionMode == Suggest.CORRECTION_FULL_BIGRAM)
Suggest.java 38 public class Suggest implements Dictionary.WordCallback {
40 public static final String TAG = Suggest.class.getSimpleName();
112 public Suggest(final Context context, final int dictionaryResId, final Locale locale) {
116 /* package for test */ Suggest(final Context context, final File dictionary,
305 LatinImeLogger.onAddSuggestedWord(typedWord, Suggest.DIC_USER_TYPED,
533 Log.w("Suggest", "String pool got too big: " + poolSize);
  /external/chromium/chrome/browser/autocomplete/
search_provider.h 41 // text. It also starts a task to query the Suggest servers. When that data
78 // ID used in creating URLFetcher for default provider's suggest results.
81 // ID used in creating URLFetcher for keyword provider's suggest results.
122 // Returns true if the keyword provider is valid and has a valid suggest
131 // Returns true if the default provider is valid and has a valid suggest
184 // Returns true when the current query can be sent to the Suggest service.
185 // This will be false e.g. when Suggest is disabled, the query contains
189 // Stops the suggest query.
193 // Creates a URLFetcher requesting suggest results for the specified
199 // Parses the results from the Suggest server and stores up to kMaxMatches o
    [all...]
search_provider_unittest.cc 27 // TemplateURL has a valid suggest and search URL.
69 // Notifies the URLFetcher for the suggest query corresponding to the default
213 // Tell the SearchProvider the default suggest query is done.
222 // created for the default provider suggest results.
227 // Make sure the default providers suggest service was queried.
237 // Tell the SearchProvider the suggest query is done.
280 // Make sure the default providers suggest service was queried.
285 // Tell the SearchProvider the default suggest query is done.
291 // Make sure the keyword providers suggest service was queried.
301 // Tell the SearchProvider the keyword suggest query is done
    [all...]
autocomplete_edit_view_mac.h 150 // it's an URL or URL-fragment). Resets any suggest text that may be present.
153 // Internal implementation of SetText. Does not reset the suggest text before
161 // Returns the non-suggest portion of |field_|'s string value.
164 // Returns the suggest portion of |field_|'s string value.
209 // Length of the suggest text. The suggest text always appears at the end of
  /packages/apps/Browser/tools/
all_search_engines.template.xml 32 - Suggest URL: empty string if this engine has no suggest feature
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
UserBigramSuggestHelper.java 38 Suggest.DIC_USER);
41 mSuggest.setCorrectionMode(Suggest.CORRECTION_FULL_BIGRAM);
50 Suggest.DIC_USER);
SuggestHelper.java 31 protected final Suggest mSuggest;
36 // Use null as the locale for Suggest so as to force it to use the internal dictionary
38 mSuggest = new Suggest(context, dictionaryId, null);
47 mSuggest = new Suggest(context, dictionaryPath, startOffset, length, null, locale);
54 mSuggest.setCorrectionMode(Suggest.CORRECTION_FULL);
  /external/iptables/
INCOMPATIBILITIES 13 After upgrading from 1.2 to 1.3, it suggest go do an iptables-save, then
  /development/samples/NotePad/
_index.html 16 Android development, we suggest you start with the tutorial, then visit this
  /external/chromium/chrome/browser/ui/views/location_bar/
suggested_text_view.h 14 // SuggestedTextView is used to show the suggest text in the LocationBar.
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
MVS.todo 16 Thank you! What you propose is okay. I might suggest, however, that you
  /packages/inputmethods/LatinIME/java/
proguard.flags 6 -keep class com.android.inputmethod.latin.Suggest {
  /packages/providers/ApplicationsProvider/res/values/
strings.xml 24 <!-- Description line displayed for an application entry in the search suggest list. -->
  /external/bison/
README 12 distribution and report a bug we will probably suggest that you
  /external/llvm/docs/HistoricalNotes/
2001-07-06-LoweringIRForCodeGen.txt 14 What I was going to suggest was that for a particular processor, we define
  /external/markdown/docs/extensions/
extra.txt 39 additional extensions, we suggest creating your own clone of Extra
  /external/markdown/markdown/extensions/
extra.py 23 additional extensions, we suggest creating your own clone of Extra
  /external/stlport/test/compiler/
README 27 Indeed ttei3.cpp, ttei4.cpp, ttei5.cpp suggest syntax not approved by standard
  /packages/inputmethods/LatinIME/native/src/
dictionary.cpp 38 LOGI("IN NATIVE SUGGEST Version: %d", (mDict[0] & 0xFF));

Completed in 427 milliseconds

1 2 3 4 5 6 7 8 91011>>