Searched refs:removeIf (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DCollections2.java134 Iterables.removeIf(unfiltered, predicate);
204 return Iterables.removeIf(unfiltered, combinedPredicate);
217 return Iterables.removeIf(unfiltered, combinedPredicate);
H A DIterables.java181 public static <T> boolean removeIf( method in class:Iterables
187 return Iterators.removeIf(removeFrom.iterator(), predicate);
H A DIterators.java212 public static <T> boolean removeIf( method in class:Iterators
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DDatabaseThread.cpp183 m_queue.removeIf(predicate);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMessageQueue.h70 void removeIf(Predicate&);
195 inline void MessageQueue<DataType>::removeIf(Predicate& predicate) function in class:WTF::MessageQueue
/external/guava/guava-tests/test/com/google/common/collect/
H A DIterablesTest.java1050 assertTrue(Iterables.removeIf(list,
1058 assertFalse(Iterables.removeIf(list,
1077 assertTrue(Iterables.removeIf(transformed,
1085 assertFalse(Iterables.removeIf(transformed,
1097 assertTrue(Iterables.removeIf(list,
1105 assertFalse(Iterables.removeIf(list,
1116 // Maps.filterValues() are not tested with removeIf() since Maps are not
H A DIteratorsTest.java1403 assertTrue(Iterators.removeIf(
1412 assertFalse(Iterators.removeIf(
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterables.java178 public static <T> boolean removeIf( method in class:Iterables
184 return Iterators.removeIf(removeFrom.iterator(), predicate);
H A DIterators.java210 public static <T> boolean removeIf( method in class:Iterators
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 256 milliseconds