HomeSort by relevance Sort by last modified time
    Searched defs:ALIGNMENT (Results 26 - 50 of 60) sorted by null

12 3

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetItem.java 28 /** the required alignment for instances of this class */
29 private static final int ALIGNMENT = 4;
50 super(ALIGNMENT, writeSize(annotations));
EncodedArrayItem.java 36 /** the required alignment for instances of this class */
37 private static final int ALIGNMENT = 1;
58 super(ALIGNMENT, -1);
AnnotationItem.java 46 /** the required alignment for instances of this class */
47 private static final int ALIGNMENT = 1;
107 super(ALIGNMENT, -1);
DebugInfoItem.java 32 /** the required alignment for instances of this class */
33 private static final int ALIGNMENT = 1;
47 super (ALIGNMENT, -1);
MapItem.java 28 /** file alignment of this class, in bytes */
29 private static final int ALIGNMENT = 4;
126 super(ALIGNMENT, WRITE_SIZE);
162 super(ALIGNMENT, WRITE_SIZE);
TypeListItem.java 30 /** alignment requirement */
31 private static final int ALIGNMENT = 4;
48 super(ALIGNMENT, (list.size() * ELEMENT_SIZE) + HEADER_SIZE);
AnnotationsDirectoryItem.java 34 /** the required alignment for instances of this class */
35 private static final int ALIGNMENT = 4;
59 super(ALIGNMENT, -1);
CodeItem.java 45 /** file alignment of this class, in bytes */
46 private static final int ALIGNMENT = 4;
87 super(ALIGNMENT, -1);
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetItem.java 28 /** the required alignment for instances of this class */
29 private static final int ALIGNMENT = 4;
50 super(ALIGNMENT, writeSize(annotations));
EncodedArrayItem.java 27 /** the required alignment for instances of this class */
28 private static final int ALIGNMENT = 1;
49 super(ALIGNMENT, -1);
AnnotationItem.java 43 /** the required alignment for instances of this class */
44 private static final int ALIGNMENT = 1;
104 super(ALIGNMENT, -1);
DebugInfoItem.java 29 /** the required alignment for instances of this class */
30 private static final int ALIGNMENT = 1;
44 super (ALIGNMENT, -1);
MapItem.java 27 /** file alignment of this class, in bytes */
28 private static final int ALIGNMENT = 4;
125 super(ALIGNMENT, WRITE_SIZE);
161 super(ALIGNMENT, WRITE_SIZE);
TypeListItem.java 29 /** alignment requirement */
30 private static final int ALIGNMENT = 4;
47 super(ALIGNMENT, (list.size() * ELEMENT_SIZE) + HEADER_SIZE);
AnnotationsDirectoryItem.java 33 /** the required alignment for instances of this class */
34 private static final int ALIGNMENT = 4;
58 super(ALIGNMENT, -1);
CodeItem.java 36 /** file alignment of this class, in bytes */
37 private static final int ALIGNMENT = 4;
78 super(ALIGNMENT, -1);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetItem.java 28 /** the required alignment for instances of this class */
29 private static final int ALIGNMENT = 4;
50 super(ALIGNMENT, writeSize(annotations));
EncodedArrayItem.java 27 /** the required alignment for instances of this class */
28 private static final int ALIGNMENT = 1;
49 super(ALIGNMENT, -1);
AnnotationItem.java 44 /** the required alignment for instances of this class */
45 private static final int ALIGNMENT = 1;
105 super(ALIGNMENT, -1);
DebugInfoItem.java 30 /** the required alignment for instances of this class */
31 private static final int ALIGNMENT = 1;
45 super (ALIGNMENT, -1);
MapItem.java 28 /** file alignment of this class, in bytes */
29 private static final int ALIGNMENT = 4;
126 super(ALIGNMENT, WRITE_SIZE);
162 super(ALIGNMENT, WRITE_SIZE);
TypeListItem.java 30 /** alignment requirement */
31 private static final int ALIGNMENT = 4;
48 super(ALIGNMENT, (list.size() * ELEMENT_SIZE) + HEADER_SIZE);
AnnotationsDirectoryItem.java 34 /** the required alignment for instances of this class */
35 private static final int ALIGNMENT = 4;
59 super(ALIGNMENT, -1);
CodeItem.java 45 /** file alignment of this class, in bytes */
46 private static final int ALIGNMENT = 4;
87 super(ALIGNMENT, -1);
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 571 milliseconds

12 3