Searched refs:extraArgs (Results 1 – 5 of 5) sorted by relevance
30 def launch (extraArgs = ""): argument37 if len(extraArgs) > 0:38 adbCmd += " %s" % extraArgs
31 def install (extraArgs = [], printPrefix=""): argument33 common.execArgsInDirectory([common.ADB_BIN] + extraArgs + [40 common.execArgsInDirectory([common.ADB_BIN] + extraArgs + [
193 Object... extraArgs) { in error() argument195 builder.addError(String.format(enclosedError, extraArgs), method); in error()197 Object[] newArgs = new Object[extraArgs.length + 1]; in error()199 System.arraycopy(extraArgs, 0, newArgs, 1, extraArgs.length); in error()
20 my $extraArgs; # stuff that always gets passed to the test program