Searched defs:commands (Results 1 – 3 of 3) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ProcessTest.java | 56 String[] commands = { "cat", "-"}; in test_getOutputStream() local 84 String[] commands = { "cat", "--no-such-option"}; in test_getErrorStream() local 113 String[] commands = { "sh", "-c", "exit 0" }; in test_exitValue() local 142 String[] commands = { "sh", "-c", "exit 0"}; in test_destroy() local 150 String[] commands = { "sh", "-c", "sleep 3000"}; in test_destroyForcibly() local 158 String[] commands = { "sh", "-c", "sleep 3000"}; in test_isAlive() local 167 String[] commands = { "sh", "-c", "sleep 3000"}; in test_waitForTimeout() local 179 String[] commands = { "sh", "-c", "sleep 3000"}; in test_waitForTimeout_NPE() local
|
D | ProcessManagerTest.java | 36 String[] commands = { "cat" }; in testCat() local 50 String[] commands = { "sleep", "1" }; in testSleep() local 115 String[] commands = { "sh", "-c", "pwd" }; in testPwd() local 123 String[] commands = { "sh", "-c", "echo $FOO" }; in testEnvironment() local 183 String[] commands = { "ls", "/proc/self/fd" }; in testCloseNonStandardFds() local 221 String[] commands = { "doesnotexist" }; in testInvalidCommand() local
|
D | Process2Test.java | 41 String[] commands = {"sh", "-c", "echo"}; in test_getErrorStream() local
|