HomeSort by relevance Sort by last modified time
    Searched defs:removeIf (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /libcore/ojluni/src/main/java/java/util/
Collection.java 409 default boolean removeIf(Predicate<? super E> filter) {
ArrayList.java     [all...]
Collections.java     [all...]
Vector.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
Iterables.java 174 public static <T> boolean removeIf(
180 return Iterators.removeIf(removeFrom.iterator(), predicate);
    [all...]
Collections2.java 166 Iterables.removeIf(unfiltered, predicate);
201 return Iterables.removeIf(unfiltered, and(predicate, Predicates.<Object>in(collection)));
206 return Iterables.removeIf(unfiltered, and(predicate, not(Predicates.<Object>in(collection))));
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterables.java 172 public static <T> boolean removeIf(
178 return Iterators.removeIf(removeFrom.iterator(), predicate);
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 415 public boolean removeIf(Predicate<? super E> filter) {
416 return al.removeIf(filter);
CopyOnWriteArrayList.java 841 public boolean removeIf(Predicate<? super E> filter) {
    [all...]
ConcurrentSkipListMap.java     [all...]
ConcurrentHashMap.java     [all...]
  /packages/apps/Car/Messenger/src/com/android/car/messenger/tts/
FakeTTSEngine.java 81 mRequests.removeIf((request) -> request.mUtteranceId.equals(utteranceId));
  /system/libvintf/
HalManifest.cpp 66 static void removeIf(List& list, Predicate predicate) {
77 removeIf(mHals, [&name, majorVer](auto& existingHalPair) {
83 removeIf(existingVersions, [majorVer](const auto& existingVersion) {
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
NodeList.java 371 * @see java.util.Collection#removeIf(java.util.function.Predicate)
374 public boolean removeIf(Predicate<? super N> filter) {
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
IteratorsTest.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
IteratorsTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutPackage.java     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/
haha-2.0.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.5.2/
auto-value-1.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /prebuilts/devtools/tools/lib/
guava-22.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/3.0.0/
compiler-3.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/3.0.0-alpha6/
compiler-3.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/3.0.0-alpha7/
compiler-3.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/3.0.0-alpha9/
compiler-3.0.0-alpha9.jar 

Completed in 1169 milliseconds

1 2 3 4 5 6