Searched refs:hmSize (Results 1 - 3 of 3) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DIdentityHashMap2Test.java54 final static int hmSize = 1000; field in class:IdentityHashMap2Test
60 objArray = new Object[hmSize];
61 objArray2 = new Object[hmSize];
106 for (int counter = 0; counter < hmSize; counter++)
109 for (int counter = 0; counter < hmSize; counter++)
134 for (int i = 0; i < hmSize; i++)
147 for (int counter = 0; counter < hmSize; counter++)
H A DHashMapTest.java98 final static int hmSize = 1000; field in class:HashMapTest
104 objArray = new Object[hmSize];
105 objArray2 = new Object[hmSize];
171 for (int counter = 0; counter < hmSize; counter++)
174 for (int counter = 0; counter < hmSize; counter++)
199 for (int i = 0; i < hmSize; i++)
222 for (int counter = 0; counter < hmSize; counter++)
H A DLinkedHashMapTest.java43 final static int hmSize = 1000; field in class:LinkedHashMapTest
49 objArray = new Object[hmSize];
50 objArray2 = new Object[hmSize];
130 for (int counter = 0; counter < hmSize; counter++)
133 for (int counter = 0; counter < hmSize; counter++)
333 for (int i = 0; i < hmSize; i++)
346 for (int counter = 0; counter < hmSize; counter++)

Completed in 77 milliseconds