Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/530-checker-lse/src/
H A DMain.java3264 static int testLoop26(TestClass obj, int n) { in testLoop26() method in Main
4430 assertIntEquals(testLoop26(new TestClass(), 0), 1); in main()
4431 assertIntEquals(testLoop26(new TestClass(), 1), 0); in main()
4432 assertIntEquals(testLoop26(new TestClass(), 2), 0); in main()
4433 assertIntEquals(testLoop26(new TestClass(), 3), 0); in main()