Home
last modified time | relevance | path

Searched refs:foundKeys (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTestLocaleValidity.java186 final LinkedHashSet<String> foundKeys = new LinkedHashSet<String>(); in testBasic() local
187 check(tests, foundKeys, Datasubtype.regular, Datasubtype.unknown); in testBasic()
190 missing.removeAll(foundKeys); in testBasic()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTestLocaleValidity.java183 final LinkedHashSet<String> foundKeys = new LinkedHashSet<String>(); in testBasic() local
184 check(tests, foundKeys, Datasubtype.regular, Datasubtype.unknown); in testBasic()
187 missing.removeAll(foundKeys); in testBasic()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderGwtTest.java443 Set<Integer> foundKeys = Sets.newHashSet(); in testAsMapKeySet() local
445 foundKeys.add(current); in testAsMapKeySet()
448 assertEquals(ImmutableSet.of(20, 5), foundKeys); in testAsMapKeySet()