Searched defs:removeNode (Results 1 - 12 of 12) sorted by relevance

/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/test/java/util/prefs/
H A DAddNodeChangeListener.java52 removeNode();
68 private static void removeNode() method in class:AddNodeChangeListener
71 N2.removeNode();
/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 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/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
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSet.java415 public void removeNode(Node n) method in class:NodeSet
H A DNodeSetDTM.java571 public void removeNode(int n) method in class:NodeSetDTM
/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/jdk/src/share/back/
H A DthreadControl.c263 removeNode(ThreadList *list, ThreadNode *node) function
386 removeNode(list, node);
409 removeNode(source, node);

Completed in 116 milliseconds