/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
|
D | Process2Test.java | 42 Process process = null; in test_getErrorStream() local
|
D | ProcessBuilderTest.java | 151 Process process = pb.start(); in testStart() 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/support/src/test/java/tests/support/ |
D | Support_Exec.java | 84 Process process = builder.start(); in execAndGetOutput() local
|
/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | FilesSetup.java | 166 Process process = Runtime.getRuntime().exec(cmdList); in execCmdAndWaitForTermination() local
|
/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
D | SignatureFileVerifier.java | 67 public void process( in process() method in SignatureFileVerifier
|
/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 | 856 jobject process, in UNIXProcess_forkAndExec()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 855 jobject process(const char* syscall, int error) { in process() function in Passwd
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | R.java | 2052 public static final int process = 0; field in R
|