Home
last modified time | relevance | path

Searched defs:aClass (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DClassLoaderReflectionTest.java43 private Class<?> aClass; field in ClassLoaderReflectionTest
78 assertParameterizedType(aListClass.getGenericSuperclass(), ArrayList.class, aClass); in testGenericSuperclassParameter() local
104 assertParameterizedType(listA.getGenericType(), List.class, aClass); in testFieldGenericType() local
/libcore/luni/src/main/java/java/io/
DObjectOutputStream.java287 protected void annotateClass(Class<?> aClass) throws IOException { in annotateClass()
302 protected void annotateProxyClass(Class<?> aClass) throws IOException { in annotateProxyClass()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DObjectOutputStreamTest.java1016 public void annotateProxyClass(Class<?> aClass) throws IOException { in annotateProxyClass()