Searched refs:root (Results 201 - 225 of 380) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DMethod.java83 // currently only two levels deep (i.e., one root Method and
85 private Method root; field in class:Method
141 * "root" field points to this Method.
154 res.root = this;
664 if (root != null) tmp = root.getMethodAccessor();
668 // Otherwise fabricate one and propagate it up to the root
677 // the chain to the root
683 // (recursively) its root
687 if (root !
[all...]
/openjdk7/jdk/src/windows/native/java/io/
H A Dio_util_md.c73 WCHAR root[4]; local
76 root[0] = L'A' + (WCHAR)(di - 1);
77 root[1] = L':';
78 root[2] = L'\\';
79 root[3] = L'\0';
80 dt = GetDriveTypeW(root);
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/resources/
H A Dhat.js111 function wrapRoot(root) {
112 if (root) {
114 id: root.idString,
115 description: root.description,
116 referrer: wrapJavaValue(root.referer),
117 type: root.typeName
649 var root = refChain.obj.root;
650 var desc = root.description;
651 if (root
949 function root(jobject) { function
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeIteratorImpl.java50 /** The root. */
92 Node root,
97 fRoot = root;
139 // if root is null there is no next node.
195 // if the root is null, or the current node is null, return null.
215 // if the new previous node is null, we're at head or past the root,
309 // if we're at the root, return null.
91 NodeIteratorImpl( DocumentImpl document, Node root, int whatToShow, NodeFilter nodeFilter, boolean entityReferenceExpansion) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDDescription.java86 // if we know the root of this grammar, here's its name:
89 // if we don't know the root name, this stores all elements that
122 * @return the root name of this DTD or null if root name is unknown
128 /** Set the root name **/
148 * - try and find a common root name:
150 * - else if one has a root, examine other's possible root's for a match;
185 String root = (String) fPossibleRoots.get(i);
186 found = dtdDesc.fPossibleRoots.contains(root);
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJApplet.java376 * @param root the rootPane object for this applet
384 protected void setRootPane(JRootPane root) { argument
388 rootPane = root;
H A DJWindow.java470 * @param root the new <code>rootPane</code> property
477 protected void setRootPane(JRootPane root) { argument
481 rootPane = root;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DW3CAddressingMetadataWSDLGeneratorExtension.java51 TypedXmlWriter root = ctxt.getRoot();
52 root._namespace(WSAM_NAMESPACE_NAME, WSAM_PREFIX_NAME);
H A DW3CAddressingWSDLGeneratorExtension.java54 TypedXmlWriter root = ctxt.getRoot();
60 root._namespace(AddressingVersion.W3C.wsdlNsUri, AddressingVersion.W3C.getWsdlPrefix());
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DPackageFrameWriter.java78 if (configuration.root.specifiedPackages().length == 0) {
79 documentedClasses = new HashSet<ClassDoc>(Arrays.asList(configuration.root.classes()));
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
H A DDirectoryScannerConfig.java103 // The root directory of the Directory Scanner
151 * Gets the root directory configured for that Directory Scanner.
152 * @return the root directory at which the directory scanner should start
161 * Configures a root directory for that Directory Scanner.
162 * @param root The root directory at which the directory scanner should
165 public void setRootDirectory(String root) { argument
166 rootDirectory=root;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDropTargetRegistry.java75 /* Traverse the ancestor tree from window up to the root and find
76 the top-level client window nearest to the root. */
94 private final long root; field in class:XDropTargetRegistry.EmbeddedDropSiteEntry
100 public EmbeddedDropSiteEntry(long root, long event_mask, argument
105 this.root = root;
111 return root;
221 long root = 0;
237 root = wattr.get_root();
254 return new EmbeddedDropSiteEntry(root, event_mas
[all...]
H A DXWarningWindow.java285 long root;
288 root = XlibWrapper.RootWindow(XToolkit.getDisplay(), getScreenNumber());
298 umev.set_event(root);
305 root,
H A DXMSelection.java99 long root = XlibWrapper.RootWindow(display,screen);
100 XlibWrapper.XSelectInput(display, root, XConstants.StructureNotifyMask);
101 XToolkit.addEventDispatcher(root,
H A DXlibUtil.java67 // all the Xinerama windows share the same root window
82 * Checks if the given window is a root window for the given screen
86 long root;
91 root = XlibWrapper.RootWindow(XToolkit.getDisplay(),
99 return root == rootCandidate;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DCompile.java68 public Node root() { method in class:Compile
/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp136 void print(Compile* compile, const char *name, Node *root, int level=1, bool clear_nodes = false);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/writer/
H A DWSDLGeneratorExtension.java51 * This method is invoked so that the root element can be manipulated before
57 * @param root This is the root element of the generated WSDL.
67 public void start(@NotNull TypedXmlWriter root, @NotNull SEIModel model, @NotNull WSBinding binding, @NotNull Container container) { argument
81 * This method is invoked so that the root element can be manipulated before
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DValueTaglet.java143 cd = config.root.classNamed(st.nextToken());
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesHandlerImpl.java215 SyntaxTreeNode root = _parser.getDocumentRoot();
218 if (!_parser.errorsFound() && root != null) {
219 // Create a Stylesheet element from the root node
220 stylesheet = _parser.makeStylesheet(root);
/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.hpp180 TreeList<Chunk>* root() const { return _root; } function in class:BinaryTreeDictionary
276 assert(total_size_in_tree(root()) == total_size(),
288 return sum_of_squared_block_sizes(root());
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterNode.java52 private boolean root; field in class:ClusterNode
214 root = b;
218 return root;
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11TextRenderer_md.c45 Window root; local
80 root = RootWindow(awt_display, cData->awt_visInfo.screen);
81 cData->monoPixmap = XCreatePixmap(awt_display, root,
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DClassTree.java91 buildTree(configuration.root.classes(), configuration);
97 * @param root Root of the Document.
100 public ClassTree(RootDoc root, Configuration configuration) { argument
101 buildTree(root.classes(), configuration);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DKeyIndex.java180 Integer root = new Integer(_enhancedDOM.getDocument());
181 Hashtable index = (Hashtable) _rootToIndexMap.get(root);
185 _rootToIndexMap.put(root, index);
684 * @param root The root node of the document containing the context node
688 protected IntegerArray lookupNodes(int root, String keyValue) { argument
692 Hashtable index = (Hashtable)_rootToIndexMap.get(new Integer(root));

Completed in 553 milliseconds

1234567891011>>