/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
D | FilePreferencesImplTest.java | 45 uroot.removeNode(); in tearDown() 46 sroot.removeNode(); in tearDown() 90 child1.removeNode(); in testChildNodes() 94 child2.removeNode(); in testChildNodes() 111 child1.removeNode(); in testChildNodes() 114 sroot.node("child1").removeNode(); in testChildNodes() 117 child2.removeNode(); in testChildNodes()
|
D | AbstractPreferencesTest.java | 145 p2.removeNode(); in testConstructor() 233 pref.removeNode(); in testGet() 495 grandchild.removeNode(); in testNode() 538 grandchild.removeNode(); in testNodeExists() 557 test.removeNode(); in test_nodeExists() 608 pref.removeNode(); in testPut() 733 pref.removeNode(); in testRemove() 746 pref.removeNode(); in testRemoveNode() 885 child.removeNode(); in testFlush() 915 child.removeNode(); in testGetChild() [all …]
|
D | PreferencesTest.java | 87 parent.removeNode(); in testSystemNodeForPackage() 172 prefs.removeNode(); in testImportPreferences() 386 public void removeNode() throws BackingStoreException { in removeNode() method in PreferencesTest.MockPreferences
|
D | MockAbstractPreferences.java | 177 p.node(child).removeNode(); in removeNodeSpi()
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
D | OldAbstractPreferencesTest.java | 118 pref.removeNode(); in testPut() 145 pref.removeNode(); in testGet() 175 pref.removeNode(); in testRemove() 198 pref.removeNode(); in testClear() 242 pref.removeNode(); in testPutInt() 271 pref.removeNode(); in testGetInt() 308 pref.removeNode(); in testPutLong() 337 pref.removeNode(); in testGetLong() 374 pref.removeNode(); in testPutBoolean() 401 pref.removeNode(); in testGetBoolean() [all …]
|
D | OldFilePreferencesImplTest.java | 64 child1.removeNode(); in testSystemChildNodes() 70 child2.removeNode(); in testSystemChildNodes() 75 sroot.removeNode(); in testSystemChildNodes()
|
D | OldPreferencesTest.java | 66 pref.node(child).removeNode(); in setUp() 105 p.removeNode(); in testAbstractMethods() 184 pref.removeNode(); in testGet() 400 grandchild.removeNode(); in testNodeExists() 451 pref.removeNode(); in testPut() 611 pref.removeNode(); in testRemove() 625 pref.removeNode(); in testRemoveNode() 659 child1.removeNode(); in testAddNodeChangeListener() 673 child1.removeNode(); in testAddNodeChangeListener() 680 child1.removeNode(); in testAddNodeChangeListener() [all …]
|
D | OldNodeChangeEventTest.java | 87 child1.removeNode(); in testGetChild() 135 child1.removeNode(); in testGetParent()
|
/libcore/ojluni/src/main/java/java/util/ |
D | LinkedHashMap.java | 325 removeNode(hash(key), key, null, false, true); in afterNodeInsertion() 580 return removeNode(hash(key), key, null, false, true) != null; in remove() 692 return removeNode(hash(key), key, value, true, true) != null; in remove() 773 removeNode(hash(key), key, null, false, false); in remove()
|
D | HashMap.java | 798 return (e = removeNode(hash(key), key, null, false, true)) == null ? in remove() 812 final Node<K,V> removeNode(int hash, Object key, Object value, in removeNode() method in HashMap 919 return removeNode(hash(key), key, null, false, true) != null; in remove() 1030 return removeNode(hash(key), key, value, true, true) != null; in remove() 1069 return removeNode(hash(key), key, value, true, true) != null; in remove() 1165 removeNode(hash, key, null, false, true); in computeIfPresent() 1206 removeNode(hash, key, null, false, true); in compute() 1264 removeNode(hash, key, null, false, true); in merge() 1458 removeNode(hash(key), key, null, false, false); in remove()
|
/libcore/ojluni/src/main/java/java/util/prefs/ |
D | Preferences.java | 1050 public abstract void removeNode() throws BackingStoreException; in removeNode() method in Preferences
|
D | FileSystemPreferences.java | 666 public void removeNode() throws BackingStoreException { 672 super.removeNode();
|
D | AbstractPreferences.java | 949 public void removeNode() throws BackingStoreException { in removeNode() method in AbstractPreferences
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | HashMap.java | 114 final java.util.HashMap.Node<K, V> removeNode( in removeNode() method in HashMap
|