Home
last modified time | relevance | path

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

12

/dalvik/dx/src/com/android/dx/cf/attrib/
DBaseAnnotations.java27 private final Annotations annotations; field in BaseAnnotations
41 public BaseAnnotations(String attributeName, Annotations annotations, in BaseAnnotations()
DAttRuntimeInvisibleAnnotations.java36 public AttRuntimeInvisibleAnnotations(Annotations annotations, in AttRuntimeInvisibleAnnotations()
DAttRuntimeVisibleAnnotations.java36 public AttRuntimeVisibleAnnotations(Annotations annotations, in AttRuntimeVisibleAnnotations()
DAttRuntimeVisibleParameterAnnotations.java39 AnnotationsList annotations, int byteLength) { in AttRuntimeVisibleParameterAnnotations()
/dalvik/dx/src/com/android/dx/dex/file/
DAnnotationSetRefItem.java33 private AnnotationSetItem annotations; field in AnnotationSetRefItem
40 public AnnotationSetRefItem(AnnotationSetItem annotations) { in AnnotationSetRefItem()
DAnnotationSetItem.java35 private final Annotations annotations; field in AnnotationSetItem
50 public AnnotationSetItem(Annotations annotations, DexFile dexFile) { in AnnotationSetItem()
69 private static int writeSize(Annotations annotations) { in writeSize()
DFieldAnnotationStruct.java34 private AnnotationSetItem annotations; field in FieldAnnotationStruct
43 AnnotationSetItem annotations) { in FieldAnnotationStruct()
DMethodAnnotationStruct.java34 private AnnotationSetItem annotations; field in MethodAnnotationStruct
43 AnnotationSetItem annotations) { in MethodAnnotationStruct()
DAnnotationsDirectoryItem.java138 public void setClassAnnotations(Annotations annotations, DexFile dexFile) { in setClassAnnotations()
159 Annotations annotations, DexFile dexFile) { in addFieldAnnotations()
176 Annotations annotations, DexFile dexFile) { in addMethodAnnotations()
DClassDefItem.java327 public void setClassAnnotations(Annotations annotations, DexFile dexFile) { in setClassAnnotations()
339 Annotations annotations, DexFile dexFile) { in addFieldAnnotations()
351 Annotations annotations, DexFile dexFile) { in addMethodAnnotations()
DParameterAnnotationStruct.java72 Annotations annotations = annotationsList.get(i); in ParameterAnnotationStruct() local
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DAnnotationSetRefItem.java33 private AnnotationSetItem annotations; field in AnnotationSetRefItem
40 public AnnotationSetRefItem(AnnotationSetItem annotations) { in AnnotationSetRefItem()
DAnnotationSetItem.java35 private final Annotations annotations; field in AnnotationSetItem
49 public AnnotationSetItem(Annotations annotations) { in AnnotationSetItem()
68 private static int writeSize(Annotations annotations) { in writeSize()
DMethodAnnotationStruct.java34 private AnnotationSetItem annotations; field in MethodAnnotationStruct
43 AnnotationSetItem annotations) { in MethodAnnotationStruct()
DFieldAnnotationStruct.java34 private AnnotationSetItem annotations; field in FieldAnnotationStruct
43 AnnotationSetItem annotations) { in FieldAnnotationStruct()
DAnnotationsDirectoryItem.java137 public void setClassAnnotations(Annotations annotations) { in setClassAnnotations()
157 Annotations annotations) { in addFieldAnnotations()
173 Annotations annotations) { in addMethodAnnotations()
DClassDefItem.java328 public void setClassAnnotations(Annotations annotations) { in setClassAnnotations()
339 Annotations annotations) { in addFieldAnnotations()
350 Annotations annotations) { in addMethodAnnotations()
DParameterAnnotationStruct.java71 Annotations annotations = annotationsList.get(i); in ParameterAnnotationStruct() local
/dalvik/dx/src/com/android/dx/rop/annotation/
DAnnotations.java39 private final TreeMap<CstType, Annotation> annotations; field in Annotations
71 public static Annotations combine(Annotations annotations, in combine()
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
DAnnotations.java40 private final TreeMap<CstType, Annotation> annotations; field in Annotations
72 public static Annotations combine(Annotations annotations, in combine()
/dalvik/dx/src/com/android/dx/cf/direct/
DAnnotationParser.java188 Annotations annotations = parseAnnotations(visibility); in parseAnnotationsList() local
215 Annotations annotations = new Annotations(); in parseAnnotations() local
DStdAttributeFactory.java619 Annotations annotations = in runtimeInvisibleAnnotations() local
636 Annotations annotations = in runtimeVisibleAnnotations() local
/dalvik/dx/src/com/android/dx/dex/cf/
DCfTranslator.java194 Annotations annotations = in processFields() local
359 Annotations annotations = in processMethods() local
/dalvik/dx/src/com/android/dex/
DTableOfContents.java49 public final Section annotations = new Section(0x2004); field in TableOfContents
/dalvik/dx/src/com/android/dx/util/
DByteArrayAnnotatedOutput.java57 private ArrayList<Annotation> annotations; field in ByteArrayAnnotatedOutput

12