Searched defs:process (Results 1 – 7 of 7) sorted by relevance
| /libcore/luni/src/test/java/tests/api/java/lang/ |
| D | ProcessManagerTest.java | 34 Process process = null; field in ProcessManagerTest 39 Process process = Runtime.getRuntime().exec(commands, null, null); in testCat() local 116 Process process = Runtime.getRuntime().exec( in testPwd() local 127 Process process = Runtime.getRuntime().exec( in testEnvironment() local 133 String readLine(Process process) throws IOException { in readLine() 139 void logErrors(final Process process) throws IOException { in logErrors() 185 Process process = Runtime.getRuntime().exec(commands, null, null); in testCloseNonStandardFds() local 205 private int countLines(Process process) throws IOException { in countLines()
|
| D | ProcessTest.java | 116 Process process = Runtime.getRuntime().exec(commands, null, null); in test_exitValue() local 153 Process process = Runtime.getRuntime().exec(commands, null, null); in test_destroy() local
|
| D | Process2Test.java | 49 Process process = null; in test_getErrorStream() local
|
| /libcore/luni/src/test/java/libcore/java/lang/ |
| D | ProcessBuilderTest.java | 58 Process process = new ProcessBuilder(shell(), "-c", "echo out; echo err 1>&2").start(); in testDestroyClosesEverything() local 89 Process process = new ProcessBuilder(shell(), "-c", "echo out; echo err 1>&2").start(); in testDestroyDoesNotLeak() local
|
| /libcore/support/src/test/java/tests/support/ |
| D | Support_Exec.java | 84 Process process = builder.start(); in execAndGetOutput() local 124 Process process = builder.start(); in execAndCheckOutput() local
|
| /libcore/luni/src/main/java/java/lang/ |
| D | ProcessManager.java | 127 ProcessImpl process = processReference.get(); in onExit() local 218 ProcessImpl process = new ProcessImpl(pid, in, out, err); in exec() local
|
| /libcore/luni/src/main/native/ |
| D | libcore_io_Posix.cpp | 381 jobject process(const char* syscall, int error) { in process() function in Passwd
|