/libcore/luni/src/test/java/libcore/java/util/ |
D | OldAbstractSetTest.java | 92 as.removeAll(null); 100 as.removeAll(c); 108 as.removeAll(c);
|
D | AbstractCollectionTest.java | 64 new EmptyCollection().removeAll(null); in test_empty_removeAll_null()
|
/libcore/support/src/test/java/tests/support/ |
D | Support_CollectionTest.java | 75 .removeAll(myCollection)); in runTest() 77 .removeAll(myCollection)); // should not change the colletion in runTest()
|
/libcore/ojluni/src/main/java/java/net/ |
D | CookieStore.java | 128 public boolean removeAll(); in removeAll() method
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CopyOnWriteArraySet.java | 351 public boolean removeAll(Collection<?> c) { in removeAll() method in CopyOnWriteArraySet 352 return al.removeAll(c); in removeAll()
|
/libcore/ojluni/src/main/java/java/util/ |
D | Set.java | 343 boolean removeAll(Collection<?> c); in removeAll() method
|
D | RegularEnumSet.java | 242 public boolean removeAll(Collection<?> c) { in removeAll() method in RegularEnumSet 244 return super.removeAll(c); in removeAll()
|
D | AbstractSet.java | 168 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractSet
|
D | Collection.java | 385 boolean removeAll(Collection<?> c); in removeAll() method
|
D | JumboEnumSet.java | 297 public boolean removeAll(Collection<?> c) { in removeAll() method in JumboEnumSet 299 return super.removeAll(c); in removeAll()
|
D | List.java | 356 boolean removeAll(Collection<?> c); in removeAll() method
|
D | AbstractCollection.java | 370 public boolean removeAll(Collection<?> c) { in removeAll() method in AbstractCollection
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | EnumSetTest.java | 1032 set.removeAll(null); in test_removeAll_LCollection() 1042 set.removeAll(null); in test_removeAll_LCollection() 1051 boolean result = set.removeAll(collection); in test_removeAll_LCollection() 1056 result = set.removeAll(collection); in test_removeAll_LCollection() 1060 result = set.removeAll(emptySet); in test_removeAll_LCollection() 1064 result = set.removeAll(emptyFooSet); in test_removeAll_LCollection() 1068 result = set.removeAll(emptyFooSet); in test_removeAll_LCollection() 1073 result = set.removeAll(setWithSubclass); in test_removeAll_LCollection() 1077 result = set.removeAll(setWithSubclass); in test_removeAll_LCollection() 1084 result = set.removeAll(anotherSet); in test_removeAll_LCollection() [all …]
|
D | EnumMapTest.java | 401 assertTrue("Remove does not success", set.removeAll(c)); in test_entrySet() 405 assertTrue("Remove does not success", set.removeAll(c)); in test_entrySet() 406 assertFalse("Should return false", set.removeAll(c)); in test_entrySet() 659 assertTrue("Should return true", set.removeAll(c)); in test_keySet() 661 assertFalse("Should return false", set.removeAll(c)); in test_keySet() 1047 assertTrue("Should return true", collection.removeAll(c)); in test_values() 1049 assertFalse("Should return false", collection.removeAll(c)); in test_values()
|
D | VectorTest.java | 937 v.removeAll(s); in test_removeAllLjava_util_Collection() 939 v.removeAll(l); in test_removeAllLjava_util_Collection() 945 v.removeAll(s); in test_removeAllLjava_util_Collection() 949 v.removeAll(l); in test_removeAllLjava_util_Collection() 954 v.removeAll(null); in test_removeAllLjava_util_Collection()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | FileLockTable.java | 68 public abstract List<FileLock> removeAll(); in removeAll() method in FileLockTable 198 public List<FileLock> removeAll() { in removeAll() method in SharedFileLockTable
|
D | Util.java | 249 public boolean removeAll(Collection<?> coll) { in ungrowableSet() method in Util 250 return s.removeAll(coll); in ungrowableSet()
|
D | AsynchronousFileChannelImpl.java | 147 for (FileLock fl: fileLockTable.removeAll()) { in invalidateAllLocks()
|
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | CopyOnWriteArrayListTest.java | 94 list.removeAll(Arrays.asList()); in testRemoveAll() 97 list.removeAll(Arrays.asList("e")); in testRemoveAll() 100 list.removeAll(Arrays.asList("b", "c")); in testRemoveAll() 160 def.removeAll(Arrays.asList("c", "e", "h")); // the RI fails here in testSubListRemoveAll()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | AbstractCookiesTest.java | 539 assertTrue(cookieStore.removeAll()); in testCookieStoreNullUris() 547 assertTrue(cookieStore.removeAll()); in testCookieStoreRemoveAll() 551 cookieStore.removeAll()); // RI6 fails this in testCookieStoreRemoveAll() 802 public boolean removeAll() { in removeAll() method in AbstractCookiesTest.TestCookieStore 1112 assertTrue(cookieStore.removeAll()); in test_remove_LURI_LHttpCookie() 1130 cookieStore.removeAll(); in test_remove_LURI_LHttpCookie() 1149 cookieStore.removeAll(); in test_remove_LURI_LHttpCookie() 1159 cookieStore.removeAll(); in test_remove_LURI_LHttpCookie() 1182 assertFalse(cookieStore.removeAll()); in test_removeAll() 1191 assertTrue(cookieStore.removeAll()); in test_removeAll() [all …]
|
/libcore/ojluni/src/test/java/nio/file/attribute/ |
D | BasicFileAttributeViewCreationTimeTest.java | 131 TestUtil.removeAll(dir); in main()
|
D | BasicFileAttributeViewTest.java | 140 TestUtil.removeAll(dir); in main()
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
D | SamplingProfiler.java | 423 added.removeAll(o); in updateThreadHistory() 427 removed.removeAll(n); in updateThreadHistory()
|
/libcore/ojluni/src/test/java/nio/file/ |
D | TestUtil.java | 45 static public void removeAll(Path dir) throws IOException { in removeAll() method in TestUtil
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CopyOnWriteArraySetTest.java | 281 assertTrue(full.removeAll(Arrays.asList(one, two))); in testRemoveAll() 283 assertFalse(full.removeAll(Arrays.asList(one, two))); in testRemoveAll()
|