/dalvik/dx/src/com/android/dx/dex/file/ |
D | AnnotationSetRefItem.java | 27 private static final int ALIGNMENT = 4; field in AnnotationSetRefItem 41 super(ALIGNMENT, WRITE_SIZE); in AnnotationSetRefItem()
|
D | EncodedArrayItem.java | 28 private static final int ALIGNMENT = 1; field in EncodedArrayItem 49 super(ALIGNMENT, -1); in EncodedArrayItem()
|
D | MapItem.java | 28 private static final int ALIGNMENT = 4; field in MapItem 125 super(ALIGNMENT, WRITE_SIZE); in MapItem() 161 super(ALIGNMENT, WRITE_SIZE); in MapItem()
|
D | TypeListItem.java | 30 private static final int ALIGNMENT = 4; field in TypeListItem 47 super(ALIGNMENT, (list.size() * ELEMENT_SIZE) + HEADER_SIZE); in TypeListItem()
|
D | AnnotationSetItem.java | 29 private static final int ALIGNMENT = 4; field in AnnotationSetItem 51 super(ALIGNMENT, writeSize(annotations)); in AnnotationSetItem()
|
D | DebugInfoItem.java | 30 private static final int ALIGNMENT = 1; field in DebugInfoItem 44 super (ALIGNMENT, -1); in DebugInfoItem()
|
D | AnnotationItem.java | 45 private static final int ALIGNMENT = 1; field in AnnotationItem 106 super(ALIGNMENT, -1); in AnnotationItem()
|
D | AnnotationsDirectoryItem.java | 35 private static final int ALIGNMENT = 4; field in AnnotationsDirectoryItem 59 super(ALIGNMENT, -1); in AnnotationsDirectoryItem()
|
D | CodeItem.java | 37 private static final int ALIGNMENT = 4; field in CodeItem 78 super(ALIGNMENT, -1); in CodeItem()
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | AnnotationSetRefItem.java | 27 private static final int ALIGNMENT = 4; field in AnnotationSetRefItem 41 super(ALIGNMENT, WRITE_SIZE); in AnnotationSetRefItem()
|
D | MapItem.java | 29 private static final int ALIGNMENT = 4; field in MapItem 126 super(ALIGNMENT, WRITE_SIZE); in MapItem() 162 super(ALIGNMENT, WRITE_SIZE); in MapItem()
|
D | TypeListItem.java | 31 private static final int ALIGNMENT = 4; field in TypeListItem 48 super(ALIGNMENT, (list.size() * ELEMENT_SIZE) + HEADER_SIZE); in TypeListItem()
|
D | EncodedArrayItem.java | 37 private static final int ALIGNMENT = 1; field in EncodedArrayItem 58 super(ALIGNMENT, -1); in EncodedArrayItem()
|
D | AnnotationSetItem.java | 29 private static final int ALIGNMENT = 4; field in AnnotationSetItem 50 super(ALIGNMENT, writeSize(annotations)); in AnnotationSetItem()
|
D | AnnotationItem.java | 47 private static final int ALIGNMENT = 1; field in AnnotationItem 107 super(ALIGNMENT, -1); in AnnotationItem()
|
D | DebugInfoItem.java | 33 private static final int ALIGNMENT = 1; field in DebugInfoItem 47 super (ALIGNMENT, -1); in DebugInfoItem()
|
D | AnnotationsDirectoryItem.java | 35 private static final int ALIGNMENT = 4; field in AnnotationsDirectoryItem 59 super(ALIGNMENT, -1); in AnnotationsDirectoryItem()
|
D | CodeItem.java | 46 private static final int ALIGNMENT = 4; field in CodeItem 87 super(ALIGNMENT, -1); in CodeItem()
|