HomeSort by relevance Sort by last modified time
    Searched refs:noAnnotation (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
FieldTest.java 61 private Object noAnnotation;
69 checkDeclaredAnnotation(c, "noAnnotation", repeated, null);
76 checkDeclaredAnnotation(c, "noAnnotation", container, null);
102 assertGetDeclaredAnnotationsByType(c, repeated, "noAnnotation", EXPECT_EMPTY);
112 assertGetDeclaredAnnotationsByType(c, container, "noAnnotation", EXPECT_EMPTY);
134 assertGetAnnotationsByType(c, repeated, "noAnnotation", EXPECT_EMPTY);
144 assertGetAnnotationsByType(c, container, "noAnnotation", EXPECT_EMPTY);
MethodTest.java 61 public void noAnnotation() {}
69 checkDeclaredAnnotation(c, "noAnnotation", repeated, null);
76 checkDeclaredAnnotation(c, "noAnnotation", container, null);
102 assertGetDeclaredAnnotationsByType(c, repeated, "noAnnotation", EXPECT_EMPTY);
112 assertGetDeclaredAnnotationsByType(c, container, "noAnnotation", EXPECT_EMPTY);
134 assertGetAnnotationsByType(c, repeated, "noAnnotation", EXPECT_EMPTY);
144 assertGetAnnotationsByType(c, container, "noAnnotation", EXPECT_EMPTY);
ExecutableParameterTest.java 71 void noAnnotation(String p0) {}
85 return AnnotatedMethodClass.class.getDeclaredMethod("noAnnotation", String.class);
AnnotatedElementParameterTest.java 107 void noAnnotation(String p0) {}
121 return AnnotatedMethodClass.class.getDeclaredMethod("noAnnotation", String.class);

Completed in 84 milliseconds