/external/bluetooth/glib/docs/reference/glib/tmpl/ |
windows.sgml | 10 If your application really needs the POSIX APIs, we suggest you try the Cygwin
|
/external/bzip2/ |
spewG.c | 5 I suggest you use the undocumented --exponential option to
|
/external/chromium/net/tools/flip_server/ |
create_listener.h | 22 // -real- service name, not a Google service name. I'd suggest
|
/frameworks/base/tests/DumpRenderTree2/ |
AndroidManifest.xml | 32 documentation, because the behaviour of the application suggest
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
StringBuilderPool.java | 40 // At the moment this pool is only used in Suggest.java and only in one thread so it's
|
WhitelistDictionary.java | 38 super(context, Suggest.DIC_WHITELIST);
|
BinaryDictionary.java | 98 // the Suggest class knows everything about every single dictionary. 99 mDicTypeId = Suggest.DIC_MAIN;
|
LatinIME.java | 167 private Suggest mSuggest; 537 mSuggest = new Suggest(this, mainDicResId, keyboardLocale); 549 = new UserUnigramDictionary(this, this, localeStr, Suggest.DIC_USER_UNIGRAM); 553 = new UserBigramDictionary(this, this, localeStr, Suggest.DIC_USER_BIGRAM); 565 * does not depend on the locale, it can be reused across different instances of Suggest. 585 dictionaryToUse = new ContactsDictionary(this, Suggest.DIC_CONTACTS); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
AssetType.java | 58 * Returns the default format to use to suggest a name for the asset
|
/external/chromium/chrome/browser/autocomplete/ |
keyword_provider.h | 146 // suggest results from the extension are current. 149 // The input state at the time we last asked the extension for suggest
|
search_provider.cc | 112 // Add the new suggest result. We give it a rank higher than 140 // Can't return search/suggest results for bogus input or without a profile. 222 // We should only get here if we have a suggest url for the keyword or default 245 // JSON is supposed to be UTF-8, but some suggest service providers send JSON 356 // Don't run Suggest in incognito mode, the engine doesn't support it, or 388 // private, and the Suggest server is unlikely to have any useful results 465 // Parse optional data in the results from the Suggest server if any. 476 // Parse Google Suggest specific type extension. [all...] |
/external/chromium/chrome/browser/resources/options/chromeos/ |
language_mozc_options.html | 81 <input id="mozc-use-history-suggest" 93 <input id="mozc-use-dictionary-suggest"
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/chrome_search/ |
background.html | 5 function(text, suggest) { 64 suggest(results);
|
/external/yaffs2/yaffs2/ |
Kconfig | 121 Suggest setting Y during development and ironing out driver issues 122 etc. Suggest setting to N if you want faster writing.
|
/frameworks/base/libs/rs/scriptc/ |
rs_core.rsh | 112 * allocation to be processed or suggest a walking strategy. May be 143 * allocation to be processed or suggest a walking strategy. May be
|
/prebuilt/sdk/14/renderscript/include/ |
rs_core.rsh | 112 * allocation to be processed or suggest a walking strategy. May be 143 * allocation to be processed or suggest a walking strategy. May be
|
/external/chromium/chrome/browser/net/ |
sdch_dictionary_fetcher.h | 41 // page subresources (or tabs opened in parallel) all suggest the dictionary.
|
/external/chromium/chrome/browser/search_engines/ |
search_terms_data.cc | 25 // The suggest base URL we want at the end is something like
|
/external/llvm/docs/HistoricalNotes/ |
2000-11-18-EarlyDesignIdeas.txt | 25 to modify). Note that I'm not trying to suggest actual solutions here,
|
/packages/apps/Browser/src/com/android/browser/ |
SuggestionsAdapter.java | 248 List<SuggestItem> filter, suggest; local 251 suggest = mSuggestResults; 258 if (suggest != null) { 259 for (SuggestItem item : suggest) {
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
GoogleSuggestionProvider.java | 36 * a superset of the content provided by Google Suggest.
|
/external/clang/ |
TODO.txt | 64 - If no member of a given name is found in a class/struct, search through the names of entities that do exist in the class and suggest the closest candidate. e.g., if I write "DS.setTypeSpecType", it would suggest "DS.SetTypeSpecType" (edit distance = 1).
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionData.java | 26 * Holds data for each suggest item including the display data and how to launch the result. 27 * Used for passing from the provider to the suggest cursor.
|
/build/tools/ |
warn.py | 142 'description':'Suggest adding braces around empty body', 143 'patterns':[r".*: warning: suggest braces around empty body in an 'if' statement", 145 r".*: warning: suggest braces around empty body in an 'else' statement", 148 'description':'Suggest adding parentheses', 149 'patterns':[r".*: warning: suggest explicit braces to avoid ambiguous 'else'", 150 r".*: warning: suggest parentheses around arithmetic in operand of '.+'", 151 r".*: warning: suggest parentheses around comparison in operand of '.+'", 152 r".*: warning: suggest parentheses around '.+?' .+ '.+?'", 153 r".*: warning: suggest parentheses around assignment used as truth value"] }, [all...] |
/packages/inputmethods/LatinIME/java/res/values/ |
strings.xml | 71 <string name="use_contacts_dict">Suggest Contact names</string> 106 <!-- Option to suggest auto correction suggestions modestly. Auto-corrects only to a word which has small edit distance from typed word. [CHAR LIMIT=20] --> 108 <!-- Option to suggest auto correction suggestions aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] --> 110 <!-- Option to suggest auto correction suggestions very aggressively. Auto-corrects to a word which has even large edit distance from typed word. [CHAR LIMIT=20] --> 262 in which case we should suggest that the user speak less. -->
|