OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:globalcounters
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/
language_model_dict_content_global_counters_test.cpp
27
LanguageModelDictContentGlobalCounters
globalCounters
;
29
EXPECT_FALSE(
globalCounters
.needsToHalveCounters());
30
globalCounters
.updateMaxValueOfCounters(10);
31
EXPECT_FALSE(
globalCounters
.needsToHalveCounters());
33
globalCounters
.updateMaxValueOfCounters(count);
34
EXPECT_TRUE(
globalCounters
.needsToHalveCounters());
35
globalCounters
.halveCounters();
36
EXPECT_FALSE(
globalCounters
.needsToHalveCounters());
40
LanguageModelDictContentGlobalCounters
globalCounters
;
42
EXPECT_EQ(0,
globalCounters
.getTotalCount())
[
all
...]
Completed in 2270 milliseconds