Home
last modified time | relevance | path

Searched refs:testLongCompare (Results 1 – 4 of 4) sorted by relevance

/art/test/003-omnibus-opcodes/src/
DCompare.java73 static void testLongCompare(long minus, long alsoMinus, long plus, in testLongCompare() method in Compare
178 testLongCompare(-5L, -4294967287L, 4L, 8L); in run()
/art/test/107-int-math2/
Dexpected.txt16 testLongCompare PASSED
/art/test/003-omnibus-opcodes/
Dexpected.txt38 IntMath.testLongCompare
/art/test/107-int-math2/src/
DMain.java620 static int testLongCompare(long minus, long alsoMinus, long plus, in testLongCompare() method in Main
1009 res = testLongCompare(-5L, -4294967287L, 4L, 8L); in main()