OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:suggest
(Results
76 - 100
of
899
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/bigram/
bigram_list_read_write_utils.cpp
17
#include "
suggest
/policyimpl/dictionary/bigram/bigram_list_read_write_utils.h"
19
#include "
suggest
/policyimpl/dictionary/dynamic_patricia_trie_reading_utils.h"
20
#include "
suggest
/policyimpl/dictionary/utils/byte_array_utils.h"
21
#include "
suggest
/policyimpl/dictionary/utils/buffer_with_extendable_buffer.h"
dynamic_bigram_list_policy.cpp
17
#include "
suggest
/policyimpl/dictionary/bigram/dynamic_bigram_list_policy.h"
19
#include "
suggest
/core/policy/dictionary_shortcuts_structure_policy.h"
20
#include "
suggest
/policyimpl/dictionary/dynamic_patricia_trie_node_reader.h"
21
#include "
suggest
/policyimpl/dictionary/dynamic_patricia_trie_writing_helper.h"
22
#include "
suggest
/policyimpl/dictionary/utils/buffer_with_extendable_buffer.h"
23
#include "
suggest
/policyimpl/dictionary/utils/forgetting_curve_utils.h"
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
dict_file_writing_utils.h
23
#include "
suggest
/policyimpl/dictionary/header/header_read_write_utils.h"
/external/chromium_org/chrome/browser/spellchecker/
spelling_service_client_unittest.cc
232
SpellingServiceClient::
SUGGEST
,
240
SpellingServiceClient::
SUGGEST
,
248
SpellingServiceClient::
SUGGEST
,
325
// can send
suggest
requests or spellcheck requests.
328
SpellingServiceClient::
SUGGEST
;
357
// If spellcheck is allowed, then
suggest
is not since spellcheck is a
358
// superset of
suggest
.
spelling_service_client.h
61
// *
SUGGEST
: Retrieving suggestions for a word (used by Google Search), and;
66
SUGGEST
= 1,
/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/layout/touch_position_correction_utils.h"
23
#include "
suggest
/core/policy/weighting.h"
24
#include "
suggest
/core/session/dic_traverse_session.h"
25
#include "
suggest
/policyimpl/typing/scoring_params.h"
/external/chromium_org/chrome/browser/autocomplete/
zero_suggest_provider.cc
49
// We keep track in a histogram how many
suggest
requests we send, how
50
// many
suggest
requests we invalidate (e.g., due to a user typing
122
// |field_trial_triggered_| to false since zero
suggest
is inactive now.
199
// Don't run if we can't get preferences or search
suggest
is not enabled.
254
// 5th element: Optional key-value pairs from the
Suggest
server.
266
// Check if the active
suggest
field trial (if any) has triggered.
380
// TODO(hfung): Generalize if the default provider supports zero
suggest
.
381
// Only make the request if we know that the provider supports zero
suggest
394
// Make sure we are sending the
suggest
request through HTTPS.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SuggestBox.js
73
this._element.className = "
suggest
-box " + (className || "");
132
// Shift the
suggest
box to the left to accommodate the content without trimming to the BODY edge.
145
// Locate the
suggest
box under the anchorBox.
150
// Locate the
suggest
box above the anchorBox.
256
element.className = "
suggest
-box-content-item source-code";
320
// Do not show a single suggestion if it is the same as user-entered prefix, even if allowed to show single-item
suggest
boxes.
/external/clang/test/SemaCXX/
addr-of-overloaded-function.cpp
63
// FIXME: filter by const so we can unambiguously
suggest
'()' & point to just the one candidate, probably
86
// Do not
suggest
'()' since an int argument is required
88
//
Suggest
'()' since there's a default value for the only argument & the
91
//
Suggest
'()' since no arguments are required & the type argument is
94
// Do not
suggest
'()' since another type argument is required
96
//
Suggest
'()' since the type parameter has a default value
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
MainLogBuffer.java
23
import com.android.inputmethod.latin.
Suggest
;
78
// TODO: Remove dependence on
Suggest
, and pass in Dictionary as a parameter to an appropriate
80
private final
Suggest
mSuggest;
92
final
Suggest
suggest
) {
96
mSuggest =
suggest
;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_prevword.h
24
#include "
suggest
/core/dicnode/dic_node_utils.h"
25
#include "
suggest
/core/layout/proximity_info_state.h"
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
digraph_utils.cpp
17
#include "
suggest
/core/dictionary/digraph_utils.h"
22
#include "
suggest
/core/policy/dictionary_header_structure_policy.h"
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_node_reader.h
23
#include "
suggest
/policyimpl/dictionary/dynamic_patricia_trie_reading_utils.h"
24
#include "
suggest
/policyimpl/dictionary/patricia_trie_reading_utils.h"
dynamic_patricia_trie_writing_utils.cpp
17
#include "
suggest
/policyimpl/dictionary/dynamic_patricia_trie_writing_utils.h"
23
#include "
suggest
/policyimpl/dictionary/utils/buffer_with_extendable_buffer.h"
/external/bison/etc/
README
9
from a tarball built in _build, I
suggest
the following.
/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
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdlib.hpp
24
// might be worthwhile to "
suggest
" (which a standard is allowed to do)
/packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_keyboard_ProximityInfo.cpp
24
#include "
suggest
/core/layout/proximity_info.h"
com_android_inputmethod_latin_DicTraverseSession.cpp
24
#include "
suggest
/core/session/dic_traverse_session.h"
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_vector.h
23
#include "
suggest
/core/dicnode/dic_node.h"
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp
19
#include "
suggest
/core/layout/proximity_info.h"
26
#include "
suggest
/core/layout/additional_proximity_chars.h"
27
#include "
suggest
/core/layout/geometry_utils.h"
28
#include "
suggest
/core/layout/proximity_info_params.h"
touch_position_correction_utils.h
21
#include "
suggest
/core/layout/proximity_info_params.h"
Completed in 419 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>