Searched defs:subtree (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultMutableTreeNode.java50 * each node acting as the root for its own subtree.
53 * subtree in various orders or for following the path between two nodes.
354 * Removes the subtree rooted at this node from the tree, giving this
752 * Creates and returns an enumeration that traverses the subtree rooted at
767 * Creates and returns an enumeration that traverses the subtree rooted at
784 * Creates and returns an enumeration that traverses the subtree rooted at
799 * Creates and returns an enumeration that traverses the subtree rooted at
1096 * @return the first leaf in the subtree rooted at this node
1116 * @return the last leaf in the subtree rooted at this node
1335 protected Enumeration<TreeNode> subtree; field in class:DefaultMutableTreeNode.PostorderEnumeration
[all...]
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c1233 BOOL subtree = (watchSubTree == JNI_TRUE) ? TRUE : FALSE; local
1239 subtree,
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp3285 // Constants in match rule subtree with specified type
3393 // Build string representation of subtree
3395 char *iop, *subtree; local
3397 // Build string representation of subtree
3405 subtree = (char *)malloc(len);
3406 sprintf(subtree,"_%s_%s_%s", _opType, lstr, rstr);
3407 // Hash the subtree string in _internalOps; if a name exists, use it
3408 iop = (char *)_AD._internalOps[subtree];
3411 iop = subtree;
3412 _AD._internalOps.Insert(subtree, io
[all...]

Completed in 50 milliseconds