/dalvik/dx/src/com/android/dx/cf/attrib/ |
D | BaseAnnotations.java | 27 private final Annotations annotations; field in BaseAnnotations 41 public BaseAnnotations(String attributeName, Annotations annotations, in BaseAnnotations()
|
D | AttRuntimeInvisibleAnnotations.java | 36 public AttRuntimeInvisibleAnnotations(Annotations annotations, in AttRuntimeInvisibleAnnotations()
|
D | AttRuntimeVisibleAnnotations.java | 36 public AttRuntimeVisibleAnnotations(Annotations annotations, in AttRuntimeVisibleAnnotations()
|
D | AttRuntimeVisibleParameterAnnotations.java | 39 AnnotationsList annotations, int byteLength) { in AttRuntimeVisibleParameterAnnotations()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | AnnotationSetRefItem.java | 33 private AnnotationSetItem annotations; field in AnnotationSetRefItem 40 public AnnotationSetRefItem(AnnotationSetItem annotations) { in AnnotationSetRefItem()
|
D | AnnotationSetItem.java | 35 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()
|
D | FieldAnnotationStruct.java | 34 private AnnotationSetItem annotations; field in FieldAnnotationStruct 43 AnnotationSetItem annotations) { in FieldAnnotationStruct()
|
D | MethodAnnotationStruct.java | 34 private AnnotationSetItem annotations; field in MethodAnnotationStruct 43 AnnotationSetItem annotations) { in MethodAnnotationStruct()
|
D | AnnotationsDirectoryItem.java | 138 public void setClassAnnotations(Annotations annotations, DexFile dexFile) { in setClassAnnotations() 159 Annotations annotations, DexFile dexFile) { in addFieldAnnotations() 176 Annotations annotations, DexFile dexFile) { in addMethodAnnotations()
|
D | ClassDefItem.java | 327 public void setClassAnnotations(Annotations annotations, DexFile dexFile) { in setClassAnnotations() 339 Annotations annotations, DexFile dexFile) { in addFieldAnnotations() 351 Annotations annotations, DexFile dexFile) { in addMethodAnnotations()
|
D | ParameterAnnotationStruct.java | 72 Annotations annotations = annotationsList.get(i); in ParameterAnnotationStruct() local
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | AnnotationSetRefItem.java | 33 private AnnotationSetItem annotations; field in AnnotationSetRefItem 40 public AnnotationSetRefItem(AnnotationSetItem annotations) { in AnnotationSetRefItem()
|
D | AnnotationSetItem.java | 35 private final Annotations annotations; field in AnnotationSetItem 49 public AnnotationSetItem(Annotations annotations) { in AnnotationSetItem() 68 private static int writeSize(Annotations annotations) { in writeSize()
|
D | MethodAnnotationStruct.java | 34 private AnnotationSetItem annotations; field in MethodAnnotationStruct 43 AnnotationSetItem annotations) { in MethodAnnotationStruct()
|
D | FieldAnnotationStruct.java | 34 private AnnotationSetItem annotations; field in FieldAnnotationStruct 43 AnnotationSetItem annotations) { in FieldAnnotationStruct()
|
D | AnnotationsDirectoryItem.java | 137 public void setClassAnnotations(Annotations annotations) { in setClassAnnotations() 157 Annotations annotations) { in addFieldAnnotations() 173 Annotations annotations) { in addMethodAnnotations()
|
D | ClassDefItem.java | 328 public void setClassAnnotations(Annotations annotations) { in setClassAnnotations() 339 Annotations annotations) { in addFieldAnnotations() 350 Annotations annotations) { in addMethodAnnotations()
|
D | ParameterAnnotationStruct.java | 71 Annotations annotations = annotationsList.get(i); in ParameterAnnotationStruct() local
|
/dalvik/dx/src/com/android/dx/rop/annotation/ |
D | Annotations.java | 39 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/ |
D | Annotations.java | 40 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/ |
D | AnnotationParser.java | 188 Annotations annotations = parseAnnotations(visibility); in parseAnnotationsList() local 215 Annotations annotations = new Annotations(); in parseAnnotations() local
|
D | StdAttributeFactory.java | 619 Annotations annotations = in runtimeInvisibleAnnotations() local 636 Annotations annotations = in runtimeVisibleAnnotations() local
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
D | CfTranslator.java | 194 Annotations annotations = in processFields() local 359 Annotations annotations = in processMethods() local
|
/dalvik/dx/src/com/android/dex/ |
D | TableOfContents.java | 49 public final Section annotations = new Section(0x2004); field in TableOfContents
|
/dalvik/dx/src/com/android/dx/util/ |
D | ByteArrayAnnotatedOutput.java | 57 private ArrayList<Annotation> annotations; field in ByteArrayAnnotatedOutput
|