Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DCopyOnWriteArraySetTest.java34 static CopyOnWriteArraySet<Integer> populatedSet(int n) { in populatedSet() method in CopyOnWriteArraySetTest
44 static CopyOnWriteArraySet populatedSet(Integer[] elements) { in populatedSet() method in CopyOnWriteArraySetTest
78 Set full = populatedSet(3); in testAddAll()
89 Set full = populatedSet(3); in testAddAll2()
101 Set full = populatedSet(3); in testAdd2()
110 Set full = populatedSet(3); in testAdd3()
119 Collection full = populatedSet(3); in testClear()
129 Collection full = populatedSet(3); in testContains()
138 CopyOnWriteArraySet a = populatedSet(3); in testEquals()
139 CopyOnWriteArraySet b = populatedSet(3); in testEquals()
[all …]
DTreeSubSetTest.java41 private NavigableSet<Integer> populatedSet(int n) { in populatedSet() method in TreeSubSetTest
125 NavigableSet q = populatedSet(SIZE); in testSize()
233 NavigableSet q = populatedSet(SIZE); in testPoll()
244 NavigableSet q = populatedSet(SIZE); in testRemoveElement()
265 NavigableSet q = populatedSet(SIZE); in testContains()
277 NavigableSet q = populatedSet(SIZE); in testClear()
291 NavigableSet q = populatedSet(SIZE); in testContainsAll()
305 NavigableSet q = populatedSet(SIZE); in testRetainAll()
306 NavigableSet p = populatedSet(SIZE); in testRetainAll()
325 NavigableSet q = populatedSet(SIZE); in testRemoveAll()
[all …]
DConcurrentSkipListSubSetTest.java40 private NavigableSet<Integer> populatedSet(int n) { in populatedSet() method in ConcurrentSkipListSubSetTest
128 NavigableSet q = populatedSet(SIZE); in testSize()
236 NavigableSet q = populatedSet(SIZE); in testPoll()
247 NavigableSet q = populatedSet(SIZE); in testRemoveElement()
268 NavigableSet q = populatedSet(SIZE); in testContains()
280 NavigableSet q = populatedSet(SIZE); in testClear()
294 NavigableSet q = populatedSet(SIZE); in testContainsAll()
308 NavigableSet q = populatedSet(SIZE); in testRetainAll()
309 NavigableSet p = populatedSet(SIZE); in testRetainAll()
328 NavigableSet q = populatedSet(SIZE); in testRemoveAll()
[all …]
DTreeSetTest.java50 private TreeSet<Integer> populatedSet(int n) { in populatedSet() method in TreeSetTest
162 TreeSet q = populatedSet(SIZE); in testSize()
177 TreeSet q = populatedSet(SIZE); in testAddNull()
271 TreeSet q = populatedSet(SIZE); in testPollFirst()
282 TreeSet q = populatedSet(SIZE); in testPollLast()
293 TreeSet q = populatedSet(SIZE); in testRemoveElement()
314 TreeSet q = populatedSet(SIZE); in testContains()
326 TreeSet q = populatedSet(SIZE); in testClear()
340 TreeSet q = populatedSet(SIZE); in testContainsAll()
354 TreeSet q = populatedSet(SIZE); in testRetainAll()
[all …]
DConcurrentHashMap8Test.java167 static Set<Integer> populatedSet(int n) { in populatedSet() method in ConcurrentHashMap8Test
177 static Set populatedSet(Integer[] elements) { in populatedSet() method in ConcurrentHashMap8Test
234 Set full = populatedSet(3); in testAddAll()
246 Set full = populatedSet(3); in testAddAll2()
258 Set full = populatedSet(3); in testAdd2()
267 Set full = populatedSet(3); in testAdd3()
291 Set full = populatedSet(3); in testAdd5()
346 Set full = populatedSet(3); in testClear()
355 Set full = populatedSet(3); in testContains()
364 Set a = populatedSet(3); in testEquals()
[all …]
DConcurrentSkipListSetTest.java45 private ConcurrentSkipListSet<Integer> populatedSet(int n) { in populatedSet() method in ConcurrentSkipListSetTest
158 ConcurrentSkipListSet q = populatedSet(SIZE); in testSize()
267 ConcurrentSkipListSet q = populatedSet(SIZE); in testPollFirst()
278 ConcurrentSkipListSet q = populatedSet(SIZE); in testPollLast()
289 ConcurrentSkipListSet q = populatedSet(SIZE); in testRemoveElement()
310 ConcurrentSkipListSet q = populatedSet(SIZE); in testContains()
322 ConcurrentSkipListSet q = populatedSet(SIZE); in testClear()
336 ConcurrentSkipListSet q = populatedSet(SIZE); in testContainsAll()
350 ConcurrentSkipListSet q = populatedSet(SIZE); in testRetainAll()
351 ConcurrentSkipListSet p = populatedSet(SIZE); in testRetainAll()
[all …]