Searched refs:getSection (Results 1 - 2 of 2) sorted by last modified time

/dalvik/dx/src/com/android/dx/dex/
H A DTableOfContents.java123 Section section = getSection(type);
159 private Section getSection(short type) { method in class:TableOfContents
/dalvik/dx/src/com/android/dx/merge/
H A DDexMerger.java235 TableOfContents.Section aSection = getSection(dexA.getTableOfContents());
236 TableOfContents.Section bSection = getSection(dexB.getTableOfContents());
237 getSection(contentsOut).off = out.getPosition();
291 getSection(contentsOut).size = outCount;
299 getSection(contentsOut).off = out.getPosition();
320 getSection(contentsOut).size = outCount;
324 TableOfContents.Section section = getSection(source.getTableOfContents());
339 abstract TableOfContents.Section getSection(TableOfContents tableOfContents); method in class:DexMerger.IdMerger
377 @Override TableOfContents.Section getSection(TableOfContents tableOfContents) {
399 @Override TableOfContents.Section getSection(TableOfContent
[all...]

Completed in 97 milliseconds