Searched defs:TEST_SIZE (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/lang/String/
H A DICCBasher.java34 static final int TEST_SIZE = 20; field in class:ICCBasher
50 for (int x=0; x<TEST_SIZE * 2; x++) {
58 if (x < TEST_SIZE)
66 for (int x=0; x<TEST_SIZE; x++) {
73 for (int x=0; x<TEST_SIZE; x++) {
90 for (int x=0; x<TEST_SIZE; x++) {
103 for (int x=0; x<TEST_SIZE; x++) {
/openjdk7/jdk/test/java/util/Map/
H A DEntryHashCode.java40 private static final int TEST_SIZE = 100; field in class:EntryHashCode
43 new Object[TEST_SIZE],
44 new Object[TEST_SIZE]
H A DCollisions.java41 private static final int TEST_SIZE = 5000; field in class:Collisions
143 Object[][] mapKeys = makeTestData(shortRun ? (TEST_SIZE / 2) : TEST_SIZE);
H A DBasicSerialization.java68 private static final int TEST_SIZE = IntegerEnum.SIZE - 1; field in class:BasicSerialization
72 private static final IntegerEnum[] KEYS = new IntegerEnum[TEST_SIZE];
77 private static final String[] VALUES = new String[TEST_SIZE];
81 for (int each = 0; each < TEST_SIZE; each++) {
215 for (int each = 0; each < TEST_SIZE; each++) {
/openjdk7/jdk/test/java/util/Arrays/
H A DCorrect.java36 static final int TEST_SIZE = 1000; field in class:Correct
43 int size = rnd.nextInt(TEST_SIZE) + 1;
53 int size = rnd.nextInt(TEST_SIZE) + 1;

Completed in 43 milliseconds