Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Collections/
DCheckedQueue.java52 … Queue<String> abq = Collections.checkedQueue(new ArrayBlockingQueue<>(arrayLength), String.class); in testAdd() local
73 ArrayBlockingQueue<String> abq = new ArrayBlockingQueue(arrayLength + 1); in testAddFail1() local
90 ArrayBlockingQueue<String> abq = new ArrayBlockingQueue(1); in testAddFail2() local
102 ArrayBlockingQueue<String> abq = new ArrayBlockingQueue(1); in testArgs() local
132 ArrayBlockingQueue<String> abq = new ArrayBlockingQueue(1); in testOffer() local