Home
last modified time | relevance | path

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

/aosp12/art/test/530-checker-lse/src/
H A DMain.java3087 static int testLoop25(TestClass obj, int n) { in testLoop25() method in Main
4289 assertIntEquals(testLoop25(new TestClass(), 0), 2); in main()
4290 assertIntEquals(testLoop25(new TestClass(), 1), 2); in main()
4291 assertIntEquals(testLoop25(new TestClass(), 2), 4); in main()
4292 assertIntEquals(testLoop25(new TestClass(), 3), -1); in main()