Searched defs:TestClass (Results 1 - 6 of 6) 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="/4.2.2_r1/ ...
/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/luni/src/test/java/tests/api/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
1760 Field field = TestClass.class.getField("annotatedField");
1782 field = TestClass.class.getDeclaredField("annotatedField");
1788 Field[] fields = TestClass.Inner.class.getDeclaredFields();
1797 field = TestClass.class.getDeclaredField("annotatedField");
1844 Field field = TestClass.class.getDeclaredField("annotatedField");
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldClassTest.java51 final String classNameLinkageError = packageName + ".TestClass";
159 public static class TestClass { class in class:OldClassTest
182 public TestClass() { method in class:OldClassTest.TestClass
186 private TestClass(Object o) { method in class:OldClassTest.TestClass
190 public static class SubTestClass extends TestClass {
662 TestClass.class.getDeclaredConstructor(String.class);
671 TestClass.class.getDeclaredField(null);
678 TestClass.class.getDeclaredField("NonExistentField");
687 TestClass.class.getDeclaredMethod(null, new Class[0]);
694 TestClass
[all...]

Completed in 327 milliseconds