Home
last modified time | relevance | path

Searched defs:wordCount (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DLatinImeStressTests.java37 final int wordCount = random.nextInt(maxWordCountToTypeInEachIteration); in testSwitchLanguagesAndInputLatinRandomCodePoints() local
55 final int wordCount = random.nextInt(maxWordCountToTypeInEachIteration); in testSwitchLanguagesAndInputRandomCodePoints() local
H A DBinaryDictionaryTests.java256 final int wordCount = 1000; in testRandomlyAddUnigramWord() local
333 final int wordCount = 100; in testRandomlyAddBigramWords() local
473 final int wordCount = 100; in testAddBigramWordsAndFlashWithGC() local
/aosp12/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dngram_utils.h49 static AK_FORCE_INLINE NgramType getNgramTypeFromWordCount(const int wordCount) { in getNgramTypeFromWordCount()
/aosp12/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DInfo.java42 int wordCount = 0; in showInfo() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryStats.java53 final int wordCount) { in DictionaryStats()
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DDynamicLayoutPerfTest.java94 final int wordCount = 5 + r.nextInt(20); in getText() local
/aosp12/system/bt/embdrv/sbc/decoder/srce/
H A Dframing.c263 OI_UINT wordCount) { in shift_buffer()
/aosp12/frameworks/base/core/java/android/webkit/
H A DFindAddress.java370 int wordCount = 1; in attemptMatch() local
/aosp12/frameworks/base/core/java/android/widget/
H A DSimpleAdapter.java394 int wordCount = words.length; in performFiltering() local
H A DSelectionActionModeHelper.java884 int wordCount = 0; in countWordsBackward() local
898 int wordCount = 0; in countWordsForward() local
/aosp12/frameworks/base/core/java/android/app/
H A DLauncherActivity.java217 int wordCount = words.length; in performFiltering() local