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

1 2 3 45 6 7 8 91011>>

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 22 * suggest/policyimpl/dictionary/structure/v4/ver4_patricia_trie_policy.cpp
25 #include "suggest/policyimpl/dictionary/structure/backward/v402/ver4_patricia_trie_policy.h"
29 #include "suggest/core/dicnode/dic_node.h"
30 #include "suggest/core/dicnode/dic_node_vector.h"
31 #include "suggest/core/dictionary/ngram_listener.h"
32 #include "suggest/core/dictionary/property/bigram_property.h"
33 #include "suggest/core/dictionary/property/unigram_property.h"
34 #include "suggest/core/dictionary/property/word_property.h"
35 #include "suggest/core/session/prev_words_info.h"
36 #include "suggest/policyimpl/dictionary/structure/pt_common/dynamic_pt_reading_helper.h
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
omnibox.json 13 "description": "A suggest result.",
62 "description": "A suggest result.",
114 "description": "An array of suggest results",
151 "name": "suggest",
158 "description": "Array of suggest results",
  /external/clang/test/SemaCXX/
warn-absolute-value-header.cpp 15 // Suggest including cmath
28 // Suggest including cstdlib
44 // Declarations found, suggest name change.
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
dynamic_pt_gc_event_listeners.h 23 #include "suggest/policyimpl/dictionary/structure/pt_common/dynamic_pt_reading_helper.h"
24 #include "suggest/policyimpl/dictionary/structure/pt_common/pt_node_writer.h"
25 #include "suggest/policyimpl/dictionary/utils/buffer_with_extendable_buffer.h"
dynamic_pt_reading_utils.cpp 17 #include "suggest/policyimpl/dictionary/structure/pt_common/dynamic_pt_reading_utils.h"
20 #include "suggest/policyimpl/dictionary/utils/byte_array_utils.h"
dynamic_pt_updating_helper.cpp 17 #include "suggest/policyimpl/dictionary/structure/pt_common/dynamic_pt_updating_helper.h"
19 #include "suggest/core/dictionary/property/unigram_property.h"
20 #include "suggest/policyimpl/dictionary/structure/pt_common/dynamic_pt_reading_helper.h"
21 #include "suggest/policyimpl/dictionary/structure/pt_common/dynamic_pt_writing_utils.h"
22 #include "suggest/policyimpl/dictionary/structure/pt_common/patricia_trie_reading_utils.h"
23 #include "suggest/policyimpl/dictionary/structure/pt_common/pt_node_reader.h"
24 #include "suggest/policyimpl/dictionary/structure/pt_common/pt_node_writer.h"
25 #include "suggest/policyimpl/dictionary/utils/buffer_with_extendable_buffer.h"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/
terminal_position_lookup_table.cpp 17 #include "suggest/policyimpl/dictionary/structure/v4/content/terminal_position_lookup_table.h"
19 #include "suggest/policyimpl/dictionary/structure/v4/ver4_patricia_trie_reading_utils.h"
20 #include "suggest/policyimpl/dictionary/utils/buffer_with_extendable_buffer.h"
bigram_entry.h 21 #include "suggest/policyimpl/dictionary/structure/v4/ver4_dict_constants.h"
22 #include "suggest/policyimpl/dictionary/utils/historical_info.h"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 17 #include "suggest/policyimpl/dictionary/structure/v4/ver4_patricia_trie_policy.h"
21 #include "suggest/core/dicnode/dic_node.h"
22 #include "suggest/core/dicnode/dic_node_vector.h"
23 #include "suggest/core/dictionary/ngram_listener.h"
24 #include "suggest/core/dictionary/property/bigram_property.h"
25 #include "suggest/core/dictionary/property/unigram_property.h"
26 #include "suggest/core/dictionary/property/word_property.h"
27 #include "suggest/core/session/prev_words_info.h"
28 #include "suggest/policyimpl/dictionary/structure/pt_common/dynamic_pt_reading_helper.h"
29 #include "suggest/policyimpl/dictionary/structure/v4/ver4_patricia_trie_node_reader.h
    [all...]
ver4_patricia_trie_writing_helper.h 21 #include "suggest/policyimpl/dictionary/structure/pt_common/dynamic_pt_gc_event_listeners.h"
22 #include "suggest/policyimpl/dictionary/structure/v4/content/terminal_position_lookup_table.h"
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client.cc 53 DCHECK(type == SUGGEST || type == SPELLCHECK);
116 // use spellcheck so we don't do anything remote (suggest or spelling).
121 // Finally, if all options are available, we only enable only SUGGEST
123 // are a superset of SUGGEST results.
130 // Only SUGGEST is allowed.
131 return type == SUGGEST;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.h 21 #include "suggest/core/dicnode/dic_node_utils.h"
22 #include "suggest/core/dictionary/error_type_utils.h"
23 #include "suggest/core/layout/touch_position_correction_utils.h"
24 #include "suggest/core/policy/weighting.h"
25 #include "suggest/core/session/dic_traverse_session.h"
26 #include "suggest/policyimpl/typing/scoring_params.h"
  /external/chromium_org/chrome/browser/autocomplete/
keyword_extensions_delegate_impl.h 61 // suggest results from the extension are current.
64 // The input state at the time we last asked the extension for suggest
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_suggestion_container_unittest.mm 54 [container_ setSuggestionWithVerticallyCompactText:@"suggest"
55 horizontallyCompactText:@"suggest"
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
SuggestBox.js 65 this._element = document.createElementWithClass("div", "suggest-box");
148 this._leftSpacerElement = this._overlay.element.createChild("div", "suggest-box-left-spacer");
149 this._horizontalElement = this._overlay.element.createChild("div", "suggest-box-horizontal");
150 this._topSpacerElement = this._horizontalElement.createChild("div", "suggest-box-top-spacer");
152 this._bottomSpacerElement = this._horizontalElement.createChild("div", "suggest-box-bottom-spacer");
246 var element = document.createElementWithClass("div", "suggest-box-content-item source-code");
309 // Do not show a single suggestion if it is the same as user-entered prefix, even if allowed to show single-item suggest boxes.
416 this.element = document.createElementWithClass("div", "suggest-box-overlay");
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_priority_queue.h 25 #include "suggest/core/dicnode/dic_node.h"
26 #include "suggest/core/dicnode/dic_node_pool.h"
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
format_utils.cpp 17 #include "suggest/policyimpl/dictionary/utils/format_utils.h"
19 #include "suggest/policyimpl/dictionary/utils/byte_array_utils.h"
  /development/samples/NotePad/
_index.html 16 Android development, we suggest you start with the tutorial, then visit this
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
options.html 32 suggest('hello.txt', 'overwrite')</textarea></td>
  /external/chromium_org/components/omnibox/
answers_cache.h 21 // Cache for the most-recently seen answer for Answers in Suggest.
  /external/chromium_org/net/quic/
port_suggester.h 19 // consistently suggest (for that host-port pair) an ephemeral source port,
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/android/audio_device_android_test/src/org/webrtc/voiceengine/test/
AudioDeviceAndroidTest.java 29 // Suggest to use the voice call audio stream for hardware volume
  /external/chromium_org/tools/gyp/tools/
README 14 I suggest you do a search and replace for '"..\' and replace it with '"' in original.txt
  /external/clang/test/FixIt/
format-no-fixit.m 19 // This is okay, but we won't suggest a fixit; arbitrary structure pointers may
  /external/clang/test/Sema/
ms-wchar.c 17 // Do not suggest initializing with a string here, because it would not work.

Completed in 4281 milliseconds

1 2 3 45 6 7 8 91011>>