Home
last modified time | relevance | path

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

/cts/tools/signature-tools/src/signature/model/impl/
DSigAnnotatableElement.java29 private Set<IAnnotation> annotations; field in SigAnnotatableElement
39 public void setAnnotations(Set<IAnnotation> annotations) { in setAnnotations()
/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/signature-tools/src/signature/converter/doclet/
DDocletToSigConverter.java541 Set<IAnnotation> annotations = new HashSet<IAnnotation>(); in convertAnnotations() local
551 AnnotationDesc[] annotations = type.annotations(); in annotationRetentionIsSource() local
/cts/tools/utils/
DCollectAllTests.java299 Annotation[] annotations = testMethod.getAnnotations(); in getAnnotation() local
DDescriptionGenerator.java528 AnnotationDesc[] annotations = method.annotations(); in getTestMethods() local
/cts/tools/signature-tools/test/signature/converter/
DConvertAnnotationTest.java70 Set<IAnnotation> annotations = field.getAnnotations(); in convertAnnotationDefinition1() local
94 Set<IAnnotation> annotations = sigClass.getAnnotations(); in convertAnnotationDefinition2() local
/cts/tools/signature-tools/src/signature/converter/dex/
DDexToSigConverter.java795 Set<IAnnotation> annotations = new HashSet<IAnnotation>(); in convertAnnotations() local