Searched defs:abq (Results 1 – 1 of 1) sorted by relevance
52 … Queue<String> abq = Collections.checkedQueue(new ArrayBlockingQueue<>(arrayLength), String.class); in testAdd() local73 ArrayBlockingQueue<String> abq = new ArrayBlockingQueue(arrayLength + 1); in testAddFail1() local90 ArrayBlockingQueue<String> abq = new ArrayBlockingQueue(1); in testAddFail2() local102 ArrayBlockingQueue<String> abq = new ArrayBlockingQueue(1); in testArgs() local132 ArrayBlockingQueue<String> abq = new ArrayBlockingQueue(1); in testOffer() local