HomeSort by relevance Sort by last modified time
    Searched defs:outputDex (Results 1 - 5 of 5) sorted by null

  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 317 DexFile outputDex = new DexFile(options);
320 outputDex.add(typeDeclaration.toClassDefItem());
324 return outputDex.toDex(null, false);
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 173 private static DexFile outputDex;
322 if (!outputDex.isEmpty() || (args.humanOutName != null)) {
323 outArray = writeDex(outputDex);
338 outputDex = null;
374 if (outputDex != null) {
377 dexOutputFutures.add(dexOutPool.submit(new DexWriter(outputDex)));
380 outputDex = null;
641 outputDex = new DexFile(args.dexOptions);
644 outputDex.setDumpWidth(args.dumpWidth);
649 if (outputDex != null)
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/
jack.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 277 milliseconds