Searched refs:removeAll (Results 76 - 100 of 225) sorted by relevance

123456789

/external/skia/src/gpu/
H A DGrTHashCache.h36 void removeAll();
176 void GrTHashTable<T, Key, kHashBits>::removeAll() {
H A DGrResourceCache.h266 void removeAll();
/external/srec/portable/src/
H A DArrayListImpl.c49 impl->Interface.removeAll = &ArrayList_RemoveAll;
222 CHK(rc, clone->removeAll(clone));
/external/srec/shared/src/
H A DInt8ArrayListImpl.c44 impl->Interface.removeAll = &Int8ArrayList_RemoveAll;
191 CHK(rc, clone->removeAll(clone));
H A DIntArrayListImpl.c44 impl->Interface.removeAll = &IntArrayList_RemoveAll;
/external/guava/guava/src/com/google/common/collect/
H A DMultimaps.java159 * removeAll}, and {@code replaceValues} methods return {@code RandomAccess}
435 * <p>Note that the generated multimap's {@link Multimap#removeAll} and
456 * <p>Note that the generated multimap's {@link Multimap#removeAll} and
597 @Override public Collection<V> removeAll(Object key) { method in class:Multimaps.UnmodifiableMultimap
668 @Override public List<V> removeAll(Object key) { method in class:Multimaps.UnmodifiableListMultimap
696 @Override public Set<V> removeAll(Object key) { method in class:Multimaps.UnmodifiableSetMultimap
717 @Override public SortedSet<V> removeAll(Object key) { method in class:Multimaps.UnmodifiableSortedSetMultimap
755 * <p>Note that the generated multimap's {@link Multimap#removeAll} and
810 * <p>Note that the generated multimap's {@link Multimap#removeAll} and
850 * <p>Note that the generated multimap's {@link Multimap#removeAll} an
1123 public Set<V> removeAll(Object key) { method in class:Multimaps.MapMultimap
1545 @Override public Collection<V2> removeAll(Object key) { method in class:Multimaps.TransformedEntriesMultimap
1730 @Override public List<V2> removeAll(Object key) { method in class:Multimaps.TransformedEntriesListMultimap
2362 @Override public Collection<V> removeAll(Object key) { method in class:Multimaps.FilteredMultimap
2460 @Override public boolean removeAll(Collection<?> c) { method in class:Multimaps.FilteredMultimap.Values
2592 @Override public boolean removeAll(Collection<?> c) { method in class:Multimaps.FilteredMultimap.AsMap.KeySet
2628 @Override public boolean removeAll(final Collection<?> c) { method in class:Multimaps.FilteredMultimap.AsMap.Values
2682 @Override public boolean removeAll(Collection<?> c) { method in class:Multimaps.FilteredMultimap.AsMap.EntrySet
2735 @Override public boolean removeAll(Collection<?> c) { method in class:Multimaps.FilteredMultimap.Keys.EntrySet
[all...]
H A DAbstractMultiset.java120 @Override public boolean removeAll(Collection<?> elementsToRemove) { method in class:AbstractMultiset
H A DImmutableCollection.java120 public final boolean removeAll(Collection<?> oldElements) { method in class:ImmutableCollection
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java134 * removeAll}, and {@code replaceValues} methods return {@code RandomAccess}
346 * <p>Note that the generated multimap's {@link Multimap#removeAll} and
367 * <p>Note that the generated multimap's {@link Multimap#removeAll} and
508 @Override public Collection<V> removeAll(Object key) { method in class:Multimaps.UnmodifiableMultimap
579 @Override public List<V> removeAll(Object key) { method in class:Multimaps.UnmodifiableListMultimap
607 @Override public Set<V> removeAll(Object key) { method in class:Multimaps.UnmodifiableSetMultimap
628 @Override public SortedSet<V> removeAll(Object key) { method in class:Multimaps.UnmodifiableSortedSetMultimap
666 * <p>Note that the generated multimap's {@link Multimap#removeAll} and
721 * <p>Note that the generated multimap's {@link Multimap#removeAll} and
761 * <p>Note that the generated multimap's {@link Multimap#removeAll} an
1034 public Set<V> removeAll(Object key) { method in class:Multimaps.MapMultimap
1456 @Override public Collection<V2> removeAll(Object key) { method in class:Multimaps.TransformedEntriesMultimap
1641 @Override public List<V2> removeAll(Object key) { method in class:Multimaps.TransformedEntriesListMultimap
2145 @Override public Collection<V> removeAll(Object key) { method in class:Multimaps.FilteredMultimap
2243 @Override public boolean removeAll(Collection<?> c) { method in class:Multimaps.FilteredMultimap.Values
2375 @Override public boolean removeAll(Collection<?> c) { method in class:Multimaps.FilteredMultimap.AsMap.KeySet
2411 @Override public boolean removeAll(final Collection<?> c) { method in class:Multimaps.FilteredMultimap.AsMap.Values
2465 @Override public boolean removeAll(Collection<?> c) { method in class:Multimaps.FilteredMultimap.AsMap.EntrySet
2518 @Override public boolean removeAll(Collection<?> c) { method in class:Multimaps.FilteredMultimap.Keys.EntrySet
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractMultimapTest.java448 Collection<Integer> removed = multimap.removeAll("foo");
460 Collection<Integer> removed = multimap.removeAll(nullKey());
472 Collection<Integer> removed = multimap.removeAll("bar");
524 multimap.values().removeAll(null);
914 assertTrue(values.removeAll(asList(11, 15)));
917 assertFalse(values.removeAll(asList(21, 25)));
1017 multimap.removeAll("foo");
1085 assertFalse(multimap.entries().removeAll(
1089 assertTrue(multimap.entries().removeAll(asList(
1097 multimap.entries().removeAll(nul
[all...]
H A DAbstractCollectionTest.java105 assertFalse(c.removeAll(Collections.emptySet()));
H A DAbstractListMultimapTest.java322 sublist.removeAll(Collections.singleton(4));
452 map.removeAll("foo");
455 map.removeAll("bar");
508 * According to the AbstractCollection.removeAll() implementation,
509 * {@code A.removeAll(B)} should remove all occurrences of each object in B,
510 * so even though the collection that this test passes to removeAll() has
519 multimap.get("foo").removeAll(asList(2, 3, 3, 4));
H A DForwardingSortedSetTest.java80 @Override public boolean removeAll(Collection<?> collection) { method in class:ForwardingSortedSetTest.StandardImplForwardingSortedSet
/external/icu4c/test/intltest/
H A Dv32test.cpp241 // removeAll
249 a->removeAll(*b);
252 a->removeAll(*b);
257 a->removeAll(*b);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DSemanticContext.java728 opsA.removeAll(result);
736 opsB.removeAll(result);
761 opsA.removeAll(result);
769 opsB.removeAll(result);
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java302 idleConnHandler.removeAll();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DPerCollectionSizeTestSuiteBuilder.java76 features.removeAll(sizesToTest);
/external/icu4c/common/
H A Duvectr32.h116 UBool removeAll(const UVector32& other);
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/
H A DAppletHarness.java175 removeAll();
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestPhysicsReadWrite.java120 getPhysicsSpace().removeAll(physicsRootNode);
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObject.java96 removeAll();
H A DLevelSystem.java51 mBackgroundObject.removeAll();
H A DSpriteComponent.java63 mAnimations.removeAll();
/external/skia/include/utils/
H A DSkNWayCanvas.h21 void removeAll();

Completed in 488 milliseconds

123456789