Searched defs:ints (Results 1 - 2 of 2) sorted by relevance

/art/test/003-omnibus-opcodes/src/
H A DArray.java46 static void checkInts(int[] ints) { argument
47 Main.assertTrue(ints[0] == 70000);
48 Main.assertTrue(ints[1] == 70001);
49 Main.assertTrue(ints[2] == 70002);
50 Main.assertTrue(ints[3] == 70003);
51 Main.assertTrue(ints[4] == 70004);
85 static void checkRange32(int[] ints, int[] empty, int negVal1, int negVal2) { argument
89 Main.assertTrue(ints.length == 5);
92 i = ints[5]; // exact bound
98 ints[
[all...]
/art/test/407-arrays/src/
H A DMain.java33 int[] ints, Object[] objects, long[] longs, int index) {
46 assertEquals(0, ints[0]);
47 assertEquals(0, ints[index]);
57 int[] ints, Object[] objects, long[] longs, int index) {
78 ints[0] = -32;
79 assertEquals(-32, ints[0]);
80 ints[index] = -64;
81 assertEquals(-64, ints[index]);
32 $opt$testReads(boolean[] bools, byte[] bytes, char[] chars, short[] shorts, int[] ints, Object[] objects, long[] longs, int index) argument
56 $opt$testWrites(boolean[] bools, byte[] bytes, char[] chars, short[] shorts, int[] ints, Object[] objects, long[] longs, int index) argument

Completed in 107 milliseconds