Searched defs:command (Results 1 – 9 of 9) sorted by relevance
/test/vts-testcase/kernel/ltp/testcase/tools/ |
D | test_case.py | 43 def __init__(self, testsuite, testname, command): argument 94 def command(self): member in TestCase
|
/test/vts/utils/python/mirror/ |
D | shell_mirror.py | 60 def Execute(self, command, no_except=False): argument
|
/test/vts-testcase/kernel/ltp/ |
D | test_case.py | 46 def __init__(self, testsuite, testname, command): argument 97 def command(self): member in TestCase
|
/test/vts/utils/python/common/ |
D | cmd_utils.py | 84 def RunCommand(command): argument
|
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
D | SystemPackageUninstaller.java | 179 ITestDevice device, String command, String failureMessage) in executeShellCommandOrThrow() 192 ITestDevice device, String command, String failureMessage) in executeShellCommandOrLog()
|
/test/vts/utils/python/controllers/ |
D | android.py | 104 def _cmd(self, command, uid=None): argument
|
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/util/ |
D | TargetFileUtils.java | 146 String command = String.format("find %s -name \"%s\"", path, namePattern); in findFile() local
|
/test/vts/runners/host/tcp_client/ |
D | vts_tcp_client.py | 408 def ExecuteShellCommand(self, command, no_except=False): argument 435 def __ExecuteShellCommand(self, command): argument
|
/test/vts/runners/target/gtest/ |
D | gtest_main.cpp | 267 std::string command; in EnumerateTests() local
|