Searched refs:HeaderItem (Results 1 - 5 of 5) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DHeaderSection.java30 private final List<HeaderItem> list;
40 HeaderItem item = new HeaderItem();
H A DHeaderItem.java28 public final class HeaderItem extends IndexedItem { class in inherits:IndexedItem
32 public HeaderItem() { method in class:HeaderItem
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DDexFile.java332 for (int i=0; i<HeaderItem.MAGIC_VALUES.length; i++) {
333 byte[] magic_value = HeaderItem.MAGIC_VALUES[i];
390 HeaderItem.readFrom(in, 0, readContext);
641 int offset = HeaderItem.placeAt(0, 0);
701 HeaderItem.writeTo(out);
730 public final HeaderItem HeaderItem = new HeaderItem(this); field in class:DexFile
H A DHeaderItem.java36 public class HeaderItem extends Item<HeaderItem> { class in inherits:Item
61 * Create a new uninitialized <code>HeaderItem</code>
62 * @param dexFile The <code>DexFile</code> containing this <code>HeaderItem</code>
64 protected HeaderItem(final DexFile dexFile) { method in class:HeaderItem
268 public int compareTo(HeaderItem o) {
276 * Note that this should only be called if this HeaderItem is from a DexFile that was read from disk, as opposed
290 * Note that this should only be called if this HeaderItem is from a DexFile that was read from disk, as opposed
/external/smali/smali/src/main/java/org/jf/smali/
H A Dmain.java195 dexFile.HeaderItem.setVersion(36);

Completed in 119 milliseconds