Home
last modified time | relevance | path

Searched refs:removeAll (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionRemoveAllTester.java52 collection.removeAll(MinimalCollection.of())); in testRemoveAll_emptyCollection()
60 collection.removeAll(MinimalCollection.of(e3()))); in testRemoveAll_nonePresent()
69 collection.removeAll(MinimalCollection.of(e0()))); in testRemoveAll_allPresent()
78 collection.removeAll(MinimalCollection.of(e0(), e3()))); in testRemoveAll_somePresent()
87 assertTrue(collection.removeAll(MinimalCollection.of(e0(), e3()))); in testRemoveAllSomePresentConcurrentWithIteration()
101 collection.removeAll(MinimalCollection.of(e0(), e0(), e0(), e3(), e3(), e3()))); in testRemoveAll_somePresentLargeCollectionToRemove()
111 collection.removeAll(MinimalCollection.of())); in testRemoveAll_unsupportedEmptyCollection()
123 collection.removeAll(MinimalCollection.of(e3()))); in testRemoveAll_unsupportedNonePresent()
133 collection.removeAll(MinimalCollection.of(e0())); in testRemoveAll_unsupportedPresent()
152 collection.removeAll(null); in testRemoveAll_nullCollectionReferenceEmptySubject()
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionRemoveAllTester.java52 collection.removeAll(MinimalCollection.of())); in testRemoveAll_emptyCollection()
60 collection.removeAll(MinimalCollection.of(e3()))); in testRemoveAll_nonePresent()
69 collection.removeAll(MinimalCollection.of(e0()))); in testRemoveAll_allPresent()
78 collection.removeAll(MinimalCollection.of(e0(), e3()))); in testRemoveAll_somePresent()
87 assertTrue(collection.removeAll(MinimalCollection.of(e0(), e3()))); in testRemoveAllSomePresentConcurrentWithIteration()
101 collection.removeAll(MinimalCollection.of(e0(), e0(), e0(), e3(), e3(), e3()))); in testRemoveAll_somePresentLargeCollectionToRemove()
111 collection.removeAll(MinimalCollection.of())); in testRemoveAll_unsupportedEmptyCollection()
123 collection.removeAll(MinimalCollection.of(e3()))); in testRemoveAll_unsupportedNonePresent()
133 collection.removeAll(MinimalCollection.of(e0())); in testRemoveAll_unsupportedPresent()
152 collection.removeAll(null); in testRemoveAll_nullCollectionReferenceEmptySubject()
[all …]
/external/protobuf/objectivec/
DGPBDictionary.h140 - (void)removeAll;
235 - (void)removeAll;
330 - (void)removeAll;
425 - (void)removeAll;
520 - (void)removeAll;
615 - (void)removeAll;
710 - (void)removeAll;
872 - (void)removeAll;
966 - (void)removeAll;
1061 - (void)removeAll;
[all …]
DGPBArray.h199 - (void)removeAll;
371 - (void)removeAll;
543 - (void)removeAll;
715 - (void)removeAll;
887 - (void)removeAll;
1059 - (void)removeAll;
1231 - (void)removeAll;
1525 - (void)removeAll;
/external/cldr/tools/java/org/unicode/cldr/tool/
DListRedundantUnicodeSets.java67 remaining.removeAll(redundants); in main()
77 redundants.removeAll(forTranslit); in main()
90 redundants.removeAll(indexSet); in main()
91 indexSet.removeAll(redundants); in main()
101 redundants.removeAll(colAndEx); in main()
102 colExemplars.removeAll(redundants); in main()
103 colExemplars.removeAll(remaining); in main()
104 colExemplars.removeAll(forTranslit); in main()
129 UnicodeSet result = getCollationExemplars2(localeID).removeAll(ROOT_COLLATION_EXEMPLARS); in getCollationExemplars()
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapRemoveAllTester.java46 assertEmpty(multimap().removeAll(k3())); in testRemoveAllAbsentKey()
53 assertContentsAnyOrder(multimap().removeAll(k0()), v0()); in testRemoveAllPresentKey()
62 multimap().removeAll(k0()); in testRemoveAllPropagatesToGet()
74 assertContentsAnyOrder(multimap().removeAll(k0()), v0(), v1(), v2()); in testRemoveAllMultipleValues()
83 assertContentsAnyOrder(multimap().removeAll(null), getValueForNullKey()); in testRemoveAllNullKeyPresent()
90 assertEmpty(multimap().removeAll(null)); in testRemoveAllNullKeyAbsent()
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapRemoveAllTester.java46 assertEmpty(multimap().removeAll(k3())); in testRemoveAllAbsentKey()
53 assertContentsAnyOrder(multimap().removeAll(k0()), v0()); in testRemoveAllPresentKey()
62 multimap().removeAll(k0()); in testRemoveAllPropagatesToGet()
74 assertContentsAnyOrder(multimap().removeAll(k0()), v0(), v1(), v2()); in testRemoveAllMultipleValues()
83 assertContentsAnyOrder(multimap().removeAll(null), getValueForNullKey()); in testRemoveAllNullKeyPresent()
90 assertEmpty(multimap().removeAll(null)); in testRemoveAllNullKeyAbsent()
/external/cldr/tools/java/org/unicode/cldr/util/
DBuilder.java168 public CBuilder<E, U> removeAll(Collection<? extends E> c) { in removeAll() method in Builder.CBuilder
169 collection.removeAll(c); in removeAll()
173 public CBuilder<E, U> removeAll(Transform<E, Boolean> predicate) { in removeAll() method in Builder.CBuilder
174 collection.removeAll(getMatchingItems(predicate, collection, new HashSet<E>())); in removeAll()
179 public CBuilder<E, U> removeAll(E... items) { in removeAll() method in Builder.CBuilder
186 public CBuilder<E, U> removeAll(Iterator<E> items) { in removeAll() method in Builder.CBuilder
237 extras.removeAll(collection); in keepNew()
260 collection.removeAll(temp); in filter()
416 public MBuilder<K, V, M> removeAll(Collection<? extends K> keys) { in removeAll() method in Builder.MBuilder
417 map.keySet().removeAll(keys); in removeAll()
[all …]
DUnicodeRelation.java179 newValues.removeAll(values); in removeValues()
218 public UnicodeRelation<T> removeAll(String key, Collection<T> values) { in removeAll() method in UnicodeRelation
230 public UnicodeRelation<T> removeAll(Map<String, T> m) { in removeAll() method in UnicodeRelation
237 public UnicodeRelation<T> removeAll(UnicodeSet keys, Collection<T> values) { in removeAll() method in UnicodeRelation
239 removeAll(key, values); in removeAll()
244 public UnicodeRelation<T> removeAll(UnicodeSet keys, T... values) { in removeAll() method in UnicodeRelation
245 return removeAll(keys, Arrays.asList(values)); in removeAll()
248 public UnicodeRelation<T> removeAll(UnicodeSet keys, T value) { in removeAll() method in UnicodeRelation
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java377 fALetterSet.removeAll(fDictionarySet); in RBBIWordMonkey()
381 fOtherSet.removeAll(fCRSet); in RBBIWordMonkey()
382 fOtherSet.removeAll(fLFSet); in RBBIWordMonkey()
383 fOtherSet.removeAll(fNewlineSet); in RBBIWordMonkey()
384 fOtherSet.removeAll(fALetterSet); in RBBIWordMonkey()
385 fOtherSet.removeAll(fSingle_QuoteSet); in RBBIWordMonkey()
386 fOtherSet.removeAll(fDouble_QuoteSet); in RBBIWordMonkey()
387 fOtherSet.removeAll(fKatakanaSet); in RBBIWordMonkey()
388 fOtherSet.removeAll(fHebrew_LetterSet); in RBBIWordMonkey()
389 fOtherSet.removeAll(fMidLetterSet); in RBBIWordMonkey()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java380 fALetterSet.removeAll(fDictionarySet); in RBBIWordMonkey()
384 fOtherSet.removeAll(fCRSet); in RBBIWordMonkey()
385 fOtherSet.removeAll(fLFSet); in RBBIWordMonkey()
386 fOtherSet.removeAll(fNewlineSet); in RBBIWordMonkey()
387 fOtherSet.removeAll(fALetterSet); in RBBIWordMonkey()
388 fOtherSet.removeAll(fSingle_QuoteSet); in RBBIWordMonkey()
389 fOtherSet.removeAll(fDouble_QuoteSet); in RBBIWordMonkey()
390 fOtherSet.removeAll(fKatakanaSet); in RBBIWordMonkey()
391 fOtherSet.removeAll(fHebrew_LetterSet); in RBBIWordMonkey()
392 fOtherSet.removeAll(fMidLetterSet); in RBBIWordMonkey()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSortedSetRelation.java158 a.removeAll(b); in doOperation()
167 temp.removeAll(a); in doOperation()
168 a.removeAll(b); in doOperation()
173 temp.removeAll(a); in doOperation()
DRelation.java190 public Set<V> removeAll(K key) { in removeAll() method in Relation
310 public boolean removeAll(Relation<K, V> toBeRemoved) { in removeAll() method in Relation
316 result |= removeAll(key, values); in removeAll()
327 public final Set<V> removeAll(K... keys) { in removeAll() method in Relation
328 return removeAll(Arrays.asList(keys)); in removeAll()
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
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSortedSetRelation.java156 a.removeAll(b); in doOperation()
165 temp.removeAll(a); in doOperation()
166 a.removeAll(b); in doOperation()
171 temp.removeAll(a); in doOperation()
DRelation.java188 public Set<V> removeAll(K key) { in removeAll() method in Relation
308 public boolean removeAll(Relation<K, V> toBeRemoved) { in removeAll() method in Relation
314 result |= removeAll(key, values); in removeAll()
325 public final Set<V> removeAll(K... keys) { in removeAll() method in Relation
326 return removeAll(Arrays.asList(keys)); in removeAll()
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
/external/guava/android/guava/src/com/google/common/collect/
DAbstractRangeSet.java85 public void removeAll(RangeSet<C> other) { in removeAll() method in AbstractRangeSet
86 removeAll(other.asRanges()); in removeAll()
90 public void removeAll(Iterable<Range<C>> ranges) { in removeAll() method in AbstractRangeSet
DForwardingCollection.java70 public boolean removeAll(Collection<?> collection) { in removeAll() method in ForwardingCollection
71 return delegate().removeAll(collection); in removeAll()
187 return Iterators.removeAll(iterator(), collection); in standardRemoveAll()
DForwardingListMultimap.java53 public List<V> removeAll(@NullableDecl Object key) { in removeAll() method in ForwardingListMultimap
54 return delegate().removeAll(key); in removeAll()
/external/icu/icu4c/source/i18n/
Dregexst.cpp197 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_CONTROL]); in RegexStaticSets()
198 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_L]); in RegexStaticSets()
199 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_V]); in RegexStaticSets()
200 fPropSets[URX_GC_NORMAL]->removeAll(*fPropSets[URX_GC_T]); in RegexStaticSets()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DTestBoilerplate.java148 TestFmwk.errln(new UnicodeSet(set1).removeAll(set2).toPattern(true)); in verifySetsIdentical()
150 TestFmwk.errln(new UnicodeSet(set2).removeAll(set1).toPattern(true)); in verifySetsIdentical()
160 temp.removeAll(values2); in verifySetsIdentical()
164 temp.removeAll(values1); in verifySetsIdentical()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DCommentsInserter.java108 commentsToAttribute.removeAll(commentsInsideChild); in insertComments()
121 commentsToAttribute.removeAll(attributedComments); in insertComments()
145 commentsToAttribute.removeAll(attributedComments); in insertComments()
173 commentsToAttribute.removeAll(attributedComments); in attributeLineCommentsOnSameLine()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestBoilerplate.java147 TestFmwk.errln(new UnicodeSet(set1).removeAll(set2).toPattern(true)); in verifySetsIdentical()
149 TestFmwk.errln(new UnicodeSet(set2).removeAll(set1).toPattern(true)); in verifySetsIdentical()
159 temp.removeAll(values2); in verifySetsIdentical()
163 temp.removeAll(values1); in verifySetsIdentical()
/external/guava/guava/src/com/google/common/collect/
DForwardingCollection.java70 public boolean removeAll(Collection<?> collection) { in removeAll() method in ForwardingCollection
71 return delegate().removeAll(collection); in removeAll()
187 return Iterators.removeAll(iterator(), collection); in standardRemoveAll()
/external/skqp/src/utils/
DSkCanvasStack.cpp13 this->removeAll(); in ~SkCanvasStack()
44 void SkCanvasStack::removeAll() { in removeAll() function in SkCanvasStack
45 this->INHERITED::removeAll(); // call the baseclass *before* we actually delete the canvases in removeAll()
/external/skia/src/utils/
DSkCanvasStack.cpp13 this->removeAll(); in ~SkCanvasStack()
44 void SkCanvasStack::removeAll() { in removeAll() function in SkCanvasStack
45 this->INHERITED::removeAll(); // call the baseclass *before* we actually delete the canvases in removeAll()

12345678910>>...20