Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNoisyDryRunTest.java68 List<CommandLine> commands = testCommandFile(listener, mCmdfile); in run() local
140 private void testCommandLines(ITestInvocationListener listener, List<CommandLine> commands) { in testCommandLines()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DRunHostCommandTargetPreparer.java195 private void runCommandList(final List<String> commands, ITestDevice device) in runCommandList()
255 private void replaceSerialNumber(final List<String> commands, ITestDevice device) { in replaceSerialNumber()
DSystemUpdaterDeviceFlasher.java105 String commands = in installUpdate() local
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandScheduler.java449 List<ClusterCommand> commands = null; in processReadyCommands() local
563 List<ClusterCommand> commands = in fetchHostCommands() local
583 void execCommands(final List<ClusterCommand> commands) { in execCommands()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java872 private void runCommands(ITestDevice device, List<String> commands) in runCommands()
1017 public static void setCommandForBinaryState(BinaryState state, List<String> commands, in setCommandForBinaryState()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDeviceSetupTest.java1364 private void doCommandsExpectations(String... commands) in doCommandsExpectations()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1376 List<CommandLine> commands = parser.parseFile(cmdFile); in internalAddCommandFile() local