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

  /external/guava/guava/src/com/google/common/collect/
Iterables.java 181 public static <T> boolean removeIf(
187 return Iterators.removeIf(removeFrom.iterator(), predicate);
    [all...]
Collections2.java 134 Iterables.removeIf(unfiltered, predicate);
204 return Iterables.removeIf(unfiltered, combinedPredicate);
217 return Iterables.removeIf(unfiltered, combinedPredicate);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterables.java 178 public static <T> boolean removeIf(
184 return Iterators.removeIf(removeFrom.iterator(), predicate);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
IteratorsTest.java     [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js 66 goog.array.removeAt=function(a,b){goog.asserts.assert(null!=a.length);return 1==goog.array.ARRAY_PROTOTYPE_.splice.call(a,b,1).length};goog.array.removeIf=function(a,b,c){b=goog.array.findIndex(a,b,c);return 0<=b?(goog.array.removeAt(a,b),!0):!1};goog.array.concat=function(a){return goog.array.ARRAY_PROTOTYPE_.concat.apply(goog.array.ARRAY_PROTOTYPE_,arguments)};goog.array.join=function(a){return goog.array.ARRAY_PROTOTYPE_.concat.apply(goog.array.ARRAY_PROTOTYPE_,arguments)};
    [all...]
chromeVoxChromeOptionsScript.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 674 milliseconds