Home
last modified time | relevance | path

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

12345678910>>...17

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DCollectionRemoveAllTester.java51 collection.removeAll(MinimalCollection.of())); in testRemoveAll_emptyCollection()
58 collection.removeAll(MinimalCollection.of(samples.e3))); in testRemoveAll_nonePresent()
66 collection.removeAll(MinimalCollection.of(samples.e0))); in testRemoveAll_allPresent()
74 collection.removeAll(MinimalCollection.of(samples.e0, samples.e3))); in testRemoveAll_somePresent()
84 assertTrue(collection.removeAll(MinimalCollection.of(samples.e0, samples.e3))); in testRemoveAllSomePresentConcurrentWithIteration()
99 collection.removeAll(MinimalCollection.of( in testRemoveAll_somePresentLargeCollectionToRemove()
110 collection.removeAll(MinimalCollection.of())); in testRemoveAll_unsupportedEmptyCollection()
121 collection.removeAll(MinimalCollection.of(samples.e3))); in testRemoveAll_unsupportedNonePresent()
131 collection.removeAll(MinimalCollection.of(samples.e0)); in testRemoveAll_unsupportedPresent()
151 collection.removeAll(null); in testRemoveAll_nullCollectionReferenceEmptySubject()
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapRemoveAllTester.java43 assertThat(multimap().removeAll(sampleKeys().e3)).isEmpty(); in testRemoveAllAbsentKey()
50 assertThat(multimap().removeAll(sampleKeys().e0)) in testRemoveAllPresentKey()
60 multimap().removeAll(sampleKeys().e0); in testRemoveAllPropagatesToGet()
74 assertThat(multimap().removeAll(sampleKeys().e0)) in testRemoveAllMultipleValues()
84 assertThat(multimap().removeAll(null)).has().exactly(getValueForNullKey()).inOrder(); in testRemoveAllNullKeyPresent()
91 assertThat(multimap().removeAll(null)).isEmpty(); 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/protobuf/objectivec/
DGPBDictionary.h76 - (void)removeAll;
111 - (void)removeAll;
146 - (void)removeAll;
181 - (void)removeAll;
216 - (void)removeAll;
251 - (void)removeAll;
286 - (void)removeAll;
352 - (void)removeAll;
387 - (void)removeAll;
422 - (void)removeAll;
[all …]
DGPBArray.h78 - (void)removeAll;
118 - (void)removeAll;
158 - (void)removeAll;
198 - (void)removeAll;
238 - (void)removeAll;
278 - (void)removeAll;
318 - (void)removeAll;
396 - (void)removeAll;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java345 fALetterSet.removeAll(fDictionarySet); in RBBIWordMonkey()
349 fOtherSet.removeAll(fCRSet); in RBBIWordMonkey()
350 fOtherSet.removeAll(fLFSet); in RBBIWordMonkey()
351 fOtherSet.removeAll(fNewlineSet); in RBBIWordMonkey()
352 fOtherSet.removeAll(fALetterSet); in RBBIWordMonkey()
353 fOtherSet.removeAll(fSingle_QuoteSet); in RBBIWordMonkey()
354 fOtherSet.removeAll(fDouble_QuoteSet); in RBBIWordMonkey()
355 fOtherSet.removeAll(fKatakanaSet); in RBBIWordMonkey()
356 fOtherSet.removeAll(fHebrew_LetterSet); in RBBIWordMonkey()
357 fOtherSet.removeAll(fMidLetterSet); in RBBIWordMonkey()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java348 fALetterSet.removeAll(fDictionarySet); in RBBIWordMonkey()
352 fOtherSet.removeAll(fCRSet); in RBBIWordMonkey()
353 fOtherSet.removeAll(fLFSet); in RBBIWordMonkey()
354 fOtherSet.removeAll(fNewlineSet); in RBBIWordMonkey()
355 fOtherSet.removeAll(fALetterSet); in RBBIWordMonkey()
356 fOtherSet.removeAll(fSingle_QuoteSet); in RBBIWordMonkey()
357 fOtherSet.removeAll(fDouble_QuoteSet); in RBBIWordMonkey()
358 fOtherSet.removeAll(fKatakanaSet); in RBBIWordMonkey()
359 fOtherSet.removeAll(fHebrew_LetterSet); in RBBIWordMonkey()
360 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/
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
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()
/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/guava/guava/src/com/google/common/collect/
DForwardingCollection.java68 public boolean removeAll(Collection<?> collection) { in removeAll() method in ForwardingCollection
69 return delegate().removeAll(collection); in removeAll()
183 return Iterators.removeAll(iterator(), collection); in standardRemoveAll()
DForwardingListMultimap.java47 @Override public List<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingListMultimap
48 return delegate().removeAll(key); in removeAll()
DForwardingSetMultimap.java49 @Override public Set<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingSetMultimap
50 return delegate().removeAll(key); in removeAll()
DForwardingSortedSetMultimap.java48 @Override public SortedSet<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingSortedSetMultimap
49 return delegate().removeAll(key); in removeAll()
/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.java107 commentsToAttribute.removeAll(commentsInsideChild); in insertComments()
120 commentsToAttribute.removeAll(attributedComments); in insertComments()
144 commentsToAttribute.removeAll(attributedComments); in insertComments()
172 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/cldr/tools/java/org/unicode/cldr/test/
DCheckExemplars.java63 .removeAll(AlwaysOK) // this will remove some
74 .removeAll(new UnicodeSet("[[:Uppercase:]-[\u0130]]"))
82 .removeAll(AlwaysOK) // this will remove some
173 … UnicodeSet overlap = new UnicodeSet(mainSet).retainAll(auxiliarySet).removeAll(HangulSyllables); in handleCheck()
198 quoteSet.removeAll(punctuationSet); in handleCheck()
222 UnicodeSet indexBadChars = new UnicodeSet(value).removeAll(mainAndAuxAllCase); in handleCheck()
377 UnicodeSet remainder0 = new UnicodeSet(exemplar1).removeAll(exemplarType.allowed); in checkExemplar()
/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()
/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/guava/guava-tests/test/com/google/common/cache/
DEmptyCachesTest.java164 assertFalse(keys.removeAll(asList(null, 0, 15, 1500))); in testKeySet_empty_remove()
184 assertFalse(keys.removeAll(asList(null, 0, 15, 1500))); in testKeySet_remove()
241 assertFalse(values.removeAll(asList(null, 0, 15, 1500))); in testValues_empty_remove()
261 assertFalse(values.removeAll(asList(null, 0, 15, 1500))); in testValues_remove()
318 assertFalse(entrySet.removeAll(asList(null, entryOf(0, 0), entryOf(15, 15)))); in testEntrySet_empty_remove()
338 assertFalse(entrySet.removeAll(asList(null, entryOf(1, 1), entryOf(15, 15)))); in testEntrySet_remove()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCanonicalIds.java132 remainingCharacters.removeAll(s); in checkItems()
139 emptyScripts.removeAll(specialValues); in checkItems()
145 missingScripts.removeAll(values); in checkItems()
151 remainingCharacters.removeAll(s); in checkItems()

12345678910>>...17