Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/BitSet/
DBSMethods.java182 int[] history = new int[numberOfSetBits]; in testNextSetBit() local
210 int[] history = new int[10]; in testNextClearBit() local
254 HashSet<Integer> history = new HashSet<Integer>(); in testSetGetClearFlip() local
428 int[] history = new int[20]; in testOr() local
/libcore/ojluni/src/test/java/util/Collection/testlibrary/
DCollectionAsserts.java136 List<T> history = new ArrayList<>(); in assertContents() local