Home
last modified time | relevance | path

Searched refs:TableOfContents (Results 1 – 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java32 import com.android.dex.TableOfContents;
83 private final TableOfContents contentsOut;
247 TableOfContents.Section[] sections = new TableOfContents.Section[dexes.length]; in mergeSorted()
287 private int readIntoMap(Dex.Section in, TableOfContents.Section section, IndexMap indexMap, in readIntoMap()
338 TableOfContents.Section section = getSection(source.getTableOfContents()); in readUnsortedValues()
353 abstract TableOfContents.Section getSection(TableOfContents tableOfContents); in getSection()
393 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeStringIds()
415 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeTypeIds()
439 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeTypeLists()
459 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) { in mergeProtoIds()
[all …]
DIndexMap.java50 import com.android.dex.TableOfContents;
77 public IndexMap(Dex target, TableOfContents tableOfContents) { in IndexMap()
/dalvik/dx/src/com/android/dx/io/
DDexIndexPrinter.java24 import com.android.dex.TableOfContents;
33 private final TableOfContents tableOfContents;
41 for (TableOfContents.Section section : tableOfContents.sections) { in printMap()
/dalvik/dx/src/com/android/dex/
DTableOfContents.java26 public final class TableOfContents { class
67 public TableOfContents() { in TableOfContents() method in TableOfContents
DDex.java61 private final TableOfContents tableOfContents = new TableOfContents();
167 public TableOfContents getTableOfContents() { in getTableOfContents()