Home
last modified time | relevance | path

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

/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.java273 private int readIntoMap(Dex.Section in, TableOfContents.Section section, IndexMap indexMap, in readIntoMap() argument
276 if (index < section.size) { in readIntoMap()
319 TableOfContents.Section section = getSection(source.getTableOfContents()); in readUnsortedValues() local
320 if (!section.exists()) { in readUnsortedValues()
325 Dex.Section in = source.open(section.off); in readUnsortedValues()
326 for (int i = 0; i < section.size; i++) { in readUnsortedValues()
618 TableOfContents.Section section = in.getTableOfContents().annotationSets; in transformAnnotationSets() local
619 if (section.exists()) { in transformAnnotationSets()
620 Dex.Section setIn = in.open(section.off); in transformAnnotationSets()
621 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/dexdump/
DNOTICE89 (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,