Searched refs:command (Results 1 - 24 of 24) sorted by relevance

/dalvik/dx/src/com/android/dx/command/
H A DUsageException.java17 package com.android.dx.command;
20 * Simple exception class used to communicate that the command-line tool
H A DDxConsole.java17 package com.android.dx.command;
H A DMain.java17 package com.android.dx.command;
103 com.android.dx.command.dexer.Main.main(without(args, i));
106 com.android.dx.command.dump.Main.main(without(args, i));
109 com.android.dx.command.annotool.Main.main(
113 com.android.dx.command.findusages.Main.main(without(args, i));
146 System.err.println("error: no command specified");
/dalvik/dx/src/com/android/dx/command/dump/
H A DArgs.java17 package com.android.dx.command.dump;
20 * contains command line parsedArgs values
H A DClassDumper.java17 package com.android.dx.command.dump;
H A DMain.java17 package com.android.dx.command.dump;
H A DBaseDumper.java17 package com.android.dx.command.dump;
H A DDotDumper.java17 package com.android.dx.command.dump;
H A DSsaDumper.java17 package com.android.dx.command.dump;
H A DBlockDumper.java17 package com.android.dx.command.dump;
/dalvik/dx/src/com/android/dx/command/findusages/
H A DMain.java17 package com.android.dx.command.findusages;
H A DFindUsages.java17 package com.android.dx.command.findusages;
/dalvik/dx/src/com/android/dx/command/grep/
H A DMain.java17 package com.android.dx.command.grep;
H A DGrep.java17 package com.android.dx.command.grep;
/dalvik/dx/tests/098-dex-jsr-ret-throw/
H A DViewDebug$ViewServer.class ... io.IOException e public void run () String[] params String command java.io.BufferedReader in java.io. ...
/dalvik/tools/
H A Ddeadcode.py101 command = 'dx --dex --dump-width=1000 --dump-to=-"" "%s"' % sys.argv[1]
103 pipe = os.popen(command)
/dalvik/dexdump/
H A DAndroid.mk33 ## Build the device command line tool dexdump
62 ## Build the host command line tool dexdump
/dalvik/dx/src/com/android/dx/dex/file/
H A DMemberIdsSection.java21 import com.android.dx.command.dexer.Main;
H A DTypeIdsSection.java21 import com.android.dx.command.dexer.Main;
/dalvik/dx/src/com/android/dx/command/annotool/
H A DMain.java17 package com.android.dx.command.annotool;
H A DAnnotationLister.java17 package com.android.dx.command.annotool;
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java17 package com.android.dx.command.dexer;
30 import com.android.dx.command.DxConsole;
31 import com.android.dx.command.UsageException;
154 /** {@code non-null;} parsed command-line arguments */
193 * @param argArray the command line arguments
1350 * Parses the given command-line arguments.
/dalvik/vm/
H A DDvm.mk20 # for the exact command.)
/dalvik/tools/dmtracedump/
H A DTraceDump.c1681 char command[1024]; local
1682 snprintf(command, 1024, "dot -Tpng -o '%s' '%s'", gOptions.graphFileName, path);
1684 system(command);

Completed in 320 milliseconds