Searched defs:WRITE_SIZE (Results 1 - 9 of 9) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationSetRefItem.java30 private static final int WRITE_SIZE = 4; field in class:AnnotationSetRefItem
41 super(ALIGNMENT, WRITE_SIZE);
H A DMemberIdItem.java30 public static final int WRITE_SIZE = 8; field in class:MemberIdItem
49 return WRITE_SIZE;
H A DTypeIdItem.java29 public static final int WRITE_SIZE = 4; field in class:TypeIdItem
49 return WRITE_SIZE;
H A DProtoIdItem.java32 public static final int WRITE_SIZE = 12; field in class:ProtoIdItem
109 return WRITE_SIZE;
H A DMapItem.java32 private static final int WRITE_SIZE = (4 * 3); field in class:MapItem
126 super(ALIGNMENT, WRITE_SIZE);
162 super(ALIGNMENT, WRITE_SIZE);
H A DStringIdItem.java29 public static final int WRITE_SIZE = 4; field in class:StringIdItem
83 return WRITE_SIZE;
H A DClassDefItem.java46 public static final int WRITE_SIZE = 32; field in class:ClassDefItem
125 return WRITE_SIZE;
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationSetRefItem.java30 private static final int WRITE_SIZE = 4; field in class:AnnotationSetRefItem
41 super(ALIGNMENT, WRITE_SIZE);
H A DMapItem.java31 private static final int WRITE_SIZE = (4 * 3); field in class:MapItem
125 super(ALIGNMENT, WRITE_SIZE);
161 super(ALIGNMENT, WRITE_SIZE);

Completed in 196 milliseconds