HomeSort by relevance Sort by last modified time
    Searched refs:removeAll (Results 251 - 275 of 450) sorted by null

<<1112131415161718

  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 91 notOfficialFeatures.removeAll(officialFeatures);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
CookieManagerTest.java 249 public boolean removeAll() {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractMapTest.java 400 assertFalse(view.removeAll(setOfNull));
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
DeviceMotionAndOrientationTest.java 148 diff.removeAll(DeviceMotionAndOrientation.DEVICE_ORIENTATION_SENSORS);
  /external/chromium_org/skia/ext/
benchmarking_canvas.cc 221 removeAll();
  /external/guava/guava/src/com/google/common/collect/
ImmutableListMultimap.java 318 @Override public ImmutableList<V> removeAll(Object key) {
Sets.java 410 result.removeAll(collection);
507 @Override public boolean removeAll(Collection<?> c) {
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
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableListMultimap.java 313 @Override public ImmutableList<V> removeAll(Object key) {
Sets.java 407 result.removeAll(collection);
504 @Override public boolean removeAll(Collection<?> c) {
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
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 247 missingFeatures.removeAll(features);
  /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java 244 mRequiredAccounts.removeAll(foundAccounts);
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 195 errProcs.removeAll(preErrProcs);
  /frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
AppLaunchTest.java 152 errProcs.removeAll(preErrProcs);
  /libcore/luni/src/test/java/tests/api/java/util/
AbstractMapTest.java 312 assertFalse(view.removeAll(setOfNull));
  /packages/apps/Gallery2/src/com/android/photos/
MultiChoiceManager.java 121 mSelectedShareableUrisArray.removeAll(subItems);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 310 savedIds.removeAll(currentIds);
378 savedIds.removeAll(currentIds);
488 savedIds.removeAll(currentIds);
603 savedIds.removeAll(currentIds);
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
SlideModel.java 340 public boolean removeAll(Collection<?> collection) {
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 169 apnList.removeAll();
HomeSettings.java 153 mPrefGroup.removeAll();
  /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/
PerformanceResultsPreferencePage.java 521 this.databaseLocationCombo.removeAll();
541 this.milestonesCombo.removeAll();
585 this.databaseLocationCombo.removeAll();
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MinMaxPriorityQueueTest.java 279 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(
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 2870 milliseconds

<<1112131415161718