Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/530-checker-lse/src/
H A DMain.java3072 static int testLoop21(TestClass obj, int n) { in testLoop21() method in Main
4410 assertIntEquals(testLoop21(new TestClass(), 0), 0); in main()
4411 assertIntEquals(testLoop21(new TestClass(), 1), 1); in main()
4412 assertIntEquals(testLoop21(new TestClass(), 2), 2); in main()
4413 assertIntEquals(testLoop21(new TestClass(), 3), 3); in main()