Home
last modified time | relevance | path

Searched refs:good (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/etc/loading-test2-jar/resources/test2/
DResource2.txt1 Who doesn't like a good biscuit?
/libcore/ojluni/src/test/java/util/Base64/
Dplain.txt152 encoded body. (A good strategy is to choose a boundary that includes
/libcore/ojluni/src/test/java/util/Scanner/
DScanTest.java1534 int[] good = IntStream.rangeClosed(Character.MIN_RADIX, Character.MAX_RADIX) in outOfRangeRadixTest() local
1546 for (int r : good) { in outOfRangeRadixTest()
/libcore/luni/src/test/java/libcore/java/util/
DLocaleTest.java448 Locale good = new Locale("EN", "us", "variant-VARIANT"); in test_Builder_setLocale() local
449 b.setLocale(good); in test_Builder_setLocale()