Searched refs:Section (Results 1 – 17 of 17) sorted by relevance
/dalvik/dx/src/com/android/dx/dex/file/ |
D | OffsettedItem.java | 38 private Section addedTo; 71 Section.validateAlignment(alignment); in OffsettedItem() 222 public final int place(Section addedTo, int offset) { in place() 300 protected void place0(Section addedTo, int offset) { in place0()
|
D | MapItem.java | 38 private final Section section; 67 public static void addMap(Section[] sections, in addMap() 80 for (Section section : sections) { in addMap() 124 private MapItem(ItemType type, Section section, Item firstItem, in MapItem() 161 private MapItem(Section section) { in MapItem()
|
D | DexFile.java | 96 private final Section[] sections; 127 sections = new Section[] { in DexFile() 399 /*package*/ Section getFirstDataSection() { in getFirstDataSection() 412 /*package*/ Section getLastDataSection() { in getLastDataSection() 503 Section one = sections[i]; in toDex0() 547 Section one = sections[i]; in toDex0() 594 for (Section s : sections) { in getStatistics()
|
D | Section.java | 27 public abstract class Section { class 69 public Section(String name, DexFile file, int alignment) { in Section() method in Section
|
D | HeaderItem.java | 68 Section firstDataSection = file.getFirstDataSection(); in writeTo() 69 Section lastDataSection = file.getLastDataSection(); in writeTo()
|
D | UniformItemSection.java | 29 public abstract class UniformItemSection extends Section {
|
D | EncodedArrayItem.java | 101 protected void place0(Section addedTo, int offset) { in place0()
|
D | AnnotationSetItem.java | 126 protected void place0(Section addedTo, int offset) { in place0()
|
D | Statistics.java | 60 public void addAll(Section list) { in addAll()
|
D | UniformListItem.java | 159 protected void place0(Section addedTo, int offset) { in place0()
|
D | DebugInfoItem.java | 72 protected void place0(Section addedTo, int offset) { in place0()
|
D | AnnotationItem.java | 152 protected void place0(Section addedTo, int offset) { in place0()
|
D | MixedItemSection.java | 41 public final class MixedItemSection extends Section {
|
D | AnnotationsDirectoryItem.java | 274 protected void place0(Section addedTo, int offset) { in place0()
|
D | CodeItem.java | 193 protected void place0(Section addedTo, int offset) { in place0()
|
D | ClassDataItem.java | 327 protected void place0(Section addedTo, int offset) { in place0()
|
/dalvik/libcore/ |
D | NOTICE | 328 rights granted under Section 2(b) shall terminate as of the date such
|