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

1 2 3 45 6 7 8 91011>>

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_writing_utils.h 23 #include "suggest/policyimpl/dictionary/dynamic_patricia_trie_reading_utils.h"
dynamic_patricia_trie_gc_event_listeners.cpp 17 #include "suggest/policyimpl/dictionary/dynamic_patricia_trie_gc_event_listeners.h"
19 #include "suggest/core/policy/dictionary_header_structure_policy.h"
20 #include "suggest/policyimpl/dictionary/utils/forgetting_curve_utils.h"
dynamic_patricia_trie_reading_helper.h 24 #include "suggest/policyimpl/dictionary/dynamic_patricia_trie_node_reader.h"
25 #include "suggest/policyimpl/dictionary/dynamic_patricia_trie_reading_utils.h"
26 #include "suggest/policyimpl/dictionary/patricia_trie_reading_utils.h"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/
damerau_levenshtein_edit_distance_policy.h 20 #include "suggest/policyimpl/utils/edit_distance_policy.h"
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_view_mac.h 102 // Color used to draw suggest text.
132 // it's an URL or URL-fragment). Resets any suggest text that may be present.
135 // Internal implementation of SetText. Does not reset the suggest text before
  /external/clang/test/FixIt/
fixit-vexing-parse.cpp 47 // Suggest parentheses only around the first argument.
75 // Maybe suggest an " = X()" initializer for this case?
76 // Maybe suggest removing the parens anyway?
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
bigram_dictionary.cpp 24 #include "suggest/core/dictionary/binary_dictionary_bigrams_iterator.h"
25 #include "suggest/core/dictionary/dictionary.h"
26 #include "suggest/core/policy/dictionary_structure_with_buffer_policy.h"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h 25 #include "suggest/core/dicnode/dic_nodes_cache.h"
26 #include "suggest/core/dictionary/multi_bigram_map.h"
27 #include "suggest/core/layout/proximity_info_state.h"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
forgetting_curve_utils.cpp 21 #include "suggest/policyimpl/dictionary/utils/forgetting_curve_utils.h"
23 #include "suggest/core/policy/dictionary_header_structure_policy.h"
24 #include "suggest/policyimpl/dictionary/utils/probability_utils.h"
buffer_with_extendable_buffer.cpp 17 #include "suggest/policyimpl/dictionary/utils/buffer_with_extendable_buffer.h"
buffer_with_extendable_buffer.h 25 #include "suggest/policyimpl/dictionary/utils/byte_array_utils.h"
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 110 <div class="suggest-card reference no-display">
117 <div class="suggest-card dummy no-display">&nbsp;</div>
118 <div class="suggest-card develop no-display">
126 <div class="suggest-card design no-display">
130 <div class="suggest-card distribute no-display">
  /external/chromium_org/chrome/browser/tab_contents/
spelling_menu_observer.cc 74 profile, SpellingServiceClient::SUGGEST);
88 // |SpellingServiceClient::SUGGEST| are mutually exclusive. Only one is
99 // When |SpellingServiceClient::SUGGEST| is available,
103 // from |SpellingServiceClient::SUGGEST| are not available until
134 profile, SpellingServiceClient::SUGGEST, params.misspelled_word,
136 base::Unretained(this), SpellingServiceClient::SUGGEST));
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 101 // Do not suggest dereferencing a Null pointer.
132 // Only suggest taking address of L-values.
169 // Suggest "0" for non-enumeration scalar types, unless we can find a
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
header_read_write_utils.cpp 17 #include "suggest/policyimpl/dictionary/header/header_read_write_utils.h"
24 #include "suggest/policyimpl/dictionary/utils/buffer_with_extendable_buffer.h"
25 #include "suggest/policyimpl/dictionary/utils/byte_array_utils.h"
  /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
  /external/chromium_org/chrome/common/extensions/api/
downloads.idl 524 // listener must call <code>suggest</code> exactly once, either
526 // <code>suggest</code> asynchronously, then it must return
527 // <code>true</code>. If the listener neither calls <code>suggest</code>
528 // synchronously nor returns <code>true</code>, then <code>suggest</code>
530 // until all listeners have called <code>suggest</code>. Listeners may call
531 // <code>suggest</code> without any arguments in order to allow the download
533 // <code>suggestion</code> object to <code>suggest</code> in order to
536 // <code>suggestion</code> object to <code>suggest</code> wins. In order to
543 DownloadItem downloadItem, SuggestFilenameCallback suggest);
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_language.h 36 // Note that doing suggest lookups can be slow.
  /external/chromium_org/net/tools/flip_server/
create_listener.h 21 // -real- service name, not a Google service name. I'd suggest
  /external/clang/test/Sema/
format-strings-gnu.c 29 // We should not suggest 'll' here!
warn-main-return-type.c 25 // Currently we suggest to replace only 'float' here because we don't store
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 77 import com.android.inputmethod.latin.Suggest.OnGetSuggestedWordsCallback;
119 Suggest.SuggestInitializationListener {
170 private Suggest mSuggest;
628 final Suggest newSuggest = new Suggest(this /* Context */, subtypeLocale,
656 final Suggest oldSuggest = mSuggest;
671 final Suggest suggest = mSuggest; local
673 (null != suggest && mSettings.getCurrent().mUseContactsDict);
713 final Suggest suggest = mSuggest; local
894 final Suggest suggest = mSuggest; local
2523 final Suggest suggest = mSuggest; local
2749 final Suggest suggest = mSuggest; local
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 26 #include "suggest/core/dictionary/dictionary.h"
27 #include "suggest/core/suggest_options.h"
28 #include "suggest/policyimpl/dictionary/dictionary_structure_with_buffer_policy_factory.h"
29 #include "suggest/policyimpl/dictionary/utils/dict_file_writing_utils.h"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.cpp 19 #include "suggest/core/layout/proximity_info_state.h"
26 #include "suggest/core/layout/geometry_utils.h"
27 #include "suggest/core/layout/proximity_info.h"
28 #include "suggest/core/layout/proximity_info_state_utils.h"

Completed in 497 milliseconds

1 2 3 45 6 7 8 91011>>