HomeSort by relevance Sort by last modified time
    Searched refs:test_remove (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /libcore/luni/src/test/java/libcore/java/util/
ConcurrentHashMapTest.java 39 public void test_remove() { method in class:ConcurrentHashMapTest
41 .test_remove(new ConcurrentHashMap<>(), false /*doesNotAcceptNullKey*/, method
HashtableTest.java 45 public void test_remove() { method in class:HashtableTest
46 MapDefaultMethodTester.test_remove(new Hashtable<>(), false /*doesNotAcceptNullKey*/,
HashMapTest.java 49 public void test_remove() { method in class:HashMapTest
51 .test_remove(new HashMap<>(), true /*acceptsNullKey*/, true /*acceptsNullValue*/); method
LinkedHashMapTest.java 88 public void test_remove() { method in class:LinkedHashMapTest
89 MapDefaultMethodTester.test_remove(new LinkedHashMap<>(), true /*acceptsNullKey*/,
CollectionsTest.java 338 MapDefaultMethodTester.test_remove(map,
698 MapDefaultMethodTester.test_remove(
    [all...]
MapDefaultMethodTester.java 192 public static void test_remove(Map<Integer, Double> m, boolean acceptsNullKey, method in class:MapDefaultMethodTester
  /libcore/luni/src/test/java/libcore/java/util/concurrent/
ConcurrentSkipListMapTest.java 41 public void test_remove() { method in class:ConcurrentSkipListMapTest
43 .test_remove(new ConcurrentSkipListMap<>(), false /*doesNotAcceptNullKey*/, method
  /external/kmod/testsuite/
test-init.c 83 static noreturn int test_remove(const struct test *t) function
122 DEFINE_TEST(test_remove,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadLocalTest.java 35 public void test_remove() { method in class:ThreadLocalTest
  /dalvik/dx/junit-tests/com/android/dx/util/
ListIntSetTest.java 80 public void test_remove() { method in class:ListIntSetTest
BitIntSetTest.java 72 public void test_remove() { method in class:BitIntSetTest
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ArrayAdapterTest.java 98 public void test_remove() throws Exception { method in class:ArrayAdapterTest
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceQueueTest.java 107 public void test_remove() { method in class:ReferenceQueueTest
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractQueueTest.java 274 public void test_remove() { method
AbstractListTest.java 397 public void test_remove() { method in class:AbstractListTest
  /external/python/cpython2/Lib/bsddb/test/
test_sequence.py 40 def test_remove(self): member in class:DBSequenceTest
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_sequence.py 40 def test_remove(self): member in class:DBSequenceTest
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_sequence.py 40 def test_remove(self): member in class:DBSequenceTest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_sequence.py 40 def test_remove(self): member in class:DBSequenceTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_sequence.py 40 def test_remove(self): member in class:DBSequenceTest
  /libcore/json/src/test/java/org/json/
JSONArrayTest.java 543 public void test_remove() throws Exception { method in class:JSONArrayTest
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_pytree.py 260 def test_remove(self): member in class:TestNodes
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
list_tests.py 290 def test_remove(self): member in class:CommonTest
test_deque.py 334 def test_remove(self): member in class:TestBasic
test_os.py 535 def test_remove(self): member in class:Win32ErrorTests

Completed in 719 milliseconds

1 2 3 4