Home
last modified time | relevance | path

Searched refs:test_remove (Results 1 – 16 of 16) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DHashtableTest.java45 public void test_remove() { in test_remove() method in HashtableTest
46 MapDefaultMethodTester.test_remove(new Hashtable<>(), false /*doesNotAcceptNullKey*/, in test_remove()
DHashMapTest.java49 public void test_remove() { in test_remove() method in HashMapTest
51 .test_remove(new HashMap<>(), true /*acceptsNullKey*/, true /*acceptsNullValue*/); in test_remove()
DLinkedHashMapTest.java88 public void test_remove() { in test_remove() method in LinkedHashMapTest
89 MapDefaultMethodTester.test_remove(new LinkedHashMap<>(), true /*acceptsNullKey*/, in test_remove()
DCollectionsTest.java312 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()
DMapDefaultMethodTester.java192 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/
DThreadLocalTest.java35 public void test_remove() { in test_remove() method in ThreadLocalTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DAbstractQueueTest.java274 public void test_remove() { in test_remove() method
DAbstractListTest.java397 public void test_remove() { in test_remove() method in AbstractListTest
DLinkedListTest.java681 public void test_remove() { in test_remove() method in LinkedListTest
DArrayDequeTest.java436 public void test_remove() throws Exception { in test_remove() method in ArrayDequeTest
DIdentityHashMapTest.java564 public void test_remove() { in test_remove() method in IdentityHashMapTest
DScannerTest.java617 public void test_remove() { in test_remove() method in ScannerTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
DReferenceQueueTest.java107 public void test_remove() { in test_remove() method in ReferenceQueueTest
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DConcurrentSkipListMapTest.java63 .test_remove(new ConcurrentSkipListMap<>(), false /*doesNotAcceptNullKey*/, in testRemove()
DConcurrentHashMapTest.java279 .test_remove(new ConcurrentHashMap<>(), false /*doesNotAcceptNullKey*/, in testRemove()
/libcore/json/src/test/java/libcore/org/json/
DJSONArrayTest.java548 public void test_remove() throws Exception { in test_remove() method in JSONArrayTest