Home
last modified time | relevance | path

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

12345678910>>...14

/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/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.java392 fALetterSet.removeAll(fDictionarySet); in RBBIWordMonkey()
396 fOtherSet.removeAll(fCRSet); in RBBIWordMonkey()
397 fOtherSet.removeAll(fLFSet); in RBBIWordMonkey()
398 fOtherSet.removeAll(fNewlineSet); in RBBIWordMonkey()
399 fOtherSet.removeAll(fALetterSet); in RBBIWordMonkey()
400 fOtherSet.removeAll(fSingle_QuoteSet); in RBBIWordMonkey()
401 fOtherSet.removeAll(fDouble_QuoteSet); in RBBIWordMonkey()
402 fOtherSet.removeAll(fKatakanaSet); in RBBIWordMonkey()
403 fOtherSet.removeAll(fHebrew_LetterSet); in RBBIWordMonkey()
404 fOtherSet.removeAll(fMidLetterSet); in RBBIWordMonkey()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java393 fALetterSet.removeAll(fDictionarySet); in RBBIWordMonkey()
397 fOtherSet.removeAll(fCRSet); in RBBIWordMonkey()
398 fOtherSet.removeAll(fLFSet); in RBBIWordMonkey()
399 fOtherSet.removeAll(fNewlineSet); in RBBIWordMonkey()
400 fOtherSet.removeAll(fALetterSet); in RBBIWordMonkey()
401 fOtherSet.removeAll(fSingle_QuoteSet); in RBBIWordMonkey()
402 fOtherSet.removeAll(fDouble_QuoteSet); in RBBIWordMonkey()
403 fOtherSet.removeAll(fKatakanaSet); in RBBIWordMonkey()
404 fOtherSet.removeAll(fHebrew_LetterSet); in RBBIWordMonkey()
405 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()
325 public 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/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()
323 public Set<V> removeAll(K... keys) { in removeAll() method in Relation
324 return removeAll(Arrays.asList(keys)); in removeAll()
327 public boolean removeAll(K key, Iterable<V> toBeRemoved) { in removeAll() method in Relation
335 public Set<V> removeAll(Collection<K> toBeRemoved) { in removeAll() method in Relation
/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()
DFilteredKeyListMultimap.java49 public List<V> removeAll(@Nullable Object key) { in removeAll() method in FilteredKeyListMultimap
50 return (List<V>) super.removeAll(key); in removeAll()
DAbstractListMultimap.java76 @Override public List<V> removeAll(@Nullable Object key) { in removeAll() method in AbstractListMultimap
77 return (List<V>) super.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/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/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/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/replicaisland/src/com/replica/replicaisland/
DBufferLibrary.java33 removeAll(); in reset()
40 public void removeAll() { in removeAll() method in BufferLibrary
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTransformValuesUnmodifiableIteratorTest.java65 @Override public boolean removeAll(Collection<?> c) { in keySet() method in MapsTransformValuesUnmodifiableIteratorTest.UnmodifiableIteratorMap
66 return delegate.keySet().removeAll(c); in keySet()
82 @Override public boolean removeAll(Collection<?> c) { in values() method
83 return delegate.values().removeAll(c); in values()
99 @Override public boolean removeAll(Collection<?> c) {
100 return delegate.entrySet().removeAll(c);
DSynchronizedQueueTest.java87 public boolean removeAll(Collection<?> collection) { in removeAll() method in SynchronizedQueueTest.TestQueue
89 return delegate.removeAll(collection); in removeAll()
171 create().removeAll(ImmutableList.of("foo")); in testHoldsLockOnAllOperations()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DProtobufArrayListTest.java232 list.removeAll(Collections.emptyList()); in assertImmutable()
239 list.removeAll(Collections.singleton(1)); in assertImmutable()
246 list.removeAll(UNARY_LIST); in assertImmutable()

12345678910>>...14