HomeSort by relevance Sort by last modified time
    Searched refs:longs (Results 1 - 23 of 23) sorted by null

  /dalvik/tests/003-omnibus-opcodes/src/
Array.java 54 static void checkLongs(long[] longs) {
55 assert(longs[0] == 0x1122334455667788L);
56 assert(longs[1] == 0x8877665544332211L);
57 assert(longs[2] == 0L);
58 assert(longs[3] == 1L);
59 assert(longs[4] == -1L);
127 static void checkRange64(long[] longs, int negVal1, int negVal2) {
131 assert(longs.length == 5);
134 l = longs[5]; // exact bound
140 longs[5] = l; // exact boun
    [all...]