Searched defs:execute (Results 1 – 17 of 17) sorted by relevance
41 public void execute() throws BuildException { in execute() method in SetupTask
104 public void execute() throws BuildException { in execute() method in IfElseTask
61 public void execute() throws BuildException { in execute() method in XPathTask
59 public void execute() throws BuildException { in execute() method in ZipAlignTask
106 public void execute() throws BuildException { in execute() method in DexExecTask
93 public void execute() throws BuildException { in execute() method in RenderScriptTask
77 public void execute() throws BuildException { in execute() method in AidlExecTask
197 public void execute() throws BuildException { in execute() method in ApkBuilderTask
288 public void execute() throws BuildException { in execute() method in AaptExecTask
136 public void execute() throws BuildException { in execute() method in NewSetupTask
44 void execute(IChimpDevice device) throws Exception; in execute() method
43 public void execute(IChimpDevice device) { in execute() method in TypeAction
39 public void execute(IChimpDevice device) throws Exception { in execute() method in WaitAction
51 public void execute(IChimpDevice device) throws Exception { in execute() method in TouchAction
65 public void execute(IChimpDevice device) { in execute() method in PressAction
80 public void execute(IChimpDevice device) { in execute() method in DragAction
31 public Process execute(IPath commandPath, String[] args, String[] env, IPath changeToDirectory, in execute() method in NdkCommandLauncher