Searched refs:command (Results 1 – 23 of 23) sorted by relevance
17 package com.android.dx.command;106 com.android.dx.command.dexer.Main.main(without(args, i)); in main()109 com.android.dx.command.dump.Main.main(without(args, i)); in main()112 com.android.dx.command.annotool.Main.main( in main()116 com.android.dx.command.findusages.Main.main(without(args, i)); in main()
17 package com.android.dx.command;
1 Main-Class: com.android.dx.command.Main
17 package com.android.dx.command.dump;
17 package com.android.dx.command.grep;
17 package com.android.dx.command.findusages;
... public void run () String[] params String command java.io.BufferedReader in java.io. ...
125 ViewDebug.java:574@002f: move-object v4:"command"Ljava/lang/String; <- v11:Lj
22 import com.android.dx.command.dexer.Main;
17 package com.android.dx.command.annotool;
17 package com.android.dx.command.dexer;30 import com.android.dx.command.DxConsole;31 import com.android.dx.command.UsageException;
1681 char command[1024]; in createInclusiveProfileGraphNew() local1682 snprintf(command, 1024, "dot -Tpng -o \"%s\" \"%s\"", gOptions.graphFileName, path); in createInclusiveProfileGraphNew()1684 system(command); in createInclusiveProfileGraphNew()