Home
last modified time | relevance | path

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

/test/vts/utils/python/common/
Dcmd_utils.py42 def ExecuteOneShellCommand(cmd): argument
57 def ExecuteShellCommand(cmd): argument
/test/vts/script/
Ddiagnose.py24 def runCommand(cmd, description): argument
/test/vts/testcases/template/binary_test/
Dbinary_test_case.py63 cmd='', argument
148 def cmd(self): member in BinaryTestCase
156 def cmd(self, cmd): member in BinaryTestCase
/test/vts/utils/python/controllers/
Dadb.py28 def __init__(self, cmd, stdout, stderr, ret_code): argument
124 def _exec_cmd(self, cmd): argument
Dandroid.py60 cmd='initiate', argument
Dsl4a_client.py177 def open(self, cmd=Sl4aCommand.INIT): argument
/test/vts/utils/python/controllers/attenuator_lib/
D_tnhelper.py59 def cmd(self, cmd_str, wait_ret=True): member in _TNHelper
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
Dcheck_setup_cleanup.py217 def ExecuteShellCommand(self, cmd): argument
/test/vts-testcase/security/poc/target/kernel_wifi/31707909/
Dpoc.cpp57 uint cmd; /* common ioctl definition */ member
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsFuzzTest.java233 String cmd = getVtsFuzzTestCmdLine(fullPath, flags); in runTest() local
DVtsMultiDeviceTest.java804 String[] cmd; in doRunTest() local
/test/vts/agents/hal/
DSocketClientToDriver.cpp188 for (const auto& cmd : shell_command) { in ExecuteShellCommand() local
DAgentRequestHandler.cpp151 char* cmd = NULL; local
/test/vts/runners/host/
Dutils.py365 def start_standing_subprocess(cmd, check_health_delay=0): argument