Home
last modified time | relevance | path

Searched defs:removeAll (Results 1 – 25 of 82) sorted by relevance

1234

/external/guava/guava-tests/test/com/google/common/collect/
DMapsTransformValuesUnmodifiableIteratorTest.java65 @Override public boolean removeAll(Collection<?> c) { in keySet() method in MapsTransformValuesUnmodifiableIteratorTest.UnmodifiableIteratorMap
82 @Override public boolean removeAll(Collection<?> c) { in values() method
/external/guava/guava/src/com/google/common/collect/
DForwardingSetMultimap.java49 @Override public Set<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingSetMultimap
DSortedSetMultimap.java72 SortedSet<V> removeAll(@Nullable Object key); in removeAll() method
DForwardingListMultimap.java47 @Override public List<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingListMultimap
DListMultimap.java58 List<V> removeAll(@Nullable Object key); in removeAll() method
DForwardingSortedSetMultimap.java48 @Override public SortedSet<V> removeAll(@Nullable Object key) { in removeAll() method in ForwardingSortedSetMultimap
DSetMultimap.java59 Set<V> removeAll(@Nullable Object key); in removeAll() method
DAbstractSortedSetMultimap.java76 @Override public SortedSet<V> removeAll(@Nullable Object key) { in removeAll() method in AbstractSortedSetMultimap
DAbstractListMultimap.java71 @Override public List<V> removeAll(@Nullable Object key) { in removeAll() method in AbstractListMultimap
DAbstractSetMultimap.java80 @Override public Set<V> removeAll(@Nullable Object key) { in removeAll() method in AbstractSetMultimap
DSynchronized.java167 public boolean removeAll(Collection<?> c) { in removeAll() method in Synchronized.SynchronizedCollection
604 public Collection<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedMultimap
708 @Override public List<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedListMultimap
747 @Override public Set<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedSetMultimap
791 @Override public SortedSet<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedSortedSetMultimap
/external/webkit/Source/JavaScriptCore/wtf/
DHashCountedSet.h177 inline void HashCountedSet<Value, HashFunctions, Traits>::removeAll(const ValueType& value) in removeAll() function
183 inline void HashCountedSet<Value, HashFunctions, Traits>::removeAll(iterator it) in removeAll() function
/external/skia/src/core/
DSkRefDict.cpp79 void SkRefDict::removeAll() { in removeAll() function in SkRefDict
/external/replicaisland/src/com/replica/replicaisland/
DBufferLibrary.java40 public void removeAll() { in removeAll() method in BufferLibrary
/external/skia/legacy/src/core/
DSkRefDict.cpp79 void SkRefDict::removeAll() { in removeAll() function in SkRefDict
/external/srec/shared/include/
DIntArrayList.h63 ESR_ReturnCode(*removeAll)(struct IntArrayList_t* self); member
DInt8ArrayList.h63 ESR_ReturnCode(*removeAll)(struct Int8ArrayList_t* self); member
DHashMap.h87 ESR_ReturnCode(*removeAll)(struct HashMap_t* self); member
/external/chromium/chrome/browser/resources/shared/js/
Devent_tracker.js79 removeAll: function() { method in EventTracker
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPreferenceGroup.java56 public void removeAll() { in removeAll() method in ShadowPreferenceGroup
/external/srec/portable/include/
DArrayList.h91 ESR_ReturnCode(*removeAll)(struct ArrayList_t* self); member
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DMinimalCollection.java108 @Override public boolean removeAll(Collection<?> elementsToRemove) { in removeAll() method in MinimalCollection
/external/apache-http/src/org/apache/http/impl/conn/
DIdleConnectionHandler.java105 public void removeAll() { in removeAll() method in IdleConnectionHandler
/external/webkit/Source/WebCore/css/
DCSSValueList.cpp71 bool CSSValueList::removeAll(CSSValue* val) in removeAll() function in WebCore::CSSValueList
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DSynchronized.java154 public boolean removeAll(Collection<?> c) { in removeAll() method in Synchronized.SynchronizedCollection
591 public Collection<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedMultimap
695 @Override public List<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedListMultimap
734 @Override public Set<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedSetMultimap
778 @Override public SortedSet<V> removeAll(Object key) { in removeAll() method in Synchronized.SynchronizedSortedSetMultimap

1234