Searched refs:HeaderSection (Results 1 - 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DHeaderSection.java28 public final class HeaderSection extends UniformItemSection { class in inherits:UniformItemSection
37 public HeaderSection(DexFile file) { method in class:HeaderSection
H A DDexFile.java89 private final HeaderSection header;
107 header = new HeaderSection(this);
221 * the {@link HeaderSection} to set itself up properly.</p>
/dalvik/dx/src/com/android/dx/dex/file/
H A DHeaderSection.java28 public final class HeaderSection extends UniformItemSection { class in inherits:UniformItemSection
37 public HeaderSection(DexFile file) { method in class:HeaderSection
H A DDexFile.java94 private final HeaderSection header;
114 header = new HeaderSection(this);
242 * the {@link HeaderSection} to set itself up properly.</p>

Completed in 1891 milliseconds