Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 4 of 4) sorted by relevance

/test/suite_harness/tools/dex-tools/src/dex/reader/
DDexAnnotationAttributeImpl.java32 private final DexAnnotation annotation; field in DexAnnotationAttributeImpl
35 DexAnnotation annotation, int[] typeIds, String[] stringPool, in DexAnnotationAttributeImpl()
DDexEncodedAnnotationImpl.java37 private final DexAnnotation annotation; field in DexEncodedAnnotationImpl
39 public DexEncodedAnnotationImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedAnnotationImpl()
DDexEncodedValueImpl.java37 private final DexAnnotation annotation; field in DexEncodedValueImpl
47 public DexEncodedValueImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedValueImpl()
/test/suite_harness/tools/dex-tools/test/dex/reader/
DDexFileReaderTests.java202 DexAnnotation annotation = getAnnotation(T3, "LA0;"); in testA0_T3() local
336 DexAnnotation annotation = dexParameter.getAnnotations().iterator().next(); in testParameterAnnotation() local