Home
last modified time | relevance | path

Searched defs:annotations (Results 1 – 9 of 9) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DTypeFormatter.java87 public String formatAnnotations(Set<DexAnnotation> annotations) { in formatAnnotations()
DDexParameterImpl.java30 private Set<DexAnnotation> annotations; field in DexParameterImpl
DDexFieldImpl.java36 private Set<DexAnnotation> annotations; field in DexFieldImpl
DDexMethodImpl.java47 private Set<DexAnnotation> annotations; field in DexMethodImpl
DDexClassImpl.java63 private Set<DexAnnotation> annotations; field in DexClassImpl
/cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/
DCtsJavaScannerDoclet.java99 AnnotationDesc[] annotations = method.annotations(); in start() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCtsApiCoverage.java291 String methodName, Set<? extends Annotation> annotations) { in handleAnnotations()
/cts/tools/utils/
DCollectAllTests.java367 Annotation[] annotations = testMethod.getAnnotations(); in getAnnotation() local
DDescriptionGenerator.java555 AnnotationDesc[] annotations = method.annotations(); in getTestMethods() local