Searched refs:populatedQueue (Results 1 – 8 of 8) sorted by relevance
24 private LinkedList<Integer> populatedQueue(int n) { in populatedQueue() method in LinkedListTest81 LinkedList q = populatedQueue(SIZE); in testSize()178 LinkedList q = populatedQueue(SIZE); in testPoll()189 LinkedList q = populatedQueue(SIZE); in testPeek()203 LinkedList q = populatedQueue(SIZE); in testElement()218 LinkedList q = populatedQueue(SIZE); in testRemove()232 LinkedList q = populatedQueue(SIZE); in testRemoveElement()253 LinkedList q = populatedQueue(SIZE); in testContains()265 LinkedList q = populatedQueue(SIZE); in testClear()279 LinkedList q = populatedQueue(SIZE); in testContainsAll()[all …]
25 private ConcurrentLinkedQueue<Integer> populatedQueue(int n) { in populatedQueue() method in ConcurrentLinkedQueueTest106 ConcurrentLinkedQueue q = populatedQueue(SIZE); in testSize()175 ConcurrentLinkedQueue q = populatedQueue(SIZE); in testAddAllSelf()227 ConcurrentLinkedQueue q = populatedQueue(SIZE); in testPoll()238 ConcurrentLinkedQueue q = populatedQueue(SIZE); in testPeek()252 ConcurrentLinkedQueue q = populatedQueue(SIZE); in testElement()267 ConcurrentLinkedQueue q = populatedQueue(SIZE); in testRemove()281 ConcurrentLinkedQueue q = populatedQueue(SIZE); in testRemoveElement()302 ConcurrentLinkedQueue q = populatedQueue(SIZE); in testContains()314 ConcurrentLinkedQueue q = populatedQueue(SIZE); in testClear()[all …]
32 private PriorityQueue<Integer> populatedQueue(int n) { in populatedQueue() method in PriorityQueueTest140 PriorityQueue q = populatedQueue(SIZE); in testSize()263 PriorityQueue q = populatedQueue(SIZE); in testPoll()274 PriorityQueue q = populatedQueue(SIZE); in testPeek()288 PriorityQueue q = populatedQueue(SIZE); in testElement()303 PriorityQueue q = populatedQueue(SIZE); in testRemove()317 PriorityQueue q = populatedQueue(SIZE); in testRemoveElement()338 PriorityQueue q = populatedQueue(SIZE); in testContains()350 PriorityQueue q = populatedQueue(SIZE); in testClear()364 PriorityQueue q = populatedQueue(SIZE); in testContainsAll()[all …]
41 private PriorityBlockingQueue<Integer> populatedQueue(int n) { in populatedQueue() method in PriorityBlockingQueueTest154 PriorityBlockingQueue q = populatedQueue(SIZE); in testRemainingCapacity()205 PriorityBlockingQueue q = populatedQueue(SIZE); in testAddAllSelf()291 PriorityBlockingQueue q = populatedQueue(SIZE); in testTake()301 final PriorityBlockingQueue q = populatedQueue(SIZE); in testBlockingTake()334 PriorityBlockingQueue q = populatedQueue(SIZE); in testPoll()345 PriorityBlockingQueue q = populatedQueue(SIZE); in testTimedPoll0()356 PriorityBlockingQueue<Integer> q = populatedQueue(SIZE); in testTimedPoll()373 final BlockingQueue<Integer> q = populatedQueue(SIZE); in testInterruptedTimedPoll()402 PriorityBlockingQueue q = populatedQueue(SIZE); in testPeek()[all …]
115 private DelayQueue<PDelay> populatedQueue(int n) { in populatedQueue() method in DelayQueueTest201 DelayQueue q = populatedQueue(SIZE); in testRemainingCapacity()239 DelayQueue q = populatedQueue(SIZE); in testAddAllSelf()325 DelayQueue q = populatedQueue(SIZE); in testTake()335 final DelayQueue q = populatedQueue(SIZE); in testBlockingTake()368 DelayQueue q = populatedQueue(SIZE); in testPoll()379 DelayQueue q = populatedQueue(SIZE); in testTimedPoll0()390 DelayQueue q = populatedQueue(SIZE); in testTimedPoll()410 DelayQueue q = populatedQueue(SIZE); in testInterruptedTimedPoll()440 DelayQueue q = populatedQueue(SIZE); in testPeek()[all …]
31 private LinkedBlockingQueue<Integer> populatedQueue(int n) { in populatedQueue() method in LinkedBlockingQueueTest129 LinkedBlockingQueue q = populatedQueue(SIZE); in testRemainingCapacity()169 LinkedBlockingQueue q = populatedQueue(SIZE); in testAddAllSelf()335 LinkedBlockingQueue q = populatedQueue(SIZE); in testTake()345 final BlockingQueue q = populatedQueue(SIZE); in testBlockingTake()378 LinkedBlockingQueue q = populatedQueue(SIZE); in testPoll()389 LinkedBlockingQueue q = populatedQueue(SIZE); in testTimedPoll0()400 LinkedBlockingQueue<Integer> q = populatedQueue(SIZE); in testTimedPoll()417 final BlockingQueue<Integer> q = populatedQueue(SIZE); in testInterruptedTimedPoll()447 LinkedBlockingQueue q = populatedQueue(SIZE); in testPeek()[all …]
31 private ArrayBlockingQueue<Integer> populatedQueue(int n) { in populatedQueue() method in ArrayBlockingQueueTest140 ArrayBlockingQueue q = populatedQueue(SIZE); in testRemainingCapacity()182 ArrayBlockingQueue q = populatedQueue(SIZE); in testAddAllSelf()345 ArrayBlockingQueue q = populatedQueue(SIZE); in testTake()355 final ArrayBlockingQueue q = populatedQueue(SIZE); in testBlockingTake()388 ArrayBlockingQueue q = populatedQueue(SIZE); in testPoll()399 ArrayBlockingQueue q = populatedQueue(SIZE); in testTimedPoll0()411 ArrayBlockingQueue q = populatedQueue(SIZE); in testTimedPoll()428 final BlockingQueue<Integer> q = populatedQueue(SIZE); in testInterruptedTimedPoll()458 ArrayBlockingQueue q = populatedQueue(SIZE); in testPeek()[all …]
108 LinkedTransferQueue<Integer> q = populatedQueue(SIZE); in testRemainingCapacity()126 LinkedTransferQueue q = populatedQueue(SIZE); in testAddAllSelf()181 LinkedTransferQueue<Integer> q = populatedQueue(SIZE); in testTake()191 final BlockingQueue q = populatedQueue(SIZE); in testBlockingTake()224 LinkedTransferQueue<Integer> q = populatedQueue(SIZE); in testPoll()236 LinkedTransferQueue<Integer> q = populatedQueue(SIZE); in testTimedPoll0()248 LinkedTransferQueue<Integer> q = populatedQueue(SIZE); in testTimedPoll()265 final BlockingQueue<Integer> q = populatedQueue(SIZE); in testInterruptedTimedPoll()296 final BlockingQueue<Integer> q = populatedQueue(SIZE); in testTimedPollAfterInterrupt()319 LinkedTransferQueue<Integer> q = populatedQueue(SIZE); in testPeek()[all …]