Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/530-checker-lse/src/
H A DMain.java3767 private static int testNestedLoop2(TestClass obj, int n) { in testNestedLoop2() method in Main
4478 assertIntEquals(testNestedLoop2(new TestClass(), 0), 1); in main()
4479 assertIntEquals(testNestedLoop2(new TestClass(), 1), 2); in main()
4480 assertIntEquals(testNestedLoop2(new TestClass(), 2), 2); in main()
4481 assertIntEquals(testNestedLoop2(new TestClass(), 3), 2); in main()