Home
last modified time | relevance | path

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

/aosp12/art/test/530-checker-lse/src/
H A DMain.java3004 static int testLoop23(TestClass obj, int n) { in testLoop23() method in Main
4281 assertIntEquals(testLoop23(new TestClass(), 0), -1); in main()
4282 assertIntEquals(testLoop23(new TestClass(), 1), 2); in main()
4283 assertIntEquals(testLoop23(new TestClass(), 2), 1); in main()
4284 assertIntEquals(testLoop23(new TestClass(), 3), 2); in main()