Searched defs:ENDIAN_TAG (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DHeaderItem.java37 private static final int ENDIAN_TAG = 0x12345678; field in class:HeaderItem
81 out.annotate(4, "endian_tag: " + Hex.u4(ENDIAN_TAG));
97 out.writeInt(ENDIAN_TAG);
/dalvik/dx/src/com/android/dx/dex/
H A DDexFormat.java56 public static final int ENDIAN_TAG = 0x12345678; field in class:DexFormat

Completed in 23 milliseconds