Searched defs:annotation (Results 1 – 11 of 11) sorted by relevance
/cts/tools/dex-tools/src/dex/reader/ |
D | DexAnnotationAttributeImpl.java | 32 private final DexAnnotation annotation; field in DexAnnotationAttributeImpl 35 DexAnnotation annotation, int[] typeIds, String[] stringPool, in DexAnnotationAttributeImpl()
|
D | DexEncodedAnnotationImpl.java | 37 private final DexAnnotation annotation; field in DexEncodedAnnotationImpl 39 public DexEncodedAnnotationImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedAnnotationImpl()
|
D | DexEncodedValueImpl.java | 37 private final DexAnnotation annotation; field in DexEncodedValueImpl 47 public DexEncodedValueImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedValueImpl()
|
/cts/tools/signature-tools/src/signature/model/util/ |
D | ModelUtil.java | 65 IAnnotation annotation, String elementName) { in getAnnotationElement() 84 IClassDefinition annotation, String fieldName) { in getAnnotationField()
|
/cts/tools/signature-tools/test/signature/converter/ |
D | ConvertPackageTest.java | 42 IAnnotation annotation = sigPackage.getAnnotations().iterator().next(); in testPackageAnnotation() local
|
D | ConvertClassTest.java | 120 IAnnotation annotation = sigClass.getAnnotations().iterator().next(); in convertAnnotationTest() local 142 IAnnotation annotation = field.getAnnotations().iterator().next(); in convertAnnotationOnFieldTest() local
|
D | ConvertAnnotationTest.java | 72 IAnnotation annotation = annotations.iterator().next(); in convertAnnotationDefinition1() local 96 IAnnotation annotation = annotations.iterator().next(); in convertAnnotationDefinition2() local
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
D | DexUtil.java | 264 DexAnnotation annotation = getAnnotation(annotatedElement, in getExceptionSignature() local 320 DexAnnotation annotation = getAnnotation(annotatedElement, in getGenericSignature() local 391 public static Object getAnnotationAttributeValue(DexAnnotation annotation, in getAnnotationAttributeValue() 489 DexAnnotation annotation = getAnnotation(dexClass, in getMemberClassNames() local 503 DexAnnotation annotation = getAnnotation(dexClass, in getEnclosingClassName() local
|
D | DexToSigConverter.java | 430 DexAnnotation annotation = getDefaultMappingsAnnotation(dexClass); in getDefaultValueMapping() local 887 DexEncodedAnnotation annotation = in convertEncodedValue() local
|
/cts/tools/dex-tools/test/dex/reader/ |
D | DexFileReaderTests.java | 202 DexAnnotation annotation = getAnnotation(T3, "LA0;"); in testA0_T3() local 336 DexAnnotation annotation = dexParameter.getAnnotations().iterator().next(); in testParameterAnnotation() local
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | CtsTest.java | 553 String annotation = join(mPositiveFilters, ","); in run() local
|