Home
last modified time | relevance | path

Searched defs:inAnyOrder (Results 1 – 2 of 2) sorted by relevance

/art/libartservice/service/javatests/com/android/server/art/testing/
DTestingUtils.java123 public static <ListType extends List<ItemType>, ItemType> ListType inAnyOrder( in inAnyOrder() method
DTestingUtilsTest.java147 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