Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DProcessTest.java61 String[] commands = { "cat", "-"}; in test_getOutputStream() local
89 String[] commands = { "cat", "--no-such-option"}; in test_getErrorStream() local
118 String[] commands = { "sh", "-c", "exit 0" }; in test_exitValue() local
147 String[] commands = { "sh", "-c", "exit 0"}; in test_destroy() local
155 String[] commands = { "sh", "-c", "sleep 3000"}; in test_destroyForcibly() local
163 String[] commands = { "sh", "-c", "sleep 3000"}; in test_isAlive() local
172 String[] commands = { "sh", "-c", "sleep 3000"}; in test_waitForTimeout() local
184 String[] commands = { "sh", "-c", "sleep 3000"}; in test_waitForTimeout_NPE() local
DProcessManagerTest.java50 String[] commands = { "cat" }; in testCat() local
64 String[] commands = { "sleep", "1" }; in testSleep() local
129 String[] commands = { "sh", "-c", "pwd" }; in testPwd() local
137 String[] commands = { "sh", "-c", "echo $FOO" }; in testEnvironment() local
195 String[] commands = { "ls", "/proc/self/fd" }; in testCloseNonStandardFds() local
233 String[] commands = { "doesnotexist" }; in testInvalidCommand() local
DProcess2Test.java41 String[] commands = {"sh", "-c", "echo"}; in test_getErrorStream() local