Searched refs:removeAll (Results 151 - 175 of 225) sorted by relevance

123456789

/external/okhttp/src/main/java/libcore/net/http/
H A DResponseHeaders.java187 headers.removeAll("Content-Encoding");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformanceResultsPreferencePage.java521 this.databaseLocationCombo.removeAll();
541 this.milestonesCombo.removeAll();
585 this.databaseLocationCombo.removeAll();
/external/guava/guava/src/com/google/common/collect/
H A DSets.java410 result.removeAll(collection);
507 @Override public boolean removeAll(Collection<?> c) { method in class:Sets.SetFromMap
508 return s.removeAll(c);
730 * removeAll()} and {@code clear()} are called on the filtered set, only
754 // Support clear(), removeAll(), and retainAll() when filtering a filtered
791 * {@code removeAll()} and {@code clear()} are called on the filtered set,
816 // Support clear(), removeAll(), and retainAll() when filtering a filtered
H A DImmutableMultimap.java330 public ImmutableCollection<V> removeAll(Object key) { method in class:ImmutableMultimap
H A DImmutableSetMultimap.java400 @Override public ImmutableSet<V> removeAll(Object key) { method in class:ImmutableSetMultimap
H A DMultisets.java156 @Override public boolean removeAll(Collection<?> elementsToRemove) { method in class:Multisets.UnmodifiableMultiset
615 * {@link Multiset#removeAll removeAll}{@code (occurrencesToRemove)}, which
748 * An implementation of {@link Multiset#removeAll}.
755 return self.elementSet().removeAll(collection);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java407 result.removeAll(collection);
504 @Override public boolean removeAll(Collection<?> c) { method in class:Sets.SetFromMap
505 return s.removeAll(c);
718 * removeAll()} and {@code clear()} are called on the filtered set, only
742 // Support clear(), removeAll(), and retainAll() when filtering a filtered
779 * {@code removeAll()} and {@code clear()} are called on the filtered set,
804 // Support clear(), removeAll(), and retainAll() when filtering a filtered
H A DImmutableMultimap.java320 public ImmutableCollection<V> removeAll(Object key) { method in class:ImmutableMultimap
H A DImmutableSetMultimap.java395 @Override public ImmutableSet<V> removeAll(Object key) { method in class:ImmutableSetMultimap
/external/guava/guava-tests/test/com/google/common/collect/
H A DMinMaxPriorityQueueTest.java279 mmHeap.removeAll(Lists.newArrayList(2, 3));
281 assertTrue("Heap is not intact after removeAll()", mmHeap.isIntact());
390 values.removeAll(Lists.newArrayList(2));
483 assertTrue("Could not remove larry", mmHeap.removeAll(
H A DIterablesTest.java1006 assertTrue(Iterables.removeAll(list, newArrayList("b", "d", "f")));
1008 assertFalse(Iterables.removeAll(list, newArrayList("x", "y", "z")));
1020 assertTrue(Iterables.removeAll(iterable, newArrayList("b", "d", "f")));
1022 assertFalse(Iterables.removeAll(iterable, newArrayList("x", "y", "z")));
H A DIteratorsTest.java1393 assertTrue(Iterators.removeAll(
1396 assertFalse(Iterators.removeAll(
1443 @Override public boolean removeAll(Collection<?> c) {
1444 return Iterators.removeAll(iterator(), c);
1453 .named("ArrayList with Iterators.removeAll and retainAll")
H A DLinkedHashMultimapTest.java122 ASSERT.that(multimap.removeAll("foo")).hasContentsInOrder(6, 7);
H A DTreeMultisetTest.java186 assertTrue(subset.removeAll(Arrays.asList("a", "c")));
H A DMapConstraintsTest.java543 assertFalse(entries.removeAll(Collections.singleton(nefariousEntry)));
573 assertFalse(entries.removeAll(Collections.singleton(nefariousEntry)));
/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp880 if (newTextDecoration->removeAll(underline.get()))
882 if (newTextDecoration->removeAll(lineThrough.get()))
930 newTextDecoration->removeAll(valuesInRefTextDecoration->item(i));
/external/icu4c/test/intltest/
H A Dconvtest.cpp469 (diffSet=mapSet).removeAll(cnvSet);
649 (diffSet=expected).removeAll(set);
661 (diffSet=set).removeAll(expected);
H A Dtstnorm.cpp1312 LocalPointer<UnicodeSet> unsure(&((UnicodeSet *)(skipSets[UNORM_NFC].clone()))->removeAll(notInteresting));
1374 (diff=skipSets[i]).removeAll(expectSets[i]).toPattern(pattern, TRUE);
1379 (diff=expectSets[i]).removeAll(skipSets[i]).toPattern(pattern, TRUE);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DCompositeGrammar.java224 delegates.removeAll(direct);
285 // name as been seen. (can't use removeAll; wrong hashcode/equals on Rule)
/external/chromium/chrome/browser/resources/touch_ntp/
H A Dnewtab.js248 appEvents.removeAll();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java403 public void removeAll() { method in class:CCombo3
H A DCTableCombo.java627 public void removeAll() { method in class:CTableCombo
631 m_table.removeAll();
/external/icu4c/common/
H A Duniset.cpp1102 UnicodeSet& UnicodeSet::removeAll(const UnicodeString& s) {
1105 removeAll(set);
1349 UnicodeSet& UnicodeSet::removeAll(const UnicodeSet& c) {
1354 strings->removeAll(*c.strings);
H A Duvector.cpp211 UBool UVector::removeAll(const UVector& other) { function in class:UVector
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
H A DPhysicsSpace.java475 public void removeAll(Spatial spatial) { method in class:PhysicsSpace
512 removeAll(spat);

Completed in 1840 milliseconds

123456789