Searched refs:removeAll (Results 126 - 150 of 225) sorted by relevance

123456789

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DVectorTest.java829 * @tests java.util.Vector#removeAll(java.util.Collection)
833 // java.util.Vector.removeAll(java.util.Collection)
843 v.removeAll(s);
845 v.removeAll(l);
851 v.removeAll(s);
855 v.removeAll(l);
H A DAbstractMapTest.java400 assertFalse(view.removeAll(setOfNull));
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DPhiInsn.java150 operands.removeAll(operandsToRemove);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava/src/com/google/common/collect/
H A DAbstractMultimap.java280 return removeAll(key);
305 public Collection<V> removeAll(@Nullable Object key) { method in class:AbstractMultimap
612 @Override public boolean removeAll(Collection<?> c) { method in class:AbstractMultimap.WrappedCollection
617 boolean changed = delegate.removeAll(c);
1006 * Removes all values for the provided key. Unlike {@link #removeAll}, it
H A DCollections2.java57 * such as {@code removeAll()} and {@code clear()} are called on the filtered
81 // Support clear(), removeAll(), and retainAll() when filtering a filtered
196 public boolean removeAll(final Collection<?> collection) { method in class:Collections2.FilteredCollection
H A DImmutableListMultimap.java318 @Override public ImmutableList<V> removeAll(Object key) { method in class:ImmutableListMultimap
/external/guava/guava/src/com/google/common/eventbus/
H A DEventBus.java230 currentHandlers.removeAll(eventMethodsInListener);
/external/guava/guava-tests/test/com/google/common/collect/
H A DFauxveridesTest.java112 required.removeAll(found);
H A DAbstractBiMapTest.java336 assertTrue(entrySet.removeAll(
421 assertTrue(keySet.removeAll(asList(1, 3)));
H A DLinkedListMultimapTest.java68 * Confirm that removeAll() returns a List that implements RandomAccess, even
75 assertTrue(multimap.removeAll("foo") instanceof RandomAccess);
76 assertTrue(multimap.removeAll("bar") instanceof RandomAccess);
/external/icu4c/common/
H A Duvector.h177 UBool removeAll(const UVector& other);
H A Duvectr32.cpp133 UBool UVector32::removeAll(const UVector32& other) { function in class:UVector32
/external/icu4c/test/intltest/
H A Dcanittst.cpp155 set->removeAll();
H A Dtransrt.cpp488 this->sourceRange.removeAll(neverOk);
497 this->targetRange.removeAll(neverOk);
699 sourceRangeMinusFailures.removeAll(failSourceTarg);
811 targetRangeMinusFailures.removeAll(failTargSource);
812 targetRangeMinusFailures.removeAll(failRound);
/external/junit/src/org/junit/experimental/theories/
H A DTheories.java60 testMethods.removeAll(theoryMethods);
/external/icu4c/i18n/
H A Dalphaindex.cpp289 lastSet.removeAll(*IGNORE_SCRIPTS);
294 set.removeAll(*IGNORE_SCRIPTS);
405 exemplars.removeAll(lowersToRemove);
417 exemplars.removeAll(BLOCK_HANGUL_SYLLABLES);
823 extras.addAll(expansions).removeAll(*TO_TRY);
/external/chromium/chrome/browser/resources/ntp4/
H A Dtouch_handler.js360 this.events_.removeAll();
/external/chromium/chrome/browser/resources/touch_ntp/
H A Dtouchhandler.js360 this.events_.removeAll();
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
H A DPhysicsSpace.java501 public void removeAll(Spatial spatial) { method in class:PhysicsSpace
538 removeAll(spat);
/external/replicaisland/src/com/replica/replicaisland/
H A DGame.java286 BaseObject.sSystemRegistry.shortTermTextureLibrary.removeAll();
288 BaseObject.sSystemRegistry.bufferLibrary.removeAll();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DCookieManagerTest.java249 public boolean removeAll() {
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableListMultimap.java313 @Override public ImmutableList<V> removeAll(Object key) { method in class:ImmutableListMultimap
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DFeatureSpecificTestSuiteBuilder.java247 missingFeatures.removeAll(features);

Completed in 729 milliseconds

123456789