Searched refs:testLoop (Results 1 – 6 of 6) sorted by relevance
25 public int testLoop() { in testLoop() method in Main39 obj.testLoop(); in main()
29 public int testLoop() { in testLoop() method in Main53 obj.testLoop(); in main()
27 public long testLoop() { in testLoop() method in Main49 obj.testLoop(); in main()
33 public void testLoop() { in testLoop() method in Main49 obj.testLoop(); in main()
102 public static int testLoop(int[] array, int x) { in testLoop() method in Main211 assertIntEquals(3, testLoop(new int[]{ 2 }, 1)); in main()212 assertIntEquals(8, testLoop(new int[]{ 3, 4 }, 1)); in main()
203 public static void testLoop(boolean c) { in testLoop() method in Main