Home
last modified time | relevance | path

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

/art/test/2000-virtual-list-structural/src/
DMain.java75 CheckEQ(getcnt.invoke(l1), 0); in main()
84 public static void CheckEQ(Object a, int b) { in CheckEQ() method in Main
85 CheckEQ(((Integer)a).intValue(), b); in CheckEQ()
90 public static void CheckEQ(int a, int b) { in CheckEQ() method in Main