Home
last modified time | relevance | path

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

/aosp12/art/test/530-checker-lse/src/
H A DMain.java2814 static int testLoop17(TestClass obj, int n) { in testLoop17() method in Main
4257 assertIntEquals(testLoop17(new TestClass(), 0), 2); in main()
4258 assertIntEquals(testLoop17(new TestClass(), 1), 4); in main()
4259 assertIntEquals(testLoop17(new TestClass(), 2), 2); in main()
4260 assertIntEquals(testLoop17(new TestClass(), 3), 4); in main()