Home
last modified time | relevance | path

Searched defs:command (Results 1 – 9 of 9) sorted by relevance

/test/vts-testcase/kernel/ltp/testcase/tools/
Dtest_case.py43 def __init__(self, testsuite, testname, command): argument
94 def command(self): member in TestCase
/test/vts/utils/python/mirror/
Dshell_mirror.py60 def Execute(self, command, no_except=False): argument
/test/vts-testcase/kernel/ltp/
Dtest_case.py46 def __init__(self, testsuite, testname, command): argument
97 def command(self): member in TestCase
/test/vts/utils/python/common/
Dcmd_utils.py84 def RunCommand(command): argument
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DSystemPackageUninstaller.java179 ITestDevice device, String command, String failureMessage) in executeShellCommandOrThrow()
192 ITestDevice device, String command, String failureMessage) in executeShellCommandOrLog()
/test/vts/utils/python/controllers/
Dandroid.py104 def _cmd(self, command, uid=None): argument
/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/util/
DTargetFileUtils.java146 String command = String.format("find %s -name \"%s\"", path, namePattern); in findFile() local
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py408 def ExecuteShellCommand(self, command, no_except=False): argument
435 def __ExecuteShellCommand(self, command): argument
/test/vts/runners/target/gtest/
Dgtest_main.cpp267 std::string command; in EnumerateTests() local