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

  /external/emma/core/java12/
emma.java 36 final String [] commandArgs = new String [args.length - 1];
37 System.arraycopy (args, 1, commandArgs, 0, commandArgs.length);
39 final Command command = Command.create (commandName, "emma ".concat (commandName), commandArgs);
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
AddCommandOp.java 27 private static final String COMMAND_ARGS = "commandArgs";
32 AddCommandOp(long totalTime, String... commandArgs) {
34 mCommandArgs = commandArgs;
47 String[] commandArgs = new String[jsonArgs.length()];
48 for (int i = 0; i < commandArgs.length; i++) {
49 commandArgs[i] = jsonArgs.getString(i);
51 return new AddCommandOp(totalTime, commandArgs);
ExecCommandOp.java 28 private static final String COMMAND_ARGS = "commandArgs";
33 ExecCommandOp(String serial, String... commandArgs) {
35 mCommandArgs = commandArgs;
48 String[] commandArgs = new String[jsonArgs.length()];
49 for (int i = 0; i < commandArgs.length; i++) {
50 commandArgs[i] = jsonArgs.getString(i);
52 return new ExecCommandOp(serial, commandArgs);
IRemoteClient.java 59 * @param commandArgs the command arguments, in [configname] [option] format
62 public void sendAddCommand(long elapsedTimeMs, String... commandArgs) throws RemoteException;
86 * @param commandArgs the command arguments, in [configname] [option] format
89 public void sendExecCommand(String serial, String[] commandArgs) throws RemoteException;
RemoteClient.java 156 public void sendAddCommand(long totalTime, String... commandArgs) throws RemoteException {
157 sendOperation(new AddCommandOp(totalTime, commandArgs));
214 public void sendExecCommand(String serial, String[] commandArgs) throws RemoteException {
215 sendOperation(new ExecCommandOp(serial, commandArgs));
  /external/deqp/scripts/egl/
library.py 24 from khr_util.format import indentLines, commandParams, commandArgs
52 arguments = commandArgs(command))
  /external/deqp/scripts/opengl/
gen_wrapper.py 69 arguments = commandArgs(command))
src_util.py 163 commandArgs = khr_util.format.commandArgs
  /tools/tradefederation/core/src/com/android/tradefed/device/
INativeDevice.java 243 * @param commandArgs the adb command and arguments to run
248 public String executeAdbCommand(String... commandArgs) throws DeviceNotAvailableException;
256 * @param commandArgs the fastboot command and arguments to run
261 public CommandResult executeFastbootCommand(String... commandArgs)
270 * @param commandArgs the fastboot command and arguments to run
275 public CommandResult executeFastbootCommand(long timeout, String... commandArgs)
283 * @param commandArgs the fastboot command and arguments to run
288 public CommandResult executeLongFastbootCommand(String... commandArgs)
    [all...]
NativeDevice.java     [all...]
  /external/deqp/scripts/khr_util/
format.py 116 def commandArgs (command):
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 4390 milliseconds