/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 | 71 public String runPythonRunner(String[] cmd, CommandResult commandResult, long timeout) { in runPythonRunner() 97 public String runPythonRunner(String[] cmd, CommandResult commandResult, long timeout, in runPythonRunner()
|
/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-testcase/kernel/checkpoint/ |
D | checkpoint_utils.py | 27 def __init__(self, cmd, stdout, stderr, ret_code): argument 62 def RunCommand(cmd, timeout=None): argument
|
/test/vts/script/ |
D | diagnose.py | 24 def runCommand(cmd, description): argument
|
/test/vts/testcases/template/binary_test/ |
D | binary_test_case.py | 67 cmd='', argument 177 def cmd(self): member in BinaryTestCase 185 def cmd(self, cmd): argument
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsCoreUtil.cpp | 28 bool checkSubstringInCommandOutput(const char* cmd, const char* feature) { in checkSubstringInCommandOutput()
|
/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
|
/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/tools/vts-core-tradefed/src/com/android/tradefed/targetprep/ |
D | MultiSimPreparer.java | 95 private String executeCmd(String cmd) throws DeviceNotAvailableException { in executeCmd()
|
/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/vts-testcase/vndk/golden/ |
D | dump_abi.py | 26 def _ExecuteCommand(cmd, **kwargs): argument
|
/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/testcases/host/kernel_proc_file_api_test/ |
D | proc_utils.py | 157 def RunCommand(cmd, timeout=None): argument
|
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/ |
D | check_setup_cleanup.py | 217 def ExecuteShellCommand(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/prod/androidtestcenter/scripts/ |
D | home_bot_config.py | 128 def _exec_ssh_cmd(self, cmd): argument
|
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/ |
D | home_bot_config.py | 128 def _exec_ssh_cmd(self, cmd): argument
|