/libcore/luni/src/test/java/libcore/java/util/ |
D | HashtableTest.java | 45 public void test_remove() { in test_remove() method in HashtableTest 46 MapDefaultMethodTester.test_remove(new Hashtable<>(), false /*doesNotAcceptNullKey*/, in test_remove()
|
D | HashMapTest.java | 49 public void test_remove() { in test_remove() method in HashMapTest 51 .test_remove(new HashMap<>(), true /*acceptsNullKey*/, true /*acceptsNullValue*/); in test_remove()
|
D | LinkedHashMapTest.java | 88 public void test_remove() { in test_remove() method in LinkedHashMapTest 89 MapDefaultMethodTester.test_remove(new LinkedHashMap<>(), true /*acceptsNullKey*/, in test_remove()
|
D | CollectionsTest.java | 312 MapDefaultMethodTester.test_remove(map, in test_checkedNavigableMap_remove() 672 MapDefaultMethodTester.test_remove( in test_synchronizedNavigableMap_remove() 1521 MapDefaultMethodTester.test_remove(checkedMap, true /* acceptsNullKey */, in test_CheckedMap_remove()
|
D | MapDefaultMethodTester.java | 192 public static void test_remove(Map<Integer, Double> m, boolean acceptsNullKey, in test_remove() method in MapDefaultMethodTester
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ThreadLocalTest.java | 35 public void test_remove() { in test_remove() method in ThreadLocalTest
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | AbstractQueueTest.java | 274 public void test_remove() { in test_remove() method
|
D | AbstractListTest.java | 397 public void test_remove() { in test_remove() method in AbstractListTest
|
D | LinkedListTest.java | 681 public void test_remove() { in test_remove() method in LinkedListTest
|
D | ArrayDequeTest.java | 436 public void test_remove() throws Exception { in test_remove() method in ArrayDequeTest
|
D | IdentityHashMapTest.java | 564 public void test_remove() { in test_remove() method in IdentityHashMapTest
|
D | ScannerTest.java | 617 public void test_remove() { in test_remove() method in ScannerTest
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/ |
D | ReferenceQueueTest.java | 107 public void test_remove() { in test_remove() method in ReferenceQueueTest
|
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | ConcurrentSkipListMapTest.java | 63 .test_remove(new ConcurrentSkipListMap<>(), false /*doesNotAcceptNullKey*/, in testRemove()
|
D | ConcurrentHashMapTest.java | 279 .test_remove(new ConcurrentHashMap<>(), false /*doesNotAcceptNullKey*/, in testRemove()
|
/libcore/json/src/test/java/libcore/org/json/ |
D | JSONArrayTest.java | 548 public void test_remove() throws Exception { in test_remove() method in JSONArrayTest
|