Searched defs:inAnyOrder (Results 1 – 2 of 2) sorted by relevance
| /art/libartservice/service/javatests/com/android/server/art/testing/ |
| D | TestingUtils.java | 123 public static <ListType extends List<ItemType>, ItemType> ListType inAnyOrder( in inAnyOrder() method
|
| D | TestingUtilsTest.java | 147 testInAnyOrderInternal(List.of(1, 1), List.of(1), false, TestingUtils::inAnyOrder); in testInAnyOrderDuplicates() field in TestingUtilsTest.TestingUtils 148 testInAnyOrderInternal(List.of(1, 1), List.of(1, 1), true, TestingUtils::inAnyOrder); in testInAnyOrderDuplicates() field in TestingUtilsTest.TestingUtils
|