Searched refs:Child (Results 1 - 17 of 17) sorted by relevance

/openjdk10/langtools/test/tools/javac/HiddenAbstractMethod/two/
H A DChild.java5 public class Child extends one.Parent { class in inherits:one.Parent
/openjdk10/langtools/test/jdk/javadoc/doclet/testInterface/pkg1/
H A DChild.java26 public class Child<CE> extends Parent<CE> { class in inherits:Parent
/openjdk10/langtools/test/jdk/javadoc/doclet/testInterface/pkg/
H A DChild.java26 public class Child<CE> extends Parent<CE> { class in inherits:Parent
/openjdk10/langtools/test/tools/javac/generics/wildcards/
H A DT8015101.java32 public static class Bug<X extends Child<?, ?> & Runnable> {
39 interface Child<C, S extends C> extends Parent<C> { interface in class:T8015101
H A DSubtypeCaptureLeak.java34 interface Child<T> extends Parent<T> {} interface in class:SubtypeCaptureLeak
42 void testApplicable(Child<?> arg) {
50 void testApplicable(Box<Child<?>> arg) {
57 void m3(Child<?> arg) {}
59 void testMostSpecific(Child<?> arg) {
66 void m4(SubBox<Child<?>> arg) {}
68 void testMostSpecificNested(SubBox<Child<?>> arg) {
/openjdk10/langtools/test/tools/javac/generics/8064803/
H A DT8064803.java38 interface Child<T> extends ParentA<T>, ParentB<T> { } interface in class:T8064803
40 static class ChildImpl<T> implements Child<T> {
48 Child<String> child = new ChildImpl<String>();
/openjdk10/langtools/test/tools/javac/NonAmbiguousField/two/
H A DChild.java30 public class Child extends one.Parent implements I { class in inherits:one.Parent,I
/openjdk10/jdk/test/java/beans/XMLEncoder/
H A DTest5023559.java52 encoder.setPersistenceDelegate(Child.class, new PersistenceDelegate() {
54 Child child = (Child) old;
77 public Child create() {
78 return new Child(this);
82 public static final class Child { class in class:Test5023559
85 private Child(Parent parent) { method in class:Test5023559.Child
/openjdk10/jdk/test/java/beans/Introspector/
H A DTest8039776.java39 getBeanInfo(Child.class, Base.class);
40 getBeanInfo(Child.class, Object.class);
55 public static class Child extends Base { class in class:Test8039776
H A DTest6194788.java44 test(Child.class, new PropertyDescriptor("childIndex", Child.class));
45 test(Child.class, new IndexedPropertyDescriptor("childName", Child.class));
107 public static class Child { class in class:Test6194788
H A DTest6422403.java40 test(Child.class, "array", new Long[0].getClass());
41 test(Child.class, "number", Long.class);
42 test(Child.class, "value", Long.class);
76 private static class Child extends Parent<Long> { class in class:Test6422403
H A DTest4619536.java48 pd = BeanUtils.findPropertyDescriptor(Child.class, "foo");
50 error(pd, "Child.foo should not be an indexed property");
140 public Child getFoo(int index) {
145 public static class Child extends Parent { class in class:Test4619536
146 public Child getFoo() {
/openjdk10/jdk/test/java/net/spi/URLStreamHandlerProvider/
H A DChild.java27 public class Child { class
31 System.err.println("Usage: java Child <protocol>");
/openjdk10/jdk/test/javax/management/MBeanInfo/
H A DTooManyFooTest.java98 public static class Child implements ChildMBean { class in class:TooManyFooTest
116 public static class ChildMixMix extends Child implements ChildMixMXBean {
137 for (Method m:Child.class.getDeclaredMethods()) {
158 new ObjectName("test:type=Child,name="+name);
225 final Child child = new Child();
226 test(child,"Child[MBean]",false);
232 test(schild,"Child[StandarMBean(Child)]",false);
/openjdk10/jdk/test/java/io/BufferedInputStream/
H A DLargeCopyWithMark.java48 "-ea:LargeCopyWithMark$Child",
49 "LargeCopyWithMark$Child");
56 public static class Child { class in class:LargeCopyWithMark
/openjdk10/jdk/test/java/awt/dnd/InterJVMGetDropSuccessTest/
H A DInterJVMGetDropSuccessTest.java118 " Child " +
129 System.err.println("========= Child VM System.err ========");
139 System.err.println("========= Child VM System.out ========");
149 throw new RuntimeException("Child VM: failed to start");
151 throw new RuntimeException("Child VM: abnormal termination");
241 class Child { class
282 Child child = new Child();
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/
H A DXMLSerializer.java1400 System.out.println("==>First Child Node Name: " + node.getFirstChild().getNodeName());
1401 System.out.println("==>First Child Node Prefix: " + node.getFirstChild().getPrefix());
1402 System.out.println("==>First Child Node NamespaceURI: " + node.getFirstChild().getNamespaceURI());
1410 System.out.println("==>serializeNode("+child.getNodeName()+") [Child Node]");
1411 System.out.println("==>serializeNode("+child.getPrefix()+") [Child Node Prefix]");

Completed in 2295 milliseconds