OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsToHalveCounters
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/
language_model_dict_content_global_counters_test.cpp
29
EXPECT_FALSE(globalCounters.
needsToHalveCounters
());
31
EXPECT_FALSE(globalCounters.
needsToHalveCounters
());
34
EXPECT_TRUE(globalCounters.
needsToHalveCounters
());
36
EXPECT_FALSE(globalCounters.
needsToHalveCounters
());
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
language_model_dict_content.h
145
return mTrieMap.isNearSizeLimit() || mGlobalCounters.
needsToHalveCounters
();
185
0 /* prevWordCount */, headerPolicy, mGlobalCounters.
needsToHalveCounters
(),
189
if (mGlobalCounters.
needsToHalveCounters
()) {
243
const HeaderPolicy *const headerPolicy, const bool
needsToHalveCounters
,
language_model_dict_content_global_counters.h
39
bool
needsToHalveCounters
() const {
language_model_dict_content.cpp
332
const bool
needsToHalveCounters
, MutableEntryCounters *const outEntryCounters) {
359
if (
needsToHalveCounters
) {
384
prevWordCount + 1, headerPolicy,
needsToHalveCounters
, outEntryCounters)) {
Completed in 419 milliseconds