Home
last modified time | relevance | path

Searched refs:maxI (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest2.java1764 int i, j, maxJ = 3, maxI = 200; in test_18_71_writeObject() local
1765 byte[][] obj = new byte[maxJ][maxI]; in test_18_71_writeObject()
1767 for (i = 0; i < maxI; i++) in test_18_71_writeObject()
1779 for (i = 0; i < maxI; i++) in test_18_71_writeObject()
1809 int i, j, maxJ = 3, maxI = 200; in test_18_72_writeObject() local
1810 int[][] obj = new int[maxJ][maxI]; in test_18_72_writeObject()
1812 for (i = 0; i < maxI; i++) in test_18_72_writeObject()
1824 for (i = 0; i < maxI; i++) in test_18_72_writeObject()
1855 int i, j, maxJ = 3, maxI = 70; in test_18_73_writeObject() local
1856 String[][] obj = new String[maxJ][maxI]; in test_18_73_writeObject()
[all …]
/libcore/ojluni/src/test/java/util/Arrays/
DCopyMethods.java275 int maxI = Math.min(src, j); in fullTests() local
276 for (int i = 0; i <= maxI; i = inc(i, src, maxI)) { in fullTests()