Home
last modified time | relevance | path

Searched defs:Section (Results 1 – 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DSection.java27 public abstract class Section { class
69 public Section(String name, DexFile file, int alignment) { in Section() method in Section
/dalvik/dx/src/com/android/dx/dex/file/
DSection.java26 public abstract class Section { class
68 public Section(String name, DexFile file, int alignment) { in Section() method in Section
/dalvik/dx/src/com/android/dex/
DTableOfContents.java219 public static class Section implements Comparable<Section> { class in TableOfContents
225 public Section(int type) { in Section() method in TableOfContents.Section
DDex.java328 public final class Section implements ByteInput, ByteOutput { class in Dex
333 private Section(String name, ByteBuffer data) { in Section() method in Dex.Section