Home
last modified time | relevance | path

Searched refs:removeNode (Results 1 – 14 of 14) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
DFilePreferencesImplTest.java45 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()
DAbstractPreferencesTest.java145 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 …]
DPreferencesTest.java87 parent.removeNode(); in testSystemNodeForPackage()
172 prefs.removeNode(); in testImportPreferences()
386 public void removeNode() throws BackingStoreException { in removeNode() method in PreferencesTest.MockPreferences
DMockAbstractPreferences.java177 p.node(child).removeNode(); in removeNodeSpi()
/libcore/luni/src/test/java/libcore/java/util/prefs/
DOldAbstractPreferencesTest.java118 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 …]
DOldFilePreferencesImplTest.java64 child1.removeNode(); in testSystemChildNodes()
70 child2.removeNode(); in testSystemChildNodes()
75 sroot.removeNode(); in testSystemChildNodes()
DOldPreferencesTest.java66 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 …]
DOldNodeChangeEventTest.java87 child1.removeNode(); in testGetChild()
135 child1.removeNode(); in testGetParent()
/libcore/ojluni/src/main/java/java/util/
DLinkedHashMap.java325 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()
DHashMap.java798 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/
DPreferences.java1050 public abstract void removeNode() throws BackingStoreException; in removeNode() method in Preferences
DFileSystemPreferences.java666 public void removeNode() throws BackingStoreException {
672 super.removeNode();
DAbstractPreferences.java949 public void removeNode() throws BackingStoreException { in removeNode() method in AbstractPreferences
/libcore/ojluni/annotations/hiddenapi/java/util/
DHashMap.java114 final java.util.HashMap.Node<K, V> removeNode( in removeNode() method in HashMap