Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNoisyDryRunTest.java64 List<CommandLine> commands = testCommandFile(listener, mCmdfile); in run() local
136 private void testCommandLines(ITestInvocationListener listener, List<CommandLine> commands) { in testCommandLines()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DRunHostCommandTargetPreparer.java192 private void runCommandList(final List<String> commands) { in runCommandList()
247 private void replaceSerialNumber(final List<String> commands, ITestDevice device) { in replaceSerialNumber()
DSystemUpdaterDeviceFlasher.java105 String commands = in installUpdate() local
DDeviceSetup.java865 private void runCommands(ITestDevice device, List<String> commands) in runCommands()
1000 public static void setCommandForBinaryState(BinaryState state, List<String> commands, in setCommandForBinaryState()
/tools/tradefederation/core/src/com/android/tradefed/command/
DVerify.java113 List<CommandFileParser.CommandLine> commands = parser.parseFile(cmdFile); in runVerify() local
DCommandScheduler.java1262 List<CommandLine> commands = parser.parseFile(cmdFile); in internalAddCommandFile() local
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_constants.py51 commands = { variable
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDeviceSetupTest.java1308 private void doCommandsExpectations(String... commands) in doCommandsExpectations()