Searched defs:TestClass (Results 1 - 9 of 9) sorted by relevance

/libcore/luni/src/test/resources/org/apache/harmony/luni/tests/java/lang/
H A DillegalClasses.jarTestClass.class TestClass.java package public TestClass extends TestClass1 { public void " href="/7.0.0_r1/ ...
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/pkg1/
H A DTestClass.java24 * as the TestClass in o.a.h.l.tests.pkg2
26 public class TestClass implements Serializable { class in inherits:Serializable
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/pkg2/
H A DTestClass.java24 * as the TestClass in o.a.h.l.tests.pkg1
26 public class TestClass implements Serializable { class in inherits:Serializable
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/pkg1/
H A DTestClass.java24 * as the TestClass in o.a.h.l.tests.pkg2
26 public class TestClass implements Serializable { class in inherits:Serializable
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/pkg2/
H A DTestClass.java24 * as the TestClass in o.a.h.l.tests.pkg1
26 public class TestClass implements Serializable { class in inherits:Serializable
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
H A DAccessibleObjectTest.java33 public class TestClass { class in class:AccessibleObjectTest
40 public class SubTestClass extends TestClass{
96 AccessibleObject ao = TestClass.class.getField("aField");
112 AccessibleObject ao = TestClass.class.getField("aField");
127 AccessibleObject ao = TestClass.class.getField("aField");
H A DFieldTest.java44 public class TestClass { class in class:FieldTest
1531 Field field = TestClass.class.getField("annotatedField");
1553 field = TestClass.class.getDeclaredField("annotatedField");
1559 Field[] fields = TestClass.Inner.class.getDeclaredFields();
1568 field = TestClass.class.getDeclaredField("annotatedField");
1615 Field field = TestClass.class.getDeclaredField("annotatedField");
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DClassTest.java55 public static class TestClass { class in class:ClassTest
78 public TestClass() { method in class:ClassTest.TestClass
82 private TestClass(Object o) { method in class:ClassTest.TestClass
86 public static class SubTestClass extends TestClass {
229 TestClass.class.getConstructor(new Class[0]);
231 TestClass.class.getConstructor(Object.class);
242 Constructor[] c = TestClass.class.getConstructors();
257 Constructor<TestClass> c = TestClass.class.getDeclaredConstructor(new Class[0]);
259 c = TestClass
[all...]
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldClassTest.java46 final String classNameLinkageError = packageName + ".TestClass";
154 public static class TestClass { class in class:OldClassTest
177 public TestClass() { method in class:OldClassTest.TestClass
181 private TestClass(Object o) { method in class:OldClassTest.TestClass
185 public static class SubTestClass extends TestClass {
657 TestClass.class.getDeclaredConstructor(String.class);
666 TestClass.class.getDeclaredField(null);
673 TestClass.class.getDeclaredField("NonExistentField");
682 TestClass.class.getDeclaredMethod(null, new Class[0]);
689 TestClass
[all...]

Completed in 4193 milliseconds