Searched refs:nodeName (Results 1 - 25 of 29) sorted by relevance

12

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DNode.java48 private String nodeName; field in class:Node
56 public Node(Group parent, String nodeName, String description) { argument
58 this.nodeName = nodeName;
68 return nodeName;
72 String name = nodeName;
87 return (nodeName != null) ? new JLabel(description) : null;
H A DGroup.java68 public Group(String nodeName, String description) { argument
69 this(root, nodeName, description);
72 public Group(Group parent, String nodeName, String description) { argument
73 super(parent, nodeName, description);
293 public EnableSet(Group parent, String nodeName, String description) { argument
294 super(parent, nodeName, description);
H A DOption.java66 public Option(Group parent, String nodeName, String description) { argument
67 super(parent, nodeName, description);
138 public Toggle(Group parent, String nodeName, String description, argument
141 super(parent, nodeName, description);
227 public Enable(Group parent, String nodeName, String description, argument
230 super(parent, nodeName, description);
320 public Int(Group parent, String nodeName, String description, argument
323 super(parent, nodeName, description);
433 public ObjectList(Group parent, String nodeName, String description, argument
440 this(parent, nodeName, descriptio
449 ObjectList(Group parent, String nodeName, String description, int size, String optionnames[], Object optionvalues[], String abbrevnames[], String descnames[], int defaultenabled) argument
606 IntList(Group parent, String nodeName, String description, int values[], String abbrevnames[], String descnames[], int defaultenabled) argument
643 ObjectChoice(Group parent, String nodeName, String description, String optionnames[], Object optionvalues[], String abbrevnames[], String descnames[], int defaultselected) argument
659 ObjectChoice(Group parent, String nodeName, String description, int size, String optionnames[], Object optionvalues[], String abbrevnames[], String descnames[], int defaultselected) argument
[all...]
H A DTest.java46 public Test(Group parent, String nodeName, String description) { argument
47 super(parent, nodeName, description, false);
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DMiscTests.java54 public MiscTests(Group parent, String nodeName, String description) { argument
55 super(parent, nodeName, description);
72 CopyArea(String nodeName, String desc, int dx, int dy) { argument
73 super(copytestroot, nodeName, desc);
H A DPixelTests.java126 public PixelTests(Group root, String nodeName, String description) { argument
127 super(root, nodeName, description);
249 public BufImgTest(String nodeName, String description) { argument
250 super(bufimgtestroot, nodeName, description);
285 public RasTest(String nodeName, String description) { argument
286 super(rastertestroot, nodeName, description);
359 public DataBufTest(String nodeName, String description) { argument
360 super(dbtestroot, nodeName, description);
H A DImageTests.java229 public ImageTests(Group parent, String nodeName, String description) { argument
230 this(parent, nodeName, description, null);
233 public ImageTests(Group parent, String nodeName, String description, argument
236 super(parent, nodeName, description);
728 ImageOpTests(Group parent, String nodeName, String desc) { argument
729 super(parent, nodeName, desc,
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DOutputTests.java134 protected OutputTests(Group parent, String nodeName, String description) { argument
135 super(parent, nodeName, description);
141 public OutputType(String nodeName, String description, int type) { argument
142 super(generalDestRoot, nodeName, description, false);
H A DInputTests.java139 protected InputTests(Group parent, String nodeName, String description) { argument
140 super(parent, nodeName, description);
146 public InputType(String nodeName, String description, int type) { argument
147 super(generalSourceRoot, nodeName, description, false);
H A DIIOTests.java130 protected IIOTests(Group parent, String nodeName, String description) { argument
131 super(parent, nodeName, description);
H A DOutputImageTests.java167 String nodeName, String description)
169 super(parent, nodeName, description);
166 OutputImageTests(Group parent, String nodeName, String description) argument
H A DInputImageTests.java208 String nodeName, String description)
210 super(parent, nodeName, description);
207 InputImageTests(Group parent, String nodeName, String description) argument
H A DOutputStreamTests.java76 String nodeName, String description)
78 super(parent, nodeName, description);
75 OutputStreamTests(Group parent, String nodeName, String description) argument
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DXMLUtils.java539 * @param nodeName
543 public static Element selectDsNode(Node sibling, String nodeName, int number) { argument
546 && sibling.getLocalName().equals(nodeName)) {
559 * @param nodeName
563 public static Element selectXencNode(Node sibling, String nodeName, int number) { argument
566 && sibling.getLocalName().equals(nodeName)) {
579 * @param nodeName
583 public static Text selectDsNodeText(Node sibling, String nodeName, int number) { argument
584 Node n=selectDsNode(sibling,nodeName,number);
598 * @param nodeName
602 selectNodeText(Node sibling, String uri, String nodeName, int number) argument
621 selectNode(Node sibling, String uri, String nodeName, int number) argument
640 selectDsNodes(Node sibling, String nodeName) argument
650 selectNodes(Node sibling, String uri, String nodeName) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java235 private String nodeName = null; field in class:IIOMetadataNode
298 * @param nodeName the name of the node, as a <code>String</code>.
300 public IIOMetadataNode(String nodeName) { argument
301 this.nodeName = nodeName;
326 return nodeName;
649 IIOMetadataNode newNode = new IIOMetadataNode(this.nodeName);
718 return nodeName;
730 return nodeName;
881 if (nodeName
[all...]
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java110 public TextMeasureTests(Group parent, String nodeName, String description) { argument
111 super(parent, nodeName, description);
236 protected GVMeasureTest(Group parent, String nodeName, String description) { argument
237 super(parent, nodeName, description);
435 protected TLMeasureTest(Group parent, String nodeName, String description) { argument
436 super(parent, nodeName, description);
510 protected TLExtendedMeasureTest(Group parent, String nodeName, String description) { argument
511 super(parent, nodeName, description);
H A DTextRenderTests.java76 public TextRenderTests(Group parent, String nodeName, String description) { argument
77 super(parent, nodeName, description);
H A DTextTests.java632 public TextTests(Group parent, String nodeName, String description) { argument
633 super(parent, nodeName, description);
705 public FontOption(Group parent, String nodeName, String description) { argument
706 super(parent, nodeName, description,
H A DTextConstructionTests.java91 public TextConstructionTests(Group parent, String nodeName, String description) { argument
92 super(parent, nodeName, description);
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DPreferences.java371 return userRoot().node(nodeName(c));
415 return systemRoot().node(nodeName(c));
425 private static String nodeName(Class c) { method in class:Preferences
H A DAbstractPreferences.java1222 * It is guaranteed that <tt>nodeName</tt> is non-null, non-empty,
1243 * @param nodeName name of the child to be searched for.
1249 protected AbstractPreferences getChild(String nodeName) argument
1252 // assert kidCache.get(nodeName)==null;
1255 if (kidNames[i].equals(nodeName))
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java654 result.add(nodeName(dirContents[i].getName()));
847 private static String dirName(String nodeName) { argument
848 for (int i=0, n=nodeName.length(); i < n; i++)
849 if (!isDirChar(nodeName.charAt(i)))
850 return "_" + Base64.byteArrayToAltBase64(byteArray(nodeName));
851 return nodeName;
873 private static String nodeName(String dirName) { method in class:FileSystemPreferences
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DAttributeMap.java67 * Adds an attribute using its nodeName attribute.
189 // nodeName so we know where to insert.
417 String nodeName = n.getNodeName();
422 && (d = defaults.getNamedItem(nodeName)) != null)
424 int j = findNamePoint(nodeName,0);
425 if (j>=0 && findNamePoint(nodeName, j+1) < 0) {
587 // nodeName so we know where to insert.
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOMHelper.java645 String nodeName = n.getNodeName();
646 int indexOfNSSep = nodeName.indexOf(':');
653 prefix = nodeName.substring(0, indexOfNSSep);
666 ? nodeName.substring(0, indexOfNSSep) : "";
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java544 String nodeName =
546 if (nodeName.equals (name)) {
1621 String nodeName =
1623 if (nodeName.equals (name)) {
1977 String nodeName = fDeferredDocumentImpl.getNodeName (node, false);
1978 if (nodeName.equals (name)) {
2070 String nodeName = fDeferredDocumentImpl.getNodeName (nodeIndex, false);
2071 if (nodeName.equals (name)) {
2213 String nodeName = fDeferredDocumentImpl.getNodeName (nodeIndex, false);
2214 if (nodeName
[all...]

Completed in 3445 milliseconds

12