Searched defs:cmds (Results 1 – 6 of 6) sorted by relevance
78 String[] cmds = cmd.split("\\s+"); in executeHostCommand() local91 String[] cmds = cmd.split("\\s+"); in executeHostGTestCommand() local
625 List<CommandTracker> cmds = mScheduler.getCommandTrackers(); in testAddCommandFile() local673 List<CommandTracker> cmds = mScheduler.getCommandTrackers(); in testAddCommandFile_reload() local713 List<CommandTracker> cmds = mScheduler.getCommandTrackers(); in testAddCommandFile_twice() local
142 void setFastbootWipeDataCmds(Collection<String> cmds) { in setFastbootWipeDataCmds()
364 def exe_cmd(*cmds):
1895 List<CommandTracker> cmds = getCommandTrackers(); in displayCommandsInfo() local2215 List<ExecutableCommandState> cmds = new ArrayList<>(getAllCommandsSize()); in getAllCommands() local
227 def cmd(self, cmds, wait=None): argument