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

/external/dexmaker/src/dx/java/com/android/dx/dex/
H A DDexFormat.java56 public static final int ENDIAN_TAG = 0x12345678; field in class:DexFormat
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DHeaderItem.java73 out.annotate(4, "endian_tag: " + Hex.u4(DexFormat.ENDIAN_TAG));
89 out.writeInt(DexFormat.ENDIAN_TAG);

Completed in 89 milliseconds