/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | Builder.java | 172 public CBuilder<E, U> removeAll(Collection<? extends E> c) { in removeAll() method in Builder.CBuilder 177 public CBuilder<E, U> removeAll(Transform<E, Boolean> predicate) { in removeAll() method in Builder.CBuilder 183 public CBuilder<E, U> removeAll(E... items) { in removeAll() method in Builder.CBuilder 190 public CBuilder<E, U> removeAll(Iterator<E> items) { in removeAll() method in Builder.CBuilder 421 public MBuilder<K, V, M> removeAll(Collection<? extends K> keys) { in removeAll() method in Builder.MBuilder 427 public MBuilder<K, V, M> removeAll(K... keys) { in removeAll() method in Builder.MBuilder 431 public MBuilder<K, V, M> removeAll(Transform<K, Boolean> predicate) { in removeAll() method in Builder.MBuilder
|
H A D | UnicodeRelation.java | 222 public UnicodeRelation<T> removeAll(String key, Collection<T> values) { in removeAll() method in UnicodeRelation 234 public UnicodeRelation<T> removeAll(Map<String, T> m) { in removeAll() method in UnicodeRelation 241 public UnicodeRelation<T> removeAll(UnicodeSet keys, Collection<T> values) { in removeAll() method in UnicodeRelation 248 public UnicodeRelation<T> removeAll(UnicodeSet keys, T... values) { in removeAll() method in UnicodeRelation 252 public UnicodeRelation<T> removeAll(UnicodeSet keys, T value) { in removeAll() method in UnicodeRelation
|
/aosp_15_r20/external/protobuf/objectivec/ |
H A D | GPBDictionary.m | 1611 - (void)removeAll { method 1794 - (void)removeAll { method 1977 - (void)removeAll { method 2160 - (void)removeAll { method 2343 - (void)removeAll { method 2526 - (void)removeAll { method 2709 - (void)removeAll { method 2948 - (void)removeAll { method 3173 - (void)removeAll { method 3361 - (void)removeAll { method [all …]
|
H A D | GPBArray.m | 519 - (void)removeAll { method 769 - (void)removeAll { method 1019 - (void)removeAll { method 1269 - (void)removeAll { method 1519 - (void)removeAll { method 1769 - (void)removeAll { method 2019 - (void)removeAll { method 2358 - (void)removeAll { method
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/ |
H A D | GPBDictionary.m | 1611 - (void)removeAll { method 1794 - (void)removeAll { method 1977 - (void)removeAll { method 2160 - (void)removeAll { method 2343 - (void)removeAll { method 2526 - (void)removeAll { method 2709 - (void)removeAll { method 2948 - (void)removeAll { method 3173 - (void)removeAll { method 3361 - (void)removeAll { method [all …]
|
H A D | GPBArray.m | 519 - (void)removeAll { method 769 - (void)removeAll { method 1019 - (void)removeAll { method 1269 - (void)removeAll { method 1519 - (void)removeAll { method 1769 - (void)removeAll { method 2019 - (void)removeAll { method 2358 - (void)removeAll { method
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | Relation.java | 188 public Set<V> removeAll(K key) { in removeAll() method in Relation 308 public boolean removeAll(Relation<K, V> toBeRemoved) { in removeAll() method in Relation 325 public final Set<V> removeAll(K... keys) { in removeAll() method in Relation 329 public boolean removeAll(K key, Iterable<V> toBeRemoved) { in removeAll() method in Relation 337 public Set<V> removeAll(Collection<K> toBeRemoved) { in removeAll() method in Relation
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | Relation.java | 190 public Set<V> removeAll(K key) { in removeAll() method in Relation 310 public boolean removeAll(Relation<K, V> toBeRemoved) { in removeAll() method in Relation 327 public final Set<V> removeAll(K... keys) { in removeAll() method in Relation 331 public boolean removeAll(K key, Iterable<V> toBeRemoved) { in removeAll() method in Relation 339 public Set<V> removeAll(Collection<K> toBeRemoved) { in removeAll() method in Relation
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | FilteredEntryMultimap.java | 104 public Collection<V> removeAll(@CheckForNull Object key) { in removeAll() method in FilteredEntryMultimap 231 public boolean removeAll(Collection<?> c) { in createKeySet() method in FilteredEntryMultimap.AsMap.KeySetImpl 281 public boolean removeAll(Collection<?> c) { in createEntrySet() method 331 public boolean removeAll(Collection<?> c) { in createValues() method in FilteredEntryMultimap.ValuesImpl 408 public boolean removeAll(Collection<?> c) { in entrySet() method in Keys
|
H A D | Synchronized.java | 186 public boolean removeAll(Collection<?> c) { in removeAll() method in Synchronized.SynchronizedCollection 637 public Collection<V> removeAll(@CheckForNull Object key) { in removeAll() method in Synchronized.SynchronizedMultimap 748 public List<V> removeAll(@CheckForNull Object key) { in removeAll() method in Synchronized.SynchronizedListMultimap 793 public Set<V> removeAll(@CheckForNull Object key) { in removeAll() method in Synchronized.SynchronizedSetMultimap 848 public SortedSet<V> removeAll(@CheckForNull Object key) { in removeAll() method in Synchronized.SynchronizedSortedSetMultimap
|
H A D | AbstractRangeSet.java | 88 public void removeAll(RangeSet<C> other) { in removeAll() method in AbstractRangeSet 93 public void removeAll(Iterable<Range<C>> ranges) { in removeAll() method in AbstractRangeSet
|
H A D | RangeSet.java | 229 void removeAll(RangeSet<C> other); in removeAll() method 241 void removeAll(Iterable<Range<C>> ranges); in removeAll() method
|
H A D | Multimaps.java | 767 public Collection<V> removeAll(@CheckForNull Object key) { in removeAll() method in Multimaps.UnmodifiableMultimap 806 public List<V> removeAll(@CheckForNull Object key) { in removeAll() method in Multimaps.UnmodifiableListMultimap 845 public Set<V> removeAll(@CheckForNull Object key) { in removeAll() method in Multimaps.UnmodifiableSetMultimap 875 public SortedSet<V> removeAll(@CheckForNull Object key) { in removeAll() method in Multimaps.UnmodifiableSortedSetMultimap
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | FilteredEntryMultimap.java | 104 public Collection<V> removeAll(@CheckForNull Object key) { in removeAll() method in FilteredEntryMultimap 231 public boolean removeAll(Collection<?> c) { in createKeySet() method in FilteredEntryMultimap.AsMap.KeySetImpl 281 public boolean removeAll(Collection<?> c) { in createEntrySet() method 331 public boolean removeAll(Collection<?> c) { in createValues() method in FilteredEntryMultimap.ValuesImpl 408 public boolean removeAll(Collection<?> c) { in entrySet() method in Keys
|
H A D | Synchronized.java | 223 public boolean removeAll(Collection<?> c) { in removeAll() method in Synchronized.SynchronizedCollection 695 public Collection<V> removeAll(@CheckForNull Object key) { in removeAll() method in Synchronized.SynchronizedMultimap 813 public List<V> removeAll(@CheckForNull Object key) { in removeAll() method in Synchronized.SynchronizedListMultimap 858 public Set<V> removeAll(@CheckForNull Object key) { in removeAll() method in Synchronized.SynchronizedSetMultimap 913 public SortedSet<V> removeAll(@CheckForNull Object key) { in removeAll() method in Synchronized.SynchronizedSortedSetMultimap
|
H A D | RangeSet.java | 241 void removeAll(RangeSet<C> other); in removeAll() method 253 default void removeAll(Iterable<Range<C>> ranges) { in removeAll() method
|
H A D | Multimaps.java | 771 public Collection<V> removeAll(@CheckForNull Object key) { in removeAll() method in Multimaps.UnmodifiableMultimap 810 public List<V> removeAll(@CheckForNull Object key) { in removeAll() method in Multimaps.UnmodifiableListMultimap 849 public Set<V> removeAll(@CheckForNull Object key) { in removeAll() method in Multimaps.UnmodifiableSetMultimap 879 public SortedSet<V> removeAll(@CheckForNull Object key) { in removeAll() method in Multimaps.UnmodifiableSortedSetMultimap
|
H A D | ImmutableRangeSet.java | 284 public void removeAll(RangeSet<C> other) { in removeAll() method in ImmutableRangeSet 297 public void removeAll(Iterable<Range<C>> other) { in removeAll() method in ImmutableRangeSet
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | MapsTransformValuesUnmodifiableIteratorTest.java | 72 public boolean removeAll(Collection<?> c) { in keySet() method in MapsTransformValuesUnmodifiableIteratorTest.UnmodifiableIteratorMap 97 public boolean removeAll(Collection<?> c) { in values() method
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | MapsTransformValuesUnmodifiableIteratorTest.java | 72 public boolean removeAll(Collection<?> c) { in keySet() method in MapsTransformValuesUnmodifiableIteratorTest.UnmodifiableIteratorMap 97 public boolean removeAll(Collection<?> c) { in values() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/util/ |
H A D | Bag.kt | 70 fun removeAll(elements: Collection<T>): Set<T>? { in removeAll() method in com.android.systemui.kairos.internal.util.Bag
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
H A D | RegExUtils.java | 60 public static String removeAll(final String text, final Pattern regex) { in removeAll() method in RegExUtils 106 public static String removeAll(final String text, final String regex) { in removeAll() method in RegExUtils
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | MapCollections.java | 230 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.EntrySet 320 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.KeySet 414 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.ValuesCollection
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/ |
H A D | FileLockTable.java | 68 public abstract List<FileLock> removeAll(); in removeAll() method in FileLockTable 198 public List<FileLock> removeAll() { in removeAll() method in SharedFileLockTable
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/ |
H A D | BackupRestoreStorageManager.kt | 101 fun removeAll() { in removeAll() method in com.android.settingslib.datastore.BackupRestoreStorageManager
|