Home
last modified time | relevance | path

Searched refs:section (Results 1 – 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dex/
DTableOfContents.java129 Section section = getSection(type); in readMap() local
133 if ((section.size != 0 && section.size != size) in readMap()
134 || (section.off != -1 && section.off != offset)) { in readMap()
138 section.size = size; in readMap()
139 section.off = offset; in readMap()
141 if (previous != null && previous.off > section.off) { in readMap()
142 throw new DexException("Map is unsorted at " + previous + ", " + section); in readMap()
145 previous = section; in readMap()
153 Section section = sections[i]; in computeSizesFromOffsets() local
154 if (section.off == -1) { in computeSizesFromOffsets()
[all …]
/dalvik/dx/src/com/android/dx/dex/file/
DMapItem.java37 private final Section section; field in MapItem
79 for (Section section : sections) { in addMap()
85 for (Item item : section.items()) { in addMap()
89 items.add(new MapItem(currentType, section, in addMap()
102 items.add(new MapItem(currentType, section, in addMap()
104 } else if (section == mapSection) { in addMap()
123 private MapItem(ItemType type, Section section, Item firstItem, in MapItem() argument
131 if (section == null) { in MapItem()
148 this.section = section; in MapItem()
160 private MapItem(Section section) { in MapItem() argument
[all …]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DMapItem.java38 private final Section section; field in MapItem
80 for (Section section : sections) { in addMap()
86 for (Item item : section.items()) { in addMap()
90 items.add(new MapItem(currentType, section, in addMap()
103 items.add(new MapItem(currentType, section, in addMap()
105 } else if (section == mapSection) { in addMap()
124 private MapItem(ItemType type, Section section, Item firstItem, in MapItem() argument
132 if (section == null) { in MapItem()
149 this.section = section; in MapItem()
161 private MapItem(Section section) { in MapItem() argument
[all …]
/dalvik/dx/src/com/android/dx/io/
DDexIndexPrinter.java41 for (TableOfContents.Section section : tableOfContents.sections) { in printMap()
42 if (section.off != -1) { in printMap()
43 System.out.println("section " + Integer.toHexString(section.type) in printMap()
44 + " off=" + Integer.toHexString(section.off) in printMap()
45 + " size=" + Integer.toHexString(section.size) in printMap()
46 + " byteCount=" + Integer.toHexString(section.byteCount)); in printMap()
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java287 private int readIntoMap(Dex.Section in, TableOfContents.Section section, IndexMap indexMap, in readIntoMap() argument
290 if (index < section.size) { in readIntoMap()
338 TableOfContents.Section section = getSection(source.getTableOfContents()); in readUnsortedValues() local
339 if (!section.exists()) { in readUnsortedValues()
344 Dex.Section in = source.open(section.off); in readUnsortedValues()
345 for (int i = 0; i < section.size; i++) { in readUnsortedValues()
687 TableOfContents.Section section = in.getTableOfContents().annotationSets; in transformAnnotationSets() local
688 if (section.exists()) { in transformAnnotationSets()
689 Dex.Section setIn = in.open(section.off); in transformAnnotationSets()
690 for (int i = 0; i < section.size; i++) { in transformAnnotationSets()
[all …]
/dalvik/
DNOTICE2 == NOTICE file corresponding to the section 4 d of ==
94 (except as stated in this section) patent license to make, have made,
/dalvik/dx/
DNOTICE89 (except as stated in this section) patent license to make, have made,