HomeSort by relevance Sort by last modified time
    Searched refs:WRITE_SIZE (Results 1 - 12 of 12) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetRefItem.java 30 private static final int WRITE_SIZE = 4;
41 super(ALIGNMENT, WRITE_SIZE);
StringIdItem.java 29 public static final int WRITE_SIZE = 4;
83 return WRITE_SIZE;
TypeIdItem.java 29 public static final int WRITE_SIZE = 4;
49 return WRITE_SIZE;
MemberIdItem.java 30 public static final int WRITE_SIZE = 8;
49 return WRITE_SIZE;
MapItem.java 32 private static final int WRITE_SIZE = (4 * 3);
126 super(ALIGNMENT, WRITE_SIZE);
162 super(ALIGNMENT, WRITE_SIZE);
ProtoIdItem.java 32 public static final int WRITE_SIZE = 12;
109 return WRITE_SIZE;
ClassDefItem.java 46 public static final int WRITE_SIZE = 32;
125 return WRITE_SIZE;
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetRefItem.java 30 private static final int WRITE_SIZE = 4;
41 super(ALIGNMENT, WRITE_SIZE);
MapItem.java 31 private static final int WRITE_SIZE = (4 * 3);
125 super(ALIGNMENT, WRITE_SIZE);
161 super(ALIGNMENT, WRITE_SIZE);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetRefItem.java 30 private static final int WRITE_SIZE = 4;
41 super(ALIGNMENT, WRITE_SIZE);
MapItem.java 32 private static final int WRITE_SIZE = (4 * 3);
126 super(ALIGNMENT, WRITE_SIZE);
162 super(ALIGNMENT, WRITE_SIZE);
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 158 milliseconds