Searched refs:testLoop13 (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/test/530-checker-lse/src/ |
H A D | Main.java | 2644 private static int testLoop13(TestClass obj, int n) { in testLoop13() method in Main 4241 assertIntEquals(testLoop13(new TestClass(1, 2), 0), 0); in main() 4242 assertIntEquals(testLoop13(new TestClass(1, 2), 1), 0); in main() 4243 assertIntEquals(testLoop13(new TestClass(1, 2), 2), 0); in main() 4244 assertIntEquals(testLoop13(new TestClass(1, 2), 3), 1); in main()
|