Searched refs:word1Index (Results 1 – 2 of 2) sorted by relevance
574 int word1Index = random.nextInt(words.size() - 1); in testRandomOperationsAndFlashWithGC() local575 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() local759 if (word0Index == word1Index) { in testGetWordProperties()763 final String word1 = words.get(word1Index); in testGetWordProperties()831 final int word1Index = random.nextInt(wordProbabilitiesToCheckLater.size()); in testIterateAllWords() local832 if (word0Index == word1Index) { in testIterateAllWords()836 final String word1 = words.get(word1Index); in testIterateAllWords()
648 for (final Integer word1Index : bigramList) {649 final String word1 = words.get(word1Index);