Home
last modified time | relevance | path

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

/aosp12/art/test/2000-virtual-list-structural/src/
H A DMain.java71 CheckLE(getcnt.invoke(l1), get_total_cnt.invoke()); in main()
72 CheckLE(getcnt.invoke(l2), get_total_cnt.invoke()); in main()
76 CheckLE(getcnt.invoke(l2), 0); in main()
77 CheckLE(getcnt.invoke(l1), getcnt.invoke(l2)); in main()
78 CheckLE(getcnt.invoke(l1), getcnt.invoke(l3)); in main()
79 CheckLE(getcnt.invoke(l1), getcnt.invoke(l4)); in main()
80 CheckLE(getcnt.invoke(l2), getcnt.invoke(l3)); in main()
81 CheckLE(getcnt.invoke(l2), getcnt.invoke(l4)); in main()
82 CheckLE(getcnt.invoke(l3), getcnt.invoke(l4)); in main()
87 public static void CheckLE(Object a, Object b) { in CheckLE() method in Main
[all …]