Searched defs:annotation (Results 1 – 4 of 4) sorted by relevance
32 private final DexAnnotation annotation; field in DexAnnotationAttributeImpl35 DexAnnotation annotation, int[] typeIds, String[] stringPool, in DexAnnotationAttributeImpl()
37 private final DexAnnotation annotation; field in DexEncodedAnnotationImpl39 public DexEncodedAnnotationImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedAnnotationImpl()
37 private final DexAnnotation annotation; field in DexEncodedValueImpl47 public DexEncodedValueImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedValueImpl()
202 DexAnnotation annotation = getAnnotation(T3, "LA0;"); in testA0_T3() local336 DexAnnotation annotation = dexParameter.getAnnotations().iterator().next(); in testParameterAnnotation() local