Home
last modified time | relevance | path

Searched defs:process (Results 1 – 12 of 12) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DProcessManagerTest.java32 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()
DProcessTest.java114 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
DProcess2Test.java42 Process process = null; in test_getErrorStream() local
DProcessBuilderTest.java151 Process process = pb.start(); in testStart() local
/libcore/luni/src/test/java/libcore/java/lang/
DProcessBuilderTest.java85 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/
DSupport_Exec.java84 Process process = builder.start(); in execAndGetOutput() local
/libcore/luni/src/test/java/libcore/java/nio/file/
DFilesSetup.java166 Process process = Runtime.getRuntime().exec(cmdList); in execCmdAndWaitForTermination() local
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DSignatureFileVerifier.java67 public void process( in process() method in SignatureFileVerifier
/libcore/ojluni/src/main/java/sun/security/util/
DSignatureFileVerifier.java258 public void process(Hashtable<String, CodeSigner[]> signers, in process() method in SignatureFileVerifier
/libcore/ojluni/src/main/native/
DUNIXProcess_md.c856 jobject process, in UNIXProcess_forkAndExec()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp855 jobject process(const char* syscall, int error) { in process() function in Passwd
/libcore/benchmarks/src/benchmarks/regression/
DR.java2052 public static final int process = 0; field in R