Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 19 of 19) sorted by relevance

/test/vts/utils/python/common/
Dcmd_utils.py33 def _ExecuteOneShellCommandWithTimeout(cmd, argument
103 def ExecuteOneShellCommand(cmd, timeout=None, callback_on_timeout=None, *args): argument
131 def ExecuteShellCommand(cmd): argument
Dcmd_result.py47 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/
Dadb.py38 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
Dandroid.py60 cmd='initiate', argument
/test/vts-testcase/kernel/checkpoint/
Dcheckpoint_utils.py27 def __init__(self, cmd, stdout, stderr, ret_code): argument
62 def RunCommand(cmd, timeout=None): argument
/test/vts/testcases/template/binary_test/
Dbinary_test_case.py67 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/
DVtsCoreUtil.cpp28 bool checkSubstringInCommandOutput(const char* cmd, const char* feature) { in checkSubstringInCommandOutput()
/test/vti/test_serving/gae/testing/
De2e_test.py33 def ExecuteOneShellCommand(cmd): argument
/test/vti/dashboard/src/main/java/com/android/vts/api/
DCoverageRestServlet.java83 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/
DVtsHalUsbGadgetV1_1HostTest.java86 String cmd = "svc usb resetUsbGadget"; in testResetUsbGadget() local
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/targetprep/
DMultiSimPreparer.java95 private String executeCmd(String cmd) throws DeviceNotAvailableException { in executeCmd()
/test/vts-testcase/vndk/golden/
Ddump_abi.py26 def _ExecuteCommand(cmd, **kwargs): argument
/test/vts/testcases/host/kernel_proc_file_api_test/
Dproc_utils.py164 def RunCommand(cmd, timeout=None): argument
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
Dcheck_setup_cleanup.py217 def ExecuteShellCommand(self, cmd): argument
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/
Dhome_bot_config.py128 def _exec_ssh_cmd(self, cmd): argument
/test/vts-testcase/security/poc/target/kernel_wifi/31707909/
Dpoc.cpp57 uint cmd; /* common ioctl definition */ member
/test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/
Dhome_bot_config.py128 def _exec_ssh_cmd(self, cmd): argument
/test/vts/utils/python/coverage/
Dcoverage_utils.py681 def _ExecuteOneAdbShellCommand(self, dut, serial, cmd): argument
/test/vts/runners/host/
Dutils.py426 def start_standing_subprocess(cmd, check_health_delay=0): argument