Searched refs:removeNode (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/test/java/util/prefs/
H A DAddNodeChangeListener.java52 removeNode();
68 private static void removeNode() method in class:AddNodeChangeListener
71 N2.removeNode();
H A DCommentsInXml.java59 ur.node("hlrAgent").removeNode(); // clean
H A DRemoveReadOnlyNode.java53 node1.removeNode();
60 node1.removeNode();
H A DConflictInFlush.java43 node.removeNode();
H A DExportNode.java48 N1.removeNode();
H A DExportSubtree.java44 Preferences.userRoot().node("testExportSubtree").removeNode();
/openjdk7/jdk/test/java/lang/ThreadLocal/
H A DTLRemoveTest.java42 final int[] removeNode = {10,20,45,38};
61 for(int removeId : removeNode)
97 for(int removeId : removeNode)
/openjdk7/jdk/test/java/lang/InheritableThreadLocal/
H A DITLRemoveTest.java47 static final int[] removeNode = {10,20,45,38,88}; field in class:ITLRemoveTest
67 for(int removeId : removeNode)
103 for(int removeId : removeNode)
/openjdk7/jdk/src/macosx/classes/java/util/prefs/
H A DMacOSXPreferencesFile.java359 void removeNode(String path) method in class:MacOSXPreferencesFile
363 removeNode(path, appName, user, host);
439 removeNode(String path, String name, long user, long host); method in class:MacOSXPreferencesFile
H A DMacOSXPreferences.java169 file.removeNode(path);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeIteratorImpl.java34 * <p>This class also has method removeNode to enable iterator "fix-up"
35 * on DOM remove. It is expected that the DOM implementation call removeNode
338 public void removeNode(Node node) { method in class:NodeIteratorImpl
H A DDocumentImpl.java1135 ((NodeIteratorImpl)iterators.elementAt(i)).removeNode(oldChild);
1143 ((RangeImpl)ranges.elementAt(i)).removeNode(oldChild);
H A DRangeImpl.java1016 void removeNode(Node node) { method in class:RangeImpl
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DPreferences.java494 * removed with the {@link #removeNode()} method.
515 * removed with the {@link #removeNode()} method.
533 * removed with the {@link #removeNode()} method.
551 * removed with the {@link #removeNode()} method.
552 * @see #removeNode()
569 * removed with the {@link #removeNode()} method.
599 * removed with the {@link #removeNode()} method.
619 * removed with the {@link #removeNode()} method.
649 * removed with the {@link #removeNode()} method.
669 * removed with the {@link #removeNode()} metho
1000 public abstract void removeNode() throws BackingStoreException; method in class:Preferences
[all...]
H A DAbstractPreferences.java237 * removed with the {@link #removeNode()} method.
274 * removed with the {@link #removeNode()} method.
307 * removed with the {@link #removeNode()} method.
331 * removed with the {@link #removeNode()} method.
355 * removed with the {@link #removeNode()} method.
380 * removed with the {@link #removeNode()} method.
410 * removed with the {@link #removeNode()} method.
435 * removed with the {@link #removeNode()} method.
465 * removed with the {@link #removeNode()} method.
493 * removed with the {@link #removeNode()} metho
940 public void removeNode() throws BackingStoreException { method in class:AbstractPreferences
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DInputGraph.java180 public InputNode removeNode(int index) { method in class:InputGraph
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java44 * (The file lock is obtained only for sync(), flush() and removeNode().)
667 public void removeNode() throws BackingStoreException { method in class:FileSystemPreferences
673 super.removeNode();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSetDTM.java571 public void removeNode(int n) method in class:NodeSetDTM
H A DNodeSet.java415 public void removeNode(Node n) method in class:NodeSet
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DControlFlowScene.java102 removeNode(b);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DParser.java64 public static final String REMOVE_NODE_ELEMENT = "removeNode";
277 // <removeNode>
289 return getParentObject().removeNode(id);
/openjdk7/jdk/src/share/back/
H A DthreadControl.c263 removeNode(ThreadList *list, ThreadNode *node) function
386 removeNode(list, node);
409 removeNode(source, node);

Completed in 78 milliseconds