Home
last modified time | relevance | path

Searched refs:removeFirstOccurrence (Results 1 – 22 of 22) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DDeque.java360 boolean removeFirstOccurrence(Object o); in removeFirstOccurrence() method
DArrayDeque.java354 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in ArrayDeque
737 return removeFirstOccurrence(o); in remove()
DLinkedList.java813 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in LinkedList
/libcore/ojluni/src/main/java/java/util/concurrent/
DBlockingDeque.java415 boolean removeFirstOccurrence(Object o); in removeFirstOccurrence() method
DLinkedBlockingDeque.java586 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in LinkedBlockingDeque
797 return removeFirstOccurrence(o); in remove()
DConcurrentLinkedDeque.java1030 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in ConcurrentLinkedDeque
1139 return removeFirstOccurrence(o); in remove()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DDeque.annotated.java67 public boolean removeFirstOccurrence(@libcore.util.Nullable java.lang.Object o); in removeFirstOccurrence() method
DArrayDeque.annotated.java72 public boolean removeFirstOccurrence(@libcore.util.Nullable java.lang.Object o) { throw new Runtime… in removeFirstOccurrence() method in ArrayDeque
DLinkedList.annotated.java101 public boolean removeFirstOccurrence(@libcore.util.Nullable java.lang.Object o) { throw new Runtime… in removeFirstOccurrence() method in LinkedList
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DLinkedListTest.java715 assertTrue(testList.removeFirstOccurrence(testObjOne)); in test_removeFirstOccurrence()
716 assertFalse(testList.removeFirstOccurrence(testObjFour)); in test_removeFirstOccurrence()
720 assertTrue(testList.removeFirstOccurrence(testObjOne)); in test_removeFirstOccurrence()
723 assertTrue(testList.removeFirstOccurrence(testObjOne)); in test_removeFirstOccurrence()
726 assertFalse(testList.removeFirstOccurrence(testObjOne)); in test_removeFirstOccurrence()
DArrayDequeTest.java358 assertTrue(testQue.removeFirstOccurrence(testObjOne)); in test_removeFirstOccurrence()
359 assertFalse(testQue.removeFirstOccurrence(testObjFour)); in test_removeFirstOccurrence()
363 assertTrue(testQue.removeFirstOccurrence(testObjOne)); in test_removeFirstOccurrence()
366 assertTrue(testQue.removeFirstOccurrence(testObjOne)); in test_removeFirstOccurrence()
369 assertFalse(testQue.removeFirstOccurrence(testObjOne)); in test_removeFirstOccurrence()
/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentLinkedDequeTest.java553 assertTrue(q.removeFirstOccurrence(new Integer(i))); in testRemoveFirstOccurrence()
556 assertTrue(q.removeFirstOccurrence(new Integer(i))); in testRemoveFirstOccurrence()
557 assertFalse(q.removeFirstOccurrence(new Integer(i + 1))); in testRemoveFirstOccurrence()
894 assertFalse(q.removeFirstOccurrence(null)); in testNeverContainsNull()
DLinkedListTest.java622 assertTrue(q.removeFirstOccurrence(new Integer(i))); in testRemoveFirstOccurrence()
625 assertTrue(q.removeFirstOccurrence(new Integer(i))); in testRemoveFirstOccurrence()
626 assertFalse(q.removeFirstOccurrence(new Integer(i + 1))); in testRemoveFirstOccurrence()
DArrayDequeTest.java538 assertTrue(q.removeFirstOccurrence(new Integer(i))); in testRemoveFirstOccurrence()
541 assertTrue(q.removeFirstOccurrence(new Integer(i))); in testRemoveFirstOccurrence()
542 assertFalse(q.removeFirstOccurrence(new Integer(i + 1))); in testRemoveFirstOccurrence()
917 assertFalse(q.removeFirstOccurrence(null)); in testNeverContainsNull()
DLinkedBlockingDequeTest.java284 assertTrue(q.removeFirstOccurrence(new Integer(i))); in testRemoveFirstOccurrence()
287 assertTrue(q.removeFirstOccurrence(new Integer(i))); in testRemoveFirstOccurrence()
288 assertFalse(q.removeFirstOccurrence(new Integer(i + 1))); in testRemoveFirstOccurrence()
1820 assertFalse(q.removeFirstOccurrence(null));
/libcore/ojluni/src/test/java/util/concurrent/tck/
DConcurrentLinkedDequeTest.java587 assertTrue(q.removeFirstOccurrence(new Integer(i))); in testRemoveFirstOccurrence()
590 assertTrue(q.removeFirstOccurrence(new Integer(i))); in testRemoveFirstOccurrence()
591 assertFalse(q.removeFirstOccurrence(new Integer(i + 1))); in testRemoveFirstOccurrence()
928 assertFalse(q.removeFirstOccurrence(null)); in testNeverContainsNull()
DLinkedListTest.java663 assertTrue(q.removeFirstOccurrence(new Integer(i))); in testRemoveFirstOccurrence()
666 assertTrue(q.removeFirstOccurrence(new Integer(i))); in testRemoveFirstOccurrence()
667 assertFalse(q.removeFirstOccurrence(new Integer(i + 1))); in testRemoveFirstOccurrence()
DLinkedBlockingDequeTest.java318 assertTrue(q.removeFirstOccurrence(new Integer(i))); in testRemoveFirstOccurrence()
321 assertTrue(q.removeFirstOccurrence(new Integer(i))); in testRemoveFirstOccurrence()
322 assertFalse(q.removeFirstOccurrence(new Integer(i + 1))); in testRemoveFirstOccurrence()
1854 assertFalse(q.removeFirstOccurrence(null));
DCollection8Test.java179 assertFalse(d.removeFirstOccurrence(bomb()));
/libcore/ojluni/annotations/hiddenapi/java/util/
DArrayDeque.java111 public boolean removeFirstOccurrence(java.lang.Object o) { in removeFirstOccurrence() method in ArrayDeque
DLinkedList.java221 public boolean removeFirstOccurrence(java.lang.Object o) { in removeFirstOccurrence() method in LinkedList
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DLinkedBlockingDeque.java160 public boolean removeFirstOccurrence(java.lang.Object o) { in removeFirstOccurrence() method in LinkedBlockingDeque