HomeSort by relevance Sort by last modified time
    Searched refs:dexOut (Results 1 - 3 of 3) sorted by null

  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 47 private final Dex dexOut;
102 dexOut = new Dex(writerSizes.size());
106 aIndexMap = new IndexMap(dexOut, aContents);
107 bIndexMap = new IndexMap(dexOut, bContents);
111 headerOut = dexOut.appendSection(writerSizes.header, "header");
112 idsDefsOut = dexOut.appendSection(writerSizes.idsDefs, "ids defs");
114 contentsOut = dexOut.getTableOfContents();
115 contentsOut.dataOff = dexOut.getNextSectionStart();
117 contentsOut.mapList.off = dexOut.getNextSectionStart();
119 mapListOut = dexOut.appendSection(writerSizes.mapList, "map list")
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
Dex.java 176 public void writeTo(File dexOut) throws IOException {
177 OutputStream out = new FileOutputStream(dexOut);
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 144 milliseconds