/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Relation.java | 186 public Set<V> removeAll(K key) { in removeAll() method in Relation 299 public boolean removeAll(Relation<K, V> toBeRemoved) { in removeAll() method in Relation 314 public Set<V> removeAll(K... keys) { in removeAll() method in Relation 318 public boolean removeAll(K key, Iterable<V> toBeRemoved) { in removeAll() method in Relation 326 public Set<V> removeAll(Collection<K> toBeRemoved) { in removeAll() method in Relation
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Relation.java | 184 public Set<V> removeAll(K key) { in removeAll() method in Relation 297 public boolean removeAll(Relation<K, V> toBeRemoved) { in removeAll() method in Relation 312 public Set<V> removeAll(K... keys) { in removeAll() method in Relation 316 public boolean removeAll(K key, Iterable<V> toBeRemoved) { in removeAll() method in Relation 324 public Set<V> removeAll(Collection<K> toBeRemoved) { in removeAll() method in Relation
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapsTransformValuesUnmodifiableIteratorTest.java | 65 @Override public boolean removeAll(Collection<?> c) { in keySet() method in MapsTransformValuesUnmodifiableIteratorTest.UnmodifiableIteratorMap 82 @Override public boolean removeAll(Collection<?> c) { in values() method
|
/external/guava/guava/src/com/google/common/collect/ |
D | SortedSetMultimap.java | 77 SortedSet<V> removeAll(@Nullable Object key); in removeAll() method
|
D | ForwardingListMultimap.java | 47 @Override public List<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingListMultimap
|
D | ForwardingSetMultimap.java | 49 @Override public Set<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingSetMultimap
|
D | ForwardingSortedSetMultimap.java | 48 @Override public SortedSet<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingSortedSetMultimap
|
D | ListMultimap.java | 63 List<V> removeAll(@Nullable Object key); in removeAll() method
|
D | SetMultimap.java | 74 Set<V> removeAll(@Nullable Object key); in removeAll() method
|
D | FilteredKeyListMultimap.java | 49 public List<V> removeAll(@Nullable Object key) { in removeAll() method in FilteredKeyListMultimap
|
D | FilteredEntrySetMultimap.java | 49 public Set<V> removeAll(Object key) { in removeAll() method in FilteredEntrySetMultimap
|
D | AbstractSortedSetMultimap.java | 89 @Override public SortedSet<V> removeAll(@Nullable Object key) { in removeAll() method in AbstractSortedSetMultimap
|
D | FilteredMultimapValues.java | 75 public boolean removeAll(Collection<?> c) { in removeAll() method in FilteredMultimapValues
|
D | Synchronized.java | 172 public boolean removeAll(Collection<?> c) { in removeAll() method in Synchronized.SynchronizedCollection 609 public Collection<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedMultimap 713 @Override public List<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedListMultimap 752 @Override public Set<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedSetMultimap 796 @Override public SortedSet<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedSortedSetMultimap
|
D | FilteredKeySetMultimap.java | 51 public Set<V> removeAll(Object key) { in removeAll() method in FilteredKeySetMultimap
|
D | AbstractListMultimap.java | 76 @Override public List<V> removeAll(@Nullable Object key) { in removeAll() method in AbstractListMultimap
|
D | AbstractSetMultimap.java | 84 @Override public Set<V> removeAll(@Nullable Object key) { in removeAll() method in AbstractSetMultimap
|
D | AbstractRangeSet.java | 73 public void removeAll(RangeSet<C> other) { in removeAll() method in AbstractRangeSet
|
D | Multimaps.java | 571 @Override public Collection<V> removeAll(Object key) { in removeAll() method in Multimaps.UnmodifiableMultimap 602 @Override public List<V> removeAll(Object key) { in removeAll() method in Multimaps.UnmodifiableListMultimap 630 @Override public Set<V> removeAll(Object key) { in removeAll() method in Multimaps.UnmodifiableSetMultimap 651 @Override public SortedSet<V> removeAll(Object key) { in removeAll() method in Multimaps.UnmodifiableSortedSetMultimap
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | Multimaps.java | 482 @Override public Collection<V> removeAll(Object key) { in removeAll() method in Multimaps.UnmodifiableMultimap 513 @Override public List<V> removeAll(Object key) { in removeAll() method in Multimaps.UnmodifiableListMultimap 541 @Override public Set<V> removeAll(Object key) { in removeAll() method in Multimaps.UnmodifiableSetMultimap 562 @Override public SortedSet<V> removeAll(Object key) { in removeAll() method in Multimaps.UnmodifiableSortedSetMultimap
|
D | Synchronized.java | 156 public boolean removeAll(Collection<?> c) { in removeAll() method in Synchronized.SynchronizedCollection 593 public Collection<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedMultimap 697 @Override public List<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedListMultimap 736 @Override public Set<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedSetMultimap 780 @Override public SortedSet<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedSortedSetMultimap
|
/external/skia/src/core/ |
D | SkRefDict.cpp | 80 void SkRefDict::removeAll() { in removeAll() function in SkRefDict
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | BufferLibrary.java | 40 public void removeAll() { in removeAll() method in BufferLibrary
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPreferenceGroup.java | 56 public void removeAll() { in removeAll() method in ShadowPreferenceGroup
|
/external/jetty/src/java/org/eclipse/jetty/util/ |
D | ConcurrentHashSet.java | 92 public boolean removeAll(Collection<?> c) in removeAll() method in ConcurrentHashSet
|