Searched defs:endianTag (Results 1 - 4 of 4) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DHeaderItem.java187 int endianTag = dexFile.readInt(out.getCursor());
188 out.annotate(4, "endian_tag: 0x%x (%s)", endianTag, getEndianText(endianTag));
223 private static String getEndianText(int endianTag) { argument
224 if (endianTag == LITTLE_ENDIAN_TAG) {
227 if (endianTag == BIG_ENDIAN_TAG) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1208 milliseconds