Home
last modified time | relevance | path

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

/art/test/530-checker-lse/src/
DMain.java3343 private static int testLoop28(TestClass obj, int n) { in testLoop28() method in Main
4438 assertIntEquals(testLoop28(new TestClass(1, 2), 0), 0); in main()
4439 assertIntEquals(testLoop28(new TestClass(1, 2), 1), 0); in main()
4440 assertIntEquals(testLoop28(new TestClass(1, 2), 2), 0); in main()
4441 assertIntEquals(testLoop28(new TestClass(1, 2), 3), 1); in main()