Searched defs:process (Results 1 – 6 of 6) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ProcessManagerTest.java | 32 Process process = null; field in ProcessManagerTest 37 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 207 private int countLines(Process process) throws IOException { in countLines()
|
D | ProcessTest.java | 114 Process process = Runtime.getRuntime().exec(commands, null, null); in test_exitValue() local 143 Process process = Runtime.getRuntime().exec(commands, null, null); in test_destroy() local 151 Process process = Runtime.getRuntime().exec(commands, null, null); in test_destroyForcibly() local 159 Process process = Runtime.getRuntime().exec(commands, null, null); in test_isAlive() local 168 Process process = Runtime.getRuntime().exec(commands, null, null); in test_waitForTimeout() local 180 Process process = Runtime.getRuntime().exec(commands, null, null); in test_waitForTimeout_NPE() local
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ProcessBuilderTest.java | 85 Process process = new ProcessBuilder(shell()) in testRedirectErrorStream_outputAndErrorAreMerged() local 105 Process process = new ProcessBuilder() in testRedirectInherit() local 201 Process process = new ProcessBuilder("ls", missingFilePath) in testRedirectPipe_error() local 214 Process process = new ProcessBuilder() in testRedirect_nullStreams() local 228 Process process = new ProcessBuilder() in testRedirectErrorStream_nullStream() local 246 Process process = new ProcessBuilder(shell(), "-c", "echo out; echo err 1>&2").start(); in testDestroyClosesEverything() local 275 Process process = new ProcessBuilder(shell(), "-c", "echo out; echo err 1>&2").start(); in testDestroyDoesNotLeak() local 476 Process process = pb.start(); in checkProcessExecution() local 528 private static int getChildProcessPid(Process process) { in getChildProcessPid()
|
/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | FilesSetup.java | 166 Process process = Runtime.getRuntime().exec(cmdList); in execCmdAndWaitForTermination() local
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | SignatureFileVerifier.java | 258 public void process(Hashtable<String, CodeSigner[]> signers, in process() method in SignatureFileVerifier
|
/libcore/ojluni/src/main/native/ |
D | UNIXProcess_md.c | 855 jobject process, in UNIXProcess_forkAndExec()
|