Home
last modified time | relevance | path

Searched refs:word1Index (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java574 int word1Index = random.nextInt(words.size() - 1); in testRandomOperationsAndFlashWithGC() local
575 if (word0Index <= word1Index) { in testRandomOperationsAndFlashWithGC()
576 word1Index++; in testRandomOperationsAndFlashWithGC()
579 final String word1 = words.get(word1Index); in testRandomOperationsAndFlashWithGC()
758 final int word1Index = random.nextInt(wordProbabilities.size()); in testGetWordProperties() local
759 if (word0Index == word1Index) { in testGetWordProperties()
763 final String word1 = words.get(word1Index); in testGetWordProperties()
831 final int word1Index = random.nextInt(wordProbabilitiesToCheckLater.size()); in testIterateAllWords() local
832 if (word0Index == word1Index) { in testIterateAllWords()
836 final String word1 = words.get(word1Index); in testIterateAllWords()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderEncoderTests.java648 for (final Integer word1Index : bigramList) {
649 final String word1 = words.get(word1Index);