Lines Matching refs:out

22     System.out.println("==============================");  in testAnnotationsByType()
23 System.out.println("Class annotations by type:"); in testAnnotationsByType()
24 System.out.println("=============================="); in testAnnotationsByType()
60 System.out.println("-----------------------------"); in testAnnotationsByType()
61 System.out.println("-----------------------------"); in testAnnotationsByType()
66 System.out.println("=============================="); in testDeclaredAnnotation()
67 System.out.println("Class declared annotation:"); in testDeclaredAnnotation()
68 System.out.println("=============================="); in testDeclaredAnnotation()
91 System.out.println("-----------------------------"); in testDeclaredAnnotation()
92 System.out.println("-----------------------------"); in testDeclaredAnnotation()
96 System.out.println("=============================="); in testDeclaredAnnotationsByType()
97 System.out.println("Declared class annotations by type:"); in testDeclaredAnnotationsByType()
98 System.out.println("=============================="); in testDeclaredAnnotationsByType()
124 System.out.println("-----------------------------"); in testDeclaredAnnotationsByType()
125 System.out.println("-----------------------------"); in testDeclaredAnnotationsByType()
139 System.out.println(msg); in printAnnotationsByType()
148 System.out.println("Declared annotations by class " + annotationUseClass in printDeclaredAnnotation()
162 System.out.println(msg); in printDeclaredAnnotationsByType()
166 System.out.println("=============================="); in testMethodAnnotationsByType()
167 System.out.println("Method annotations by type:"); in testMethodAnnotationsByType()
168 System.out.println("=============================="); in testMethodAnnotationsByType()
188 System.out.println("-----------------------------"); in testMethodAnnotationsByType()
189 System.out.println("-----------------------------"); in testMethodAnnotationsByType()
208 System.out.println(msg); in printMethodAnnotationsByType()
212 System.out.println("=============================="); in testMethodDeclaredAnnotations()
213 System.out.println("Declared method annotations:"); in testMethodDeclaredAnnotations()
214 System.out.println("=============================="); in testMethodDeclaredAnnotations()
228 System.out.println("-----------------------------"); in testMethodDeclaredAnnotations()
229 System.out.println("-----------------------------"); in testMethodDeclaredAnnotations()
248 System.out.println(msg); in printMethodDeclaredAnnotation()
252 System.out.println("=============================="); in testMethodDeclaredAnnotationsByType()
253 System.out.println("Declared method annotations by type:"); in testMethodDeclaredAnnotationsByType()
254 System.out.println("=============================="); in testMethodDeclaredAnnotationsByType()
269 System.out.println("-----------------------------"); in testMethodDeclaredAnnotationsByType()
270 System.out.println("-----------------------------"); in testMethodDeclaredAnnotationsByType()
289 System.out.println(msg); in printMethodDeclaredAnnotationByType()