Searched refs:commands (Results 1 – 9 of 9) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ProcessTest.java | 61 String[] commands = { "cat", "-"}; in test_getOutputStream() local 62 Process p = Runtime.getRuntime().exec(commands, null, null); in test_getOutputStream() 89 String[] commands = { "cat", "--no-such-option"}; in test_getErrorStream() local 90 Process p = Runtime.getRuntime().exec(commands, null, null); in test_getErrorStream() 118 String[] commands = { "sh", "-c", "exit 0" }; in test_exitValue() local 119 Process process = Runtime.getRuntime().exec(commands, null, null); in test_exitValue() 147 String[] commands = { "sh", "-c", "exit 0"}; in test_destroy() local 148 Process process = Runtime.getRuntime().exec(commands, null, null); in test_destroy() 155 String[] commands = { "sh", "-c", "sleep 3000"}; in test_destroyForcibly() local 156 Process process = Runtime.getRuntime().exec(commands, null, null); in test_destroyForcibly() [all …]
|
D | ProcessManagerTest.java | 50 String[] commands = { "cat" }; in testCat() local 51 Process process = Runtime.getRuntime().exec(commands, null, null); in testCat() 64 String[] commands = { "sleep", "1" }; in testSleep() local 65 process = Runtime.getRuntime().exec(commands, null, null); in testSleep() 76 String[] commands = { "sleep", "1000"}; in testSleep() 78 process = Runtime.getRuntime().exec(commands, null, null); in testSleep() 129 String[] commands = { "sh", "-c", "pwd" }; in testPwd() local 131 commands, null, new File("/")); in testPwd() 137 String[] commands = { "sh", "-c", "echo $FOO" }; in testEnvironment() local 142 commands, environment, null); in testEnvironment() [all …]
|
D | Process2Test.java | 41 String[] commands = {"sh", "-c", "echo"}; in test_getErrorStream() local 44 process = Runtime.getRuntime().exec(commands, null, null); in test_getErrorStream()
|
/libcore/luni/src/test/resources/keystore/ |
D | README.md | 20 In the following commands `openssl1` refers to version 1.x of the
|
/libcore/tools/expected_upstream/ |
D | README.md | 70 The process is similar to the above commands, but needs to run 84 the change with the following commands
|
/libcore/ojluni/src/test/ |
D | LICENSE | 103 c) If the modified program normally reads commands interactively 320 The hypothetical commands `show w' and `show c' should show the appropriate 321 parts of the General Public License. Of course, the commands you use may
|
/libcore/ojluni/src/tools/ |
D | LICENSE | 103 c) If the modified program normally reads commands interactively 320 The hypothetical commands `show w' and `show c' should show the appropriate 321 parts of the General Public License. Of course, the commands you use may
|
/libcore/ |
D | LICENSE | 99 c) If the modified program normally reads commands interactively when run, 303 The hypothetical commands 'show w' and 'show c' should show the appropriate 304 parts of the General Public License. Of course, the commands you use may be
|
/libcore/ojluni/src/main/ |
D | LICENSE | 107 c) If the modified program normally reads commands interactively when run, 311 The hypothetical commands 'show w' and 'show c' should show the appropriate 312 parts of the General Public License. Of course, the commands you use may be
|