Home
last modified time | relevance | path

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

/art/test/552-checker-sharpening/src/
DMain.java171 public static int testLoop(int[] array, int x) { in testLoop() method in Main
356 assertIntEquals(3, testLoop(new int[]{ 2 }, 1)); in main()
357 assertIntEquals(8, testLoop(new int[]{ 3, 4 }, 1)); in main()
/art/test/611-checker-simplify-if/src/
DMain.java203 public static void testLoop(boolean c) { in testLoop() method in Main