Searched defs:cmd (Results 1 – 9 of 9) sorted by relevance
42 String cmd = intent.getStringExtra(packageName + ".cmd"); in onStartCommand() local
134 String cmd = AbiFormatter.formatCmdForAbi(cmdLine, mAbi.getBitness()); in run() local
239 def executeOnDevice(self, cmd, reportErrors = True): argument243 def executeLocal(self, cmd, check_status = True): argument
529 def _run(cmd): argument
329 final StringBuilder cmd = new StringBuilder(); in run() local
584 final String cmd = "am instrument --user " + userId + " -w -r -e class " + testClassName in doRunTestsAsUser() local
454 … private void sendReplyWithData(int cmd, int errorCode, int len, byte[] data) throws IOException { in sendReplyWithData()
525 public void processSocketCommand(String cmd) in processSocketCommand()
93 function Mandreel_setTimeout(cmd, delay) { argument