Searched refs:checkEmpty (Results 1 - 9 of 9) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DLinkedTransferQueueTest.java248 checkEmpty(q);
260 checkEmpty(q);
276 checkEmpty(q);
307 checkEmpty(q);
331 checkEmpty(q);
346 checkEmpty(q);
362 checkEmpty(q);
377 checkEmpty(q);
411 checkEmpty(q);
418 checkEmpty(
[all...]
H A DBlockingQueueTest.java347 checkEmpty(q);
370 checkEmpty(q);
H A DArrayBlockingQueueTest.java431 checkEmpty(q);
447 checkEmpty(q);
478 checkEmpty(q);
828 checkEmpty(q);
H A DPriorityBlockingQueueTest.java389 checkEmpty(q);
638 checkEmpty(q);
H A DLinkedBlockingQueueTest.java436 checkEmpty(q);
467 checkEmpty(q);
761 checkEmpty(q);
H A DLinkedBlockingDequeTest.java747 checkEmpty(q);
778 checkEmpty(q);
1050 checkEmpty(q);
1315 checkEmpty(q);
1709 checkEmpty(q);
H A DDelayQueueTest.java421 checkEmpty(q);
677 checkEmpty(q);
H A DJSR166TestCase.java1115 void checkEmpty(BlockingQueue q) { method in class:JSR166TestCase
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
H A DCheckedInputStreamTest.java49 CheckedInputStream checkEmpty = new CheckedInputStream(inEmp, new CRC32());
50 while (checkEmpty.read() >= 0) {
52 assertEquals("the checkSum value of an empty file is not zero", 0, checkEmpty

Completed in 93 milliseconds