Home
last modified time | relevance | path

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

/libcore/dex/src/main/java/com/android/dex/
DTableOfContents.java211 public static class Section implements Comparable<Section> { class in TableOfContents
217 public Section(int type) { in Section() method in TableOfContents.Section
DDex.java513 public final class Section implements ByteInput, ByteOutput { class in Dex
518 private Section(String name, ByteBuffer data) { in Section() method in Dex.Section