HomeSort by relevance Sort by last modified time
    Searched full:suggest (Results 151 - 175 of 899) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/search_engines/
search_terms_data.h 43 // The client parameter passed with Google suggest requests. This
  /external/chromium_org/chrome/browser/ui/
auto_login_prompter.cc 76 // suggest auto-login, if available.
  /external/chromium_org/chrome/renderer/spellchecker/
hunspell_engine.cc 112 hunspell_->suggest(&suggestions, wrong_word_utf8.c_str());
  /external/chromium_org/chrome_frame/
http_negotiate.h 40 // in the response headers. If anyone can suggest a more straightforward way of
  /external/chromium_org/ppapi/api/dev/
ppb_text_input_dev.idl 85 * looks to be on the beginning of a sentence, suggest capital letters in a
  /external/chromium_org/ppapi/api/
ppb_text_input_controller.idl 82 * looks to be on the beginning of a sentence, suggest capital letters in a
  /external/chromium_org/ppapi/c/
ppb_text_input_controller.h 104 * looks to be on the beginning of a sentence, suggest capital letters in a
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBasicProcessorNode.cpp 90 // Render input stream - suggest to the input to render directly into output bus for in-place processing in process() if possible.
  /external/chromium_org/tools/
diagnose-me.py 7 suggest fixes."""
  /external/clang/test/Sema/
c89.c 88 /* Warn, but don't suggest typo correction. */
  /external/clang/test/SemaCXX/
string-plus-int.cpp 39 // FIXME: suggest replacing with "foo"[5]
using-decl-1.cpp 122 // Don't suggest non-typenames for positions requiring typenames.
  /external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeas.txt 25 to modify). Note that I'm not trying to suggest actual solutions here,
  /external/llvm/docs/
Packaging.rst 14 etc.) will tweak them. This document lists settings we suggest you tweak.
  /external/openssh/
TODO 35 - Use different PAM service name for kbdint vs regular auth (suggest from
  /frameworks/base/docs/html/sdk/installing/
migrate.jd 59 we strongly suggest that you generate a Gradle build file using
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 229 List<SuggestItem> filter, suggest; local
232 suggest = mSuggestResults;
239 if (suggest != null) {
240 for (SuggestItem item : suggest) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSuggestionProvider.java 36 * a superset of the content provided by Google Suggest.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 46 public final class Suggest {
47 public static final String TAG = Suggest.class.getSimpleName();
84 public Suggest(final Context context, final Locale locale,
98 Suggest(final AssetFileAddress[] dictionaryList, final Locale locale) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h 23 #include "suggest/core/dicnode/dic_node_priority_queue.h"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h 22 #include "suggest/core/layout/proximity_info_utils.h"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
header_policy.cpp 17 #include "suggest/policyimpl/dictionary/header/header_policy.h"
header_read_write_utils.h 25 #include "suggest/policyimpl/dictionary/utils/format_utils.h"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/
edit_distance.h 21 #include "suggest/policyimpl/utils/edit_distance_policy.h"
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestedWordsTests.java 81 return Suggest.getTransformedSuggestedWordInfo(createWordInfo(info),

Completed in 432 milliseconds

1 2 3 4 5 67 8 91011>>