Home
last modified time | relevance | path

Searched defs:removeFirstOccurrence (Results 1 – 25 of 591) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DForwardingDeque.java149 public boolean removeFirstOccurrence(@CheckForNull Object o) { in removeFirstOccurrence() method in ForwardingDeque
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DForwardingDeque.java149 public boolean removeFirstOccurrence(@CheckForNull Object o) { in removeFirstOccurrence() method in ForwardingDeque
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DDeque.annotated.java67 public boolean removeFirstOccurrence(@libcore.util.Nullable java.lang.Object o); in removeFirstOccurrence() method
H A DArrayDeque.annotated.java72 public boolean removeFirstOccurrence(@libcore.util.Nullable java.lang.Object o) { throw new Runtime… in removeFirstOccurrence() method in ArrayDeque
H A DLinkedList.annotated.java101 public boolean removeFirstOccurrence(@libcore.util.Nullable java.lang.Object o) { throw new Runtime… in removeFirstOccurrence() method in LinkedList
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DDeque.annotated.java66 public boolean removeFirstOccurrence(java.lang.Object o); in removeFirstOccurrence() method
H A DLinkedList.annotated.java100 public boolean removeFirstOccurrence(java.lang.Object o) { throw new RuntimeException("Stub!"); } in removeFirstOccurrence() method in LinkedList
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DDeque.java370 boolean removeFirstOccurrence(Object o); in removeFirstOccurrence() method
DArrayDeque.java445 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in ArrayDeque
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DDeque.java370 boolean removeFirstOccurrence(Object o); in removeFirstOccurrence() method
DLinkedList.java824 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in LinkedList
1399 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in LinkedList.ReverseOrderLinkedListView
DArrayDeque.java445 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in ArrayDeque
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DDeque.java370 boolean removeFirstOccurrence(Object o); in removeFirstOccurrence() method
H A DReverseOrderDequeView.java272 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in ReverseOrderDequeView
H A DLinkedList.java824 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in LinkedList
1399 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in LinkedList.ReverseOrderLinkedListView
/aosp_15_r20/libcore/ojluni/src/test/java/util/SequencedCollection/
H A DSimpleDeque.java163 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in SimpleDeque
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DBlockingDeque.java406 boolean removeFirstOccurrence(Object o); in removeFirstOccurrence() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DBlockingDeque.java406 boolean removeFirstOccurrence(Object o); in removeFirstOccurrence() method
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DSynchronizedDequeTest.java226 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in SynchronizedDequeTest.TestDeque
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DSynchronizedDequeTest.java226 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in SynchronizedDequeTest.TestDeque
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DBlockingDeque.java406 boolean removeFirstOccurrence(Object o); in removeFirstOccurrence() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/
DLinkedList.java824 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in LinkedList
1399 public boolean removeFirstOccurrence(Object o) { in removeFirstOccurrence() method in LinkedList.ReverseOrderLinkedListView
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DArrayDeque.java111 public boolean removeFirstOccurrence(java.lang.Object o) { in removeFirstOccurrence() method in ArrayDeque
H A DLinkedList.java221 public boolean removeFirstOccurrence(java.lang.Object o) { in removeFirstOccurrence() method in LinkedList
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
H A DLinkedBlockingDeque.java160 public boolean removeFirstOccurrence(java.lang.Object o) { in removeFirstOccurrence() method in LinkedBlockingDeque

12345678910>>...24