Searched defs:Process (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DProcess.java34 * subclass of {@code Process} that can be used to control the process
35 * and obtain information about it. The class {@code Process}
64 * the {@code Process} object, but rather the subprocess
68 * Process} object execute asynchronously or concurrently with respect
69 * to the Java process that owns the {@code Process} object.
72 * to create a {@code Process}.
76 public abstract class Process { class
80 * input of the process represented by this {@code Process} object.
99 * output of the process represented by this {@code Process} object.
125 * of the process represented by this {@code Process} objec
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xslt/
H A DProcess.java21 * $Id: Process.java,v 1.2.4.2 2005/09/15 18:21:57 jeffsuttor Exp $
84 public class Process class
151 * <p>The Process class provides basic functionality for
223 // "XSL Process was not successful.");
1098 // "XSL Process was not successful.");
1156 // diagnosticsWriter.println(XSLMessages.createMessage(XSLTErrorResources.ER_NOT_SUCCESSFUL, null)); //"XSL Process was not successful.");
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_PCM.cpp497 int Process(void *srcBuffer, int len, RingBuffer *ringBuffer) { function in class:Resampler
499 TRACE2(">>Resampler::Process: %d bytes, converter = %p\n", len, converter);
536 OS_ERROR0(err, "Resampler::Process (AudioConverterFillComplexBuffer)");
539 TRACE2("<<Resampler::Process: written %d bytes (converted from %d bytes)\n", bytesWritten, len);
766 int bytesWritten = device->resampler->Process(abl.mBuffers[0].mData, (int)abl.mBuffers[0].mDataByteSize, &device->ringBuffer);

Completed in 58 milliseconds