/test/vts/utils/python/common/ |
D | cmd_utils.py | 33 def _ExecuteOneShellCommandWithTimeout(cmd, argument 103 def ExecuteOneShellCommand(cmd, timeout=None, callback_on_timeout=None, *args): argument 131 def ExecuteShellCommand(cmd): argument
|
D | cmd_result.py | 47 def __init__(self, stdout, stderr, returncode, cmd=None, exception=None): argument 80 def cmd(self): member in CmdResult 95 def AddResult(self, stdout, stderr, returncode, cmd=None, exception=None): argument
|
/test/vts/testcases/vts_selftest/manual_tests/shell_performance/ |
D | VtsSelfTestShellPerformance.py | 38 def VtsShell(self, cmd, n): argument 48 def AdbShell(self, cmd, n): argument 58 def VtsShellList(self, cmd, n): argument
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/ |
D | CmdUtil.java | 49 public boolean waitCmdResultWithDelay(ITestDevice device, String cmd, in waitCmdResultWithDelay() 98 public boolean retry(ITestDevice device, String cmd, String validation_cmd, in retry() 114 public boolean retry(ITestDevice device, String cmd, String validation_cmd, in retry() 135 protected boolean validateCmdSuccess(ITestDevice device, String cmd, in validateCmdSuccess()
|
D | VtsPythonRunnerHelper.java | 63 protected ProcessHelper createProcessHelper(String[] cmd) throws IOException { in createProcessHelper() 76 public String runPythonRunner(String[] cmd, CommandResult commandResult, long timeout) { in runPythonRunner()
|
/test/vts/script/ |
D | diagnose.py | 24 def runCommand(cmd, description): argument
|
/test/vts/utils/python/controllers/ |
D | adb.py | 38 def __init__(self, cmd, stdout, stderr, ret_code): argument 128 def _exec_cmd(self, cmd, no_except=False, timeout=DEFAULT_ADB_TIMEOUT): argument 197 def _quote_wrap_shell_command(self, cmd): argument
|
D | android.py | 60 cmd='initiate', argument
|
/test/vts/testcases/template/binary_test/ |
D | binary_test_case.py | 66 cmd='', argument 175 def cmd(self): member in BinaryTestCase 183 def cmd(self, cmd): argument
|
/test/vti/test_serving/gae/testing/ |
D | e2e_test.py | 33 def ExecuteOneShellCommand(cmd): argument
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/ |
D | VtsCoveragePreparer.java | 157 String[] cmd = cmdString.split("\\s+"); in setUp() local 174 String[] cmd = cmdString.split("\\s+"); in setUp() local 186 String[] cmd = cmdString.split("\\s+"); in setUp() local
|
D | VtsMultiSimPreparer.java | 84 private String executeCmd(String cmd) throws DeviceNotAvailableException { in executeCmd()
|
D | VtsDevicePreparer.java | 495 String cmd = "ps -g system | grep system_server"; in isFrameworkRunning() local
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | CoverageRestServlet.java | 83 String cmd = request.getParameter("cmd"); in doPost() local 151 String cmd, String coverageId, String testName, String testRunId) { in postCoverageData()
|
/test/vts-testcase/vndk/golden/ |
D | dump_abi.py | 26 def _ExecuteCommand(cmd, **kwargs): argument
|
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/ |
D | VtsHalAdapterPreparerTest.java | 66 public boolean waitCmdResultWithDelay(ITestDevice device, String cmd, in waitCmdResultWithDelay() 72 public boolean retry(ITestDevice device, String cmd, String validation_cmd, in retry()
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_test.py | 111 def _ExecuteCommand(cmd): argument
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/device/metric/ |
D | VtsCoverageCollector.java | 96 String[] cmd = cmdString.split("\\s+"); in onTestRunEnd() local
|
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/ |
D | VtsMultiDeviceTestTest.java | 99 private void assertCommand(String[] cmd) { in assertCommand()
|
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/ |
D | check_setup_cleanup.py | 217 def ExecuteShellCommand(self, cmd): argument
|
/test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/ |
D | home_bot_config.py | 128 def _exec_ssh_cmd(self, cmd): argument
|
/test/vts-testcase/security/poc/target/kernel_wifi/31707909/ |
D | poc.cpp | 57 uint cmd; /* common ioctl definition */ member
|
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/ |
D | home_bot_config.py | 128 def _exec_ssh_cmd(self, cmd): argument
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/ |
D | VtsFuzzTest.java | 281 String cmd = getVtsFuzzTestCmdLine(fullPath, flags); in runTest() local
|
/test/vts/agents/hal/ |
D | SocketClientToDriver.cpp | 152 for (const auto& cmd : shell_command) { in ExecuteShellCommand() local
|