/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/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/testcases/template/binary_test/ |
D | binary_test_case.py | 67 cmd='', argument 177 def cmd(self): member in BinaryTestCase 185 def cmd(self, cmd): member in BinaryTestCase
|
/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/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/hal/usb/gadget/V1_1/host/src/com/android/usb/gadget/vts/ |
D | VtsHalUsbGadgetV1_1HostTest.java | 86 String cmd = "svc usb resetUsbGadget"; in testResetUsbGadget() local
|
/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-testcase/vndk/golden/ |
D | dump_abi.py | 26 def _ExecuteCommand(cmd, **kwargs): argument
|
/test/vts/testcases/host/kernel_proc_file_api_test/ |
D | proc_utils.py | 164 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/vti/test_serving/configs/infra/test/androidtestcenter-test/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/prod/androidtestcenter/scripts/ |
D | home_bot_config.py | 128 def _exec_ssh_cmd(self, cmd): argument
|
/test/vts/utils/python/coverage/ |
D | coverage_utils.py | 681 def _ExecuteOneAdbShellCommand(self, dut, serial, cmd): argument
|
/test/vts/runners/host/ |
D | utils.py | 426 def start_standing_subprocess(cmd, check_health_delay=0): argument
|