Searched defs:root (Results 51 - 75 of 235) sorted by relevance

12345678910

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DPackageListWriter.java68 packgen.generatePackageListFile(configuration.root);
77 protected void generatePackageListFile(RootDoc root) { argument
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/standard/
H A DStandard.java38 public static boolean start(RootDoc root) { argument
39 return HtmlDoclet.start(root);
/openjdk7/langtools/test/com/sun/javadoc/testTagHolderMethod/
H A DTestTagHolderMethod.java47 public static boolean start(RootDoc root) throws Exception { argument
48 ClassDoc[] classes = root.classes();
/openjdk7/langtools/test/tools/javadoc/6964914/
H A DTestUserDoclet.java42 public static boolean start(RootDoc root) { argument
43 root.printWarning(null, docletWarning);
/openjdk7/langtools/test/tools/javadoc/
H A DLangVers.java49 public static boolean start(RootDoc root) { argument
50 ClassDoc fishdoc = root.classNamed("LangVers.Fish");
/openjdk7/langtools/test/tools/javadoc/T4994049/
H A DT4994049.java38 public static boolean start(RootDoc root) { argument
39 for (ClassDoc klass : root.classes()) {
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsRootPaneUI.java81 static JRootPane root = null; field in class:WindowsRootPaneUI.AltProcessor
101 JMenuBar mbar = root != null ? root.getJMenuBar() : null;
124 JMenuBar mbar = root != null ? root.getJMenuBar() : null;
166 root = SwingUtilities.getRootPane(ev.getComponent());
167 winAncestor = (root == null ? null :
168 SwingUtilities.getWindowAncestor(root));
190 root = null;
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DReachableObjects.java47 public ReachableObjects(JavaHeapObject root, argument
49 this.root = root;
81 // Put the closure of root and all objects reachable from root into
82 // bag (depth first), but don't include root:
83 visitor.visit(root);
84 bag.remove(root);
105 this.totalSize = root.getSize();
115 return root;
143 private JavaHeapObject root; field in class:ReachableObjects
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/writer/
H A DWSDLGenExtnContext.java44 private final TypedXmlWriter root; field in class:WSDLGenExtnContext
53 * @param root This is the root element of the generated WSDL.
61 public WSDLGenExtnContext(@NotNull TypedXmlWriter root, @NotNull SEIModel model, @NotNull WSBinding binding, argument
63 this.root = root;
71 return root;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLBoundFaultImpl.java73 void freeze(WSDLBoundOperationImpl root) { argument
74 assert root != null;
75 WSDLOperation op = root.getOperation();
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DXrandr.h57 Window root; /* Root window for changed screen */ member in struct:__anon964
120 int XRRRootToScreen(Display *dpy, Window root);
149 * ConfigureNotify (on the root window)
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest12.java54 String root = System.getProperty ("test.src")+ "/docs";
59 HttpHandler h = new FileServerHandler (root);
73 r[0] = new Runner (true, "http", root+"/test1", port, "smallfile.txt", 23);
74 r[1] = new Runner (true, "http", root+"/test1", port, "largefile.txt", 2730088);
75 r[2] = new Runner (true, "https", root+"/test1", httpsport, "smallfile.txt", 23);
76 r[3] = new Runner (true, "https", root+"/test1", httpsport, "largefile.txt", 2730088);
77 r[4] = new Runner (false, "http", root+"/test1", port, "smallfile.txt", 23);
78 r[5] = new Runner (false, "http", root+"/test1", port, "largefile.txt", 2730088);
79 r[6] = new Runner (false, "https", root+"/test1", httpsport, "smallfile.txt", 23);
80 r[7] = new Runner (false, "https", root
114 String root; field in class:Test12.Runner
119 Runner(boolean fixedLen, String protocol, String root, int port, String f, int size) argument
[all...]
H A DTest13.java63 String root = System.getProperty ("test.src")+ "/docs";
68 HttpHandler h = new FileServerHandler (root);
83 r[i] = new Runner (true, "http", root+"/test1", port, "smallfile.txt", 23);
84 r[i+NUM] = new Runner (true, "https", root+"/test1", httpsport, "smallfile.txt", 23);
121 String root; field in class:Test13.Runner
126 Runner (boolean fixedLen, String protocol, String root, int port, String f, int size) { argument
129 this.root=root;
168 String orig = root + "/" + f;
H A DTest9.java51 String root = System.getProperty ("test.src")+ "/docs";
56 HttpHandler h = new FileServerHandler (root);
72 t[0] = test (true, "http", root+"/test1", p1, "smallfile.txt", 23);
73 t[1] = test (true, "http", root+"/test1", p1, "largefile.txt", 2730088);
74 t[2] = test (true, "https", root+"/test1", p2, "smallfile.txt", 23);
75 t[3] = test (true, "https", root+"/test1", p2, "largefile.txt", 2730088);
76 t[4] = test (false, "http", root+"/test1", p1, "smallfile.txt", 23);
77 t[5] = test (false, "http", root+"/test1", p1, "largefile.txt", 2730088);
78 t[6] = test (false, "https", root+"/test1", p2, "smallfile.txt", 23);
79 t[7] = test (false, "https", root
109 test(boolean fixedLen, String protocol, String root, int port, String f, int size) argument
121 String root; field in class:Test9.ClientThread
126 ClientThread(boolean fixedLen, String protocol, String root, int port, String f, int size) argument
[all...]
H A DTest9a.java50 String root = System.getProperty ("test.src")+ "/docs";
54 HttpHandler h = new FileServerHandler (root);
67 t[0] = test (true, "https", root+"/test1", port, "smallfile.txt", 23);
68 t[1] = test (true, "https", root+"/test1", port, "largefile.txt", 2730088);
69 t[2] = test (true, "https", root+"/test1", port, "smallfile.txt", 23);
70 t[3] = test (true, "https", root+"/test1", port, "largefile.txt", 2730088);
71 t[4] = test (true, "https", root+"/test1", port, "smallfile.txt", 23);
72 t[5] = test (true, "https", root+"/test1", port, "largefile.txt", 2730088);
73 t[6] = test (true, "https", root+"/test1", port, "smallfile.txt", 23);
74 t[7] = test (true, "https", root
102 test(boolean fixedLen, String protocol, String root, int port, String f, int size) argument
114 String root; field in class:Test9a.ClientThread
119 ClientThread(boolean fixedLen, String protocol, String root, int port, String f, int size) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/
H A DAbstractDoclet.java73 * @param root the {@link RootDoc} that points to the source to document.
76 public boolean start(AbstractDoclet doclet, RootDoc root) { argument
78 configuration.root = root;
83 doclet.startGeneration(root);
114 private void startGeneration(RootDoc root) throws Exception { argument
115 if (root.classes().length == 0) {
125 generateClassFiles(root, classtree);
141 generateOtherFiles(root, classtree);
148 * @param root th
151 generateOtherFiles(RootDoc root, ClassTree classtree) argument
179 generateClassFiles(RootDoc root, ClassTree classtree) argument
[all...]
/openjdk7/langtools/test/tools/javadoc/6227454/
H A DTest.java129 public static boolean start(RootDoc root) { argument
130 String text = root.commentText();
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DReverseAxesWalker.java48 * Set the root node of the TreeWalker.
51 * @param root The context node of this step.
53 public void setRoot(int root) argument
55 super.setRoot(root);
56 m_iterator = getDTM(root).getAxisIterator(m_axis);
57 m_iterator.setStartNode(root);
104 // * Set the root node of the TreeWalker.
106 // * @param root The context node of this step.
108 // public void setRoot(int root)
110 // super.setRoot(root);
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DCompile.java68 public Node root() { method in class:Compile
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DInspector.java289 public Inspector(final SimpleTreeNode root) { argument
293 if (root instanceof OopTreeNodeAdapter) {
294 final Oop oop = ((OopTreeNodeAdapter)root).getOop();
297 setRoot(root);
302 private void setRoot(SimpleTreeNode root) { argument
303 model.setRoot(root);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DSimpleTreeModel.java32 /** A very simple tree model which allows the root to be set, so we
47 private SimpleTreeNode root = singletonNullRoot; field in class:SimpleTreeModel
53 root = node;
55 root = singletonNullRoot;
61 return root;
/openjdk7/jdk/src/share/classes/javax/swing/
H A DAncestorNotifier.java49 JComponent root; field in class:AncestorNotifier
51 AncestorNotifier(JComponent root) { argument
52 this.root = root;
53 addListeners(root, true);
134 removeListeners(root);
182 fireAncestorMoved(root, AncestorEvent.ANCESTOR_MOVED,
192 fireAncestorAdded(root, AncestorEvent.ANCESTOR_ADDED,
207 fireAncestorRemoved(root, AncestorEvent.ANCESTOR_REMOVED,
222 fireAncestorAdded(root, AncestorEven
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthRootPaneUI.java66 protected void uninstallDefaults(JRootPane root) { argument
67 SynthContext context = getContext(root, ENABLED);
164 * Invoked when a property changes on the root pane. If the event
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DElementIterator.java36 * argument then the root of the iteration is the return value of
42 * root will be returned.
44 * c) previous() returns null when the current element is the root
55 * ElementIterator it = new ElementIterator(root);
74 private Element root; field in class:ElementIterator
121 * root element is taken to get the
122 * default root element of the document.
127 root = document.getDefaultRootElement();
134 * @param root the root Elemen
136 ElementIterator(Element root) argument
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSubTreeData.java40 * same-document URI as the root of a subdocument. The main reason is
49 private Node root; field in class:DOMSubTreeData
51 public DOMSubTreeData(Node root, boolean excludeComments) { argument
52 this.root = root;
53 this.ni = new DelayedNodeIterator(root, excludeComments);
62 return root;
74 private Node root; field in class:DOMSubTreeData.DelayedNodeIterator
79 DelayedNodeIterator(Node root, boolean excludeComments) { argument
80 this.root
[all...]

Completed in 101 milliseconds

12345678910