Home
last modified time | relevance | path

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

/aosp12/art/test/530-checker-lse/src/
H A DMain.java2779 static int testLoop16(TestClass obj, int n) { in testLoop16() method in Main
4253 assertIntEquals(testLoop16(new TestClass(), 0), 0); in main()
4254 assertIntEquals(testLoop16(new TestClass(), 1), 1); in main()
4255 assertIntEquals(testLoop16(new TestClass(), 2), 2); in main()
4256 assertIntEquals(testLoop16(new TestClass(), 3), 3); in main()