Searched refs:process (Results 351 - 370 of 370) sorted by relevance

<<1112131415

/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java718 Process process = Runtime.getRuntime().exec(execCmd);
719 process.waitFor();
720 final int result = process.exitValue();
722 handleProcessFailure(process, execCmd, result);
/openjdk7/langtools/test/tools/javac/processing/
H A DT6920317.java356 public boolean process(Set<? extends TypeElement> annots, RoundEnvironment renv) { method in class:T6920317.Processor
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapter.java122 * @return singe adapter to process HTTP messages
481 endpoint.process(request, new WSEndpoint.CompletionCallback() {
593 packet = head.process(packet, con.getWebServiceContextDelegate(),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWsgenTool.java207 int result = com.sun.tools.apt.Main.process(this, args);
/openjdk7/jdk/src/solaris/native/java/lang/
H A DUNIXProcess_md.c68 * process starts a small subprocess.
177 * for SIGCHLD be SIG_DFL and SIG_IGN. We cannot obtain process
184 * Consider what happens if java's parent process sets the SIGCHLD
315 /* Block until a child process exits and return its exit code.
325 /* Wait for the child process to exit. This returns immediately if
344 * it allows callers to distinguish between process exit and
345 * process death by signal.
505 /* Debugging process code is difficult; where to write debug output? */
700 * Child process after a successful fork() or clone().
779 * Start a child process runnin
828 Java_java_lang_UNIXProcess_forkAndExec(JNIEnv *env, jobject process, jbyteArray prog, jbyteArray argBlock, jint argc, jbyteArray envBlock, jint envc, jbyteArray dir, jintArray std_fds, jboolean redirectErrorStream) argument
[all...]
/openjdk7/jdk/src/windows/native/com/sun/management/
H A DOperatingSystem_md.c50 #include <process.h>
167 // process, thread, memory, and so forth are always the same irrespective
266 * Struct for the jvm process load counter.
432 * by the HotSpot process.
434 * @param counterQuery the counter query to set up as a process counter.
617 * Help function that initializes the PDH process header for the JRockit process.
625 * @return the PDH instance description corresponding to the JVM process.
724 // Skip until we find our own process name
735 /* printf("Failed to create process i
[all...]
/openjdk7/jdk/src/windows/native/java/net/
H A DInet6AddressImpl.c33 #include <process.h>
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DSignatureFileVerifier.java177 * process the signature block file. Goes through the .SF file
183 public void process(Hashtable<String, CodeSigner[]> signers, method in class:SignatureFileVerifier
286 // go through all the attributes and process *-Digest-Manifest entries
331 // go through all the attributes and process
408 // go through all the attributes and process *-Digest entries
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.c929 jclass this, jlong process, jint desiredAccess)
931 HANDLE hProcess = (HANDLE)jlong_to_ptr(process);
928 Java_sun_nio_fs_WindowsNativeDispatcher_OpenProcessToken(JNIEnv* env, jclass this, jlong process, jint desiredAccess) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVirtualMachineImpl.java573 public Process process() { method in class:VirtualMachineImpl
574 throwNotReadOnlyException("VirtualMachine.process");
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMainMixer.java615 if (!cmixer.mixer.process(cbuffer, 0, bufferlen)) {
/openjdk7/hotspot/src/os/windows/launcher/
H A Djava_md.c28 #include <process.h>
1069 * Given a path to a jre to execute, this routine checks if this process
1134 * overlay a process: it can only create a new process and terminate
1135 * the old process. Therefore, any processes waiting on the initial
1136 * process wake up and they shouldn't. Hence, a chain of pseudo-zombie
1152 * this from completely working. All the Windows POSIX process creation
1157 * process, any quoting information is lost.
1159 * The solution to this to get the original command line, to process it
1162 * to the native CreateProcess() Windows process contro
[all...]
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c28 #include <process.h>
905 * Given a path to a jre to execute, this routine checks if this process
947 * overlay a process: it can only create a new process and terminate
948 * the old process. Therefore, any processes waiting on the initial
949 * process wake up and they shouldn't. Hence, a chain of pseudo-zombie
965 * this from completely working. All the Windows POSIX process creation
970 * process, any quoting information is lost.
972 * The solution to this to get the original command line, to process it
975 * to the native CreateProcess() Windows process contro
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DParser.java1300 process the rest of the img tag. */
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DWSEndpointReference.java823 p.process(infoset,fragment);
1020 * Parses the metadata inside this EPR and obtains it in a easy-to-process form.
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacProcessingEnvironment.java500 * processor has been used on a prior round, its process method is
502 * annotations to process. The {@code annotatedSupported} method
793 return proc.process(tes, renv);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Toolkit.cpp31 #include <process.h>
822 // 6479820. Should check if a window is in manual resizing process: skip
824 // Note that window being in manual moving process could still
1078 // Never return. The VM will halt the process.
1115 // We need the low-level hook since we need to process mouse move
1482 // 6479820. Should check if a window is in manual resizing process: skip
1484 // Note that window being in manual moving process could still
1533 return FALSE; /* Now go ahead and process current message as usual */
1679 // Never return. The VM will halt the process.
1691 // we already set embedder process an
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DWSDLModeler.java125 classNameCollector.process(model);
134 classNameCollector.process(model);
919 //process doclit wrapper style
947 //process doclit wrapper style
2713 //dont process the binding
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParser.java3002 token = prep.process (token);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp92 #include <process.h> // For _beginthreadex(), _endthreadex()
701 // Nof active processors is number of bits in process affinity mask
1233 // Enumerate all modules for a given process ID
1339 // Get current process ID if caller doesn't provide it.
1894 // such as a service process.
1945 // "final" handler for such events allows the process to continue if
2318 // process of write protecting the memory serialization page.
2452 // Give us some room to process the exception
3898 // atexit functions can be delayed until process exit time, which
4346 * connected to an exec'd process)
[all...]

Completed in 638 milliseconds

<<1112131415