Home
last modified time | relevance | path

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

/aosp12/art/test/530-checker-lse/src/
H A DMain.java2700 private static int testLoop14(TestClass2 obj, int n) { in testLoop14() method in Main
4245 assertIntEquals(testLoop14(new TestClass2(), 0), 0); in main()
4246 assertIntEquals(testLoop14(new TestClass2(), 1), 0); in main()
4247 assertIntEquals(testLoop14(new TestClass2(), 2), 0); in main()
4248 assertIntEquals(testLoop14(new TestClass2(), 3), 1); in main()