Searched defs:commands (Results 1 – 7 of 7) sorted by relevance
68 List<CommandLine> commands = testCommandFile(listener, mCmdfile); in run() local140 private void testCommandLines(ITestInvocationListener listener, List<CommandLine> commands) { in testCommandLines()
195 private void runCommandList(final List<String> commands, ITestDevice device) in runCommandList()255 private void replaceSerialNumber(final List<String> commands, ITestDevice device) { in replaceSerialNumber()
105 String commands = in installUpdate() local
449 List<ClusterCommand> commands = null; in processReadyCommands() local563 List<ClusterCommand> commands = in fetchHostCommands() local583 void execCommands(final List<ClusterCommand> commands) { in execCommands()
872 private void runCommands(ITestDevice device, List<String> commands) in runCommands()1017 public static void setCommandForBinaryState(BinaryState state, List<String> commands, in setCommandForBinaryState()
1364 private void doCommandsExpectations(String... commands) in doCommandsExpectations()
1376 List<CommandLine> commands = parser.parseFile(cmdFile); in internalAddCommandFile() local