/libcore/luni/src/main/java/java/net/ |
D | CookieStore.java | 102 boolean removeAll(); in removeAll() method
|
D | CookieStoreImpl.java | 138 public synchronized boolean removeAll() { in removeAll() method in CookieStoreImpl
|
/libcore/luni/src/main/java/java/util/ |
D | AbstractSet.java | 97 public boolean removeAll(Collection<?> collection) { in removeAll() method in AbstractSet
|
D | Set.java | 152 public boolean removeAll(Collection<?> collection); in removeAll() method
|
D | Collection.java | 245 public boolean removeAll(Collection<?> collection); in removeAll() method
|
D | AbstractCollection.java | 273 public boolean removeAll(Collection<?> collection) { in removeAll() method in AbstractCollection
|
D | List.java | 273 public boolean removeAll(Collection<?> collection); in removeAll() method
|
D | MiniEnumSet.java | 165 public boolean removeAll(Collection<?> collection) { in removeAll() method in MiniEnumSet
|
D | HugeEnumSet.java | 266 public boolean removeAll(Collection<?> collection) { in removeAll() method in HugeEnumSet
|
D | Hashtable.java | 921 public boolean removeAll(Collection<?> collection) { in removeAll() method in Hashtable.KeySet 1020 public boolean removeAll(Collection<?> collection) { in removeAll() method in Hashtable.EntrySet
|
D | Vector.java | 739 public synchronized boolean removeAll(Collection<?> collection) { in removeAll() method
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | CopyOnWriteArraySet.java | 268 public boolean removeAll(Collection<?> c) { in removeAll() method in CopyOnWriteArraySet
|
D | ConcurrentSkipListSet.java | 292 public boolean removeAll(Collection<?> c) { in removeAll() method in ConcurrentSkipListSet
|
D | CopyOnWriteArrayList.java | 358 public synchronized boolean removeAll(Collection<?> collection) { in removeAll() method in CopyOnWriteArrayList 633 @Override public boolean removeAll(Collection<?> collection) { in removeAll() method in CopyOnWriteArrayList.CowSubList
|
D | SynchronousQueue.java | 1005 public boolean removeAll(Collection<?> c) { in removeAll() method in SynchronousQueue
|
/libcore/luni/src/main/java/libcore/net/http/ |
D | RawHeaders.java | 165 public void removeAll(String fieldName) { in removeAll() method in RawHeaders
|
/libcore/luni/src/main/java/java/nio/ |
D | SelectorImpl.java | 372 public boolean removeAll(Collection<?> c) { in removeAll() method in SelectorImpl.UnaddableSet
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | OldCollectionsTest.java | 385 public boolean removeAll(Collection c) { in removeAll() method in OldCollectionsTest.Mock_Collection 441 public boolean removeAll(Collection c) { in removeAll() method in OldCollectionsTest.Mock_WrongCollection
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | CookiesTest.java | 606 public boolean removeAll() { in removeAll() method in CookiesTest.TestCookieStore
|