Searched defs:root (Results 26 - 50 of 235) sorted by relevance

12345678910

/openjdk7/langtools/test/tools/javadoc/generics/genericInterface/
H A DMain.java45 public static boolean start(RootDoc root) { argument
47 for (ClassDoc cd : root.classes()) {
/openjdk7/langtools/test/tools/javadoc/generics/genericMethod/
H A DMain.java45 public static boolean start(RootDoc root) { argument
47 for (ClassDoc cd : root.classes()) {
/openjdk7/langtools/test/tools/javadoc/generics/genericSuper/
H A DMain.java47 public static boolean start(RootDoc root) { argument
49 ClassDoc[] cds = root.classes();
/openjdk7/langtools/test/tools/javadoc/generics/supertypes/
H A DMain.java47 public static boolean start(RootDoc root) { argument
49 ClassDoc[] cds = root.classes();
/openjdk7/langtools/test/tools/javadoc/generics/throwsGeneric/
H A DMain.java45 public static boolean start(RootDoc root) { argument
47 for (ClassDoc cd : root.classes()) {
/openjdk7/langtools/test/tools/javadoc/generics/tparamCycle/
H A DMain.java44 public static boolean start(RootDoc root) { argument
45 ClassDoc cd = root.classes()[0];
/openjdk7/langtools/test/tools/javadoc/generics/tparamTagOnMethod/
H A DMain.java45 public static boolean start(RootDoc root) { argument
47 for (ClassDoc cd : root.classes()) {
/openjdk7/langtools/test/tools/javadoc/generics/tparamTagOnType/
H A DMain.java45 public static boolean start(RootDoc root) { argument
47 for (ClassDoc cd : root.classes()) {
/openjdk7/langtools/test/tools/javadoc/generics/wildcards/
H A DMain.java45 public static boolean start(RootDoc root) { argument
47 for (ClassDoc cd : root.classes()) {
/openjdk7/langtools/test/tools/javadoc/nestedClass/
H A DNestedClass.java50 public static boolean start(com.sun.javadoc.RootDoc root) { argument
51 ClassDoc[] classes = root.classes();
/openjdk7/langtools/test/tools/javadoc/sourceOnly/p/
H A DSourceOnly.java39 public static boolean start(com.sun.javadoc.RootDoc root) { argument
40 if (root.classes().length != 1)
41 throw new Error("wrong set of classes documented: " + java.util.Arrays.asList(root.classes()));
/openjdk7/langtools/test/tools/javadoc/varArgs/
H A DMain.java47 public static boolean start(RootDoc root) { argument
49 for (ClassDoc cd : root.classes()) {
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DICUData.java51 private static InputStream getStream(final Class root, final String resourceName, boolean required) { argument
57 return root.getResourceAsStream(resourceName);
61 i = root.getResourceAsStream(resourceName);
65 throw new MissingResourceException("could not locate data", root.getPackage().getName(), resourceName);
/openjdk7/langtools/test/tools/javadoc/
H A DFlagsTooEarly.java51 public static boolean start(RootDoc root) { argument
/openjdk7/langtools/test/tools/javadoc/enum/docComments/
H A DMain.java45 public static boolean start(RootDoc root) { argument
46 ClassDoc operation = root.classes()[0];
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DSourceTree.java38 * @param root The root of the source tree, which may or may not be a
42 public SourceTree(int root, String url) argument
44 m_root = root;
51 /** The root of the source tree, which may or may not be a
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DRTFIterator.java41 public RTFIterator(int root, DTMManager manager) { argument
42 super(root, manager);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/graph/
H A DNodeData.java33 private boolean root ; field in class:NodeData
43 this.root = true ;
59 /** Return whether this node is a root.
63 return root ;
68 root = false ;
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DDirectoryLoader.java48 private File root; field in class:DirectoryLoader
58 root = rootDir;
134 File classFile = new File(root,className.replace('.',File.separatorChar) + ".class");
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableImageMetadata.java105 protected void mergeNativeTree(Node root) throws IIOInvalidTreeException { argument
106 Node node = root;
292 fatal(node, "Unknown child of root node!");
299 protected void mergeStandardTree(Node root) argument
301 Node node = root;
396 public void setFromTree(String formatName, Node root) argument
400 mergeTree(formatName, root);
H A DGIFWritableStreamMetadata.java62 public void mergeTree(String formatName, Node root) argument
65 if (root == null) {
66 throw new IllegalArgumentException("root == null!");
68 mergeNativeTree(root);
71 if (root == null) {
72 throw new IllegalArgumentException("root == null!");
74 mergeStandardTree(root);
93 protected void mergeNativeTree(Node root) throws IIOInvalidTreeException { argument
94 Node node = root;
160 fatal(node, "Unknown child of root nod
167 mergeStandardTree(Node root) argument
261 setFromTree(String formatName, Node root) argument
[all...]
/openjdk7/jaxp/src/org/w3c/dom/traversal/
H A DDocumentTraversal.java62 * @param root The node which will be iterated together with its
66 * root must not be <code>null</code>.
79 * NOT_SUPPORTED_ERR: Raised if the specified <code>root</code> is
82 public NodeIterator createNodeIterator(Node root, argument
91 * @param root The node which will serve as the <code>root</code> for the
94 * any node type will be accepted as the <code>root</code>. The
97 * <code>root</code> functions as a stopping point for traversal
99 * <code>parentNode</code> and nextNode. The <code>root</code> must
113 * NOT_SUPPORTED_ERR: Raised if the specified <code>root</cod
116 createTreeWalker(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion) argument
[all...]
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DSelCacheTest.java54 String root = System.getProperty ("test.src")+ "/docs";
62 HttpHandler h = new FileServerHandler (root);
75 test (true, "http", root+"/test1", port, "smallfile.txt", 23);
76 test (true, "http", root+"/test1", port, "largefile.txt", 2730088);
77 test (true, "https", root+"/test1", httpsport, "smallfile.txt", 23);
78 test (true, "https", root+"/test1", httpsport, "largefile.txt", 2730088);
79 test (false, "http", root+"/test1", port, "smallfile.txt", 23);
80 test (false, "http", root+"/test1", port, "largefile.txt", 2730088);
81 test (false, "https", root+"/test1", httpsport, "smallfile.txt", 23);
82 test (false, "https", root
92 test(boolean fixedLen, String protocol, String root, int port, String f, int size) argument
[all...]
H A DTest1.java61 String root = System.getProperty ("test.src")+ "/docs";
69 HttpHandler h = new FileServerHandler (root);
82 test (true, "http", root+"/test1", port, "smallfile.txt", 23);
83 test (true, "http", root+"/test1", port, "largefile.txt", 2730088);
84 test (true, "https", root+"/test1", httpsport, "smallfile.txt", 23);
85 test (true, "https", root+"/test1", httpsport, "largefile.txt", 2730088);
86 test (false, "http", root+"/test1", port, "smallfile.txt", 23);
87 test (false, "http", root+"/test1", port, "largefile.txt", 2730088);
88 test (false, "https", root+"/test1", httpsport, "smallfile.txt", 23);
89 test (false, "https", root
102 test(boolean fixedLen, String protocol, String root, int port, String f, int size) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/javadoc/
H A DDoclet.java59 public static boolean start(RootDoc root) { argument

Completed in 106 milliseconds

12345678910