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

1234567891011>>

/openjdk7/langtools/test/tools/javac/processing/options/testPrintProcessorInfo/
H A DTest.java46 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { method in class:Test
/openjdk7/langtools/test/tools/javac/processing/warnings/
H A DTestSourceVersionWarnings.java72 public boolean process(Set<? extends TypeElement> annotations, method in class:TestSourceVersionWarnings
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerTableEntry.java88 private Process process; field in class:ServerTableEntry
173 process = Runtime.getRuntime().exec(activationCmd);
174 int result = process.waitFor();
202 process = Runtime.getRuntime().exec(activationCmd);
206 printDebug("activate", "throwing premature process exit");
221 printDebug("register", "process registered back");
226 printDebug("register", "throwing premature process exit");
261 printDebug("registerPorts", "process registered Ports");
286 localProcess = process;
336 int exitVal = process
[all...]
/openjdk7/langtools/test/tools/apt/Options/
H A DOptionChecker.java43 public void process() { method in class:OptionChecker.OptionCheck
63 public void process() { method in class:OptionChecker.HelloWorld
/openjdk7/jdk/src/windows/transport/shmem/
H A Dshmem_md.c261 HANDLE handles[2]; /* process, event */
267 * If the signalling process is specified, and it dies while we wait,
284 /* Other process died, return error */
315 HANDLE process; local
319 process = OpenProcess(SYNCHRONIZE, /* able to wait on death */
322 if (process == NULL) {
326 *processPtr = process;
331 sysProcessClose(sys_process_t *process) argument
333 return CloseHandle(process) ? SYS_OK : SYS_ERR;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavacOption.java63 boolean process(Options options, String option, String arg); method in interface:JavacOption
70 boolean process(Options options, String option); method in interface:JavacOption
218 public boolean process(Options options, String option, String arg) { method in class:JavacOption.Option
246 public boolean process(Options options, String option) { method in class:JavacOption.Option
248 return process(options, name.optionName, option.substring(name.optionName.length()));
250 return process(options, option, option);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVirtualMachineImpl.java110 // Launched debuggee process
111 private Process process; field in class:VirtualMachineImpl
156 Connection connection, Process process,
162 this.process = process;
198 idSizes = JDWP.VirtualMachine.IDSizes.process(vm);
317 process(vm, defs);
408 JDWP.VirtualMachine.Suspend.process(vm);
516 process(vm, value).stringObject;
543 process(v
155 VirtualMachineImpl(VirtualMachineManager manager, Connection connection, Process process, int sequenceNumber) argument
573 public Process process() { method in class:VirtualMachineImpl
[all...]
H A DArrayReferenceImpl.java64 process(vm, this).arrayLength;
120 vals = cast(JDWP.ArrayReference.GetValues.process(vm, this, index, length).values);
198 process(vm, this, index, setValues);
H A DObjectReferenceImpl.java153 JDWP.ObjectReference.ReferenceType.process(vm, this);
212 process(vm, this, queryFields).values;
258 JDWP.ObjectReference.SetValues.process(vm, this, fvals);
420 JDWP.ObjectReference.DisableCollection.process(vm, this);
434 JDWP.ObjectReference.EnableCollection.process(vm, this);
447 return JDWP.ObjectReference.IsCollected.process(vm, this).
479 * Listener must be installed before process()
487 info = JDWP.ObjectReference.MonitorInfo.process(vm, this);
536 process(vm, this, intMax).referringObjects);
H A DReferenceTypeImpl.java179 process(vm, this).signature;
196 process(vm, this);
213 process(vm, this).classLoader;
311 jdwpFields = JDWP.ReferenceType.FieldsWithGeneric.process(vm, this).declared;
330 process(vm, this).declared;
462 process(vm, this).declared;
490 process(vm, this).declared;
570 process(vm, this).interfaces;
653 process(vm, this, queryFields).values;
678 process(v
[all...]
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DContextualSubstSubtables.cpp173 le_uint32 ContextualSubstitutionSubtable::process(const LookupProcessor *lookupProcessor, function in class:ContextualSubstitutionSubtable
190 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success);
196 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success);
202 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success);
210 le_uint32 ContextualSubstitutionFormat1Subtable::process(const LookupProcessor *lookupProcessor, function in class:ContextualSubstitutionFormat1Subtable
262 le_uint32 ContextualSubstitutionFormat2Subtable::process(const LookupProcessor *lookupProcessor, function in class:ContextualSubstitutionFormat2Subtable
317 le_uint32 ContextualSubstitutionFormat3Subtable::process(const LookupProcessor *lookupProcessor, function in class:ContextualSubstitutionFormat3Subtable
350 le_uint32 ChainingContextualSubstitutionSubtable::process(const LookupProcessor *lookupProcessor, function in class:ChainingContextualSubstitutionSubtable
367 return subtable->process(lookupProcessor, glyphIterator, fontInstance, success);
373 return subtable->process(lookupProcesso
393 le_uint32 ChainingContextualSubstitutionFormat1Subtable::process(const LookupProcessor *lookupProcessor, function in class:ChainingContextualSubstitutionFormat1Subtable
467 le_uint32 ChainingContextualSubstitutionFormat2Subtable::process(const LookupProcessor *lookupProcessor, function in class:ChainingContextualSubstitutionFormat2Subtable
550 le_uint32 ChainingContextualSubstitutionFormat3Subtable::process(const LookupProcessor *lookupProcessor, function in class:ChainingContextualSubstitutionFormat3Subtable
[all...]
H A DPairPositioningSubtables.cpp44 le_uint32 PairPositioningSubtable::process(const LEReferenceTo<PairPositioningSubtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:PairPositioningSubtable
56 return subtable->process(subtable, glyphIterator, fontInstance, success);
66 return subtable->process(subtable, glyphIterator, fontInstance, success);
75 le_uint32 PairPositioningFormat1Subtable::process(const LEReferenceTo<PairPositioningFormat1Subtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:PairPositioningFormat1Subtable
125 le_uint32 PairPositioningFormat2Subtable::process(const LEReferenceTo<PairPositioningFormat2Subtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:PairPositioningFormat2Subtable
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DJavahTask.java133 abstract void process(JavahTask task, String opt, String arg) throws BadArgs; method in class:JavahTask.Option
152 void process(JavahTask task, String opt, String arg) {
158 void process(JavahTask task, String opt, String arg) {
164 void process(JavahTask task, String opt, String arg) {
170 void process(JavahTask task, String opt, String arg) {
176 void process(JavahTask task, String opt, String arg) {
182 void process(JavahTask task, String opt, String arg) {
188 void process(JavahTask task, String opt, String arg) {
194 void process(JavahTask task, String opt, String arg) {
200 void process(JavahTas
698 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { method in class:JavahTask.JavahProcessor
[all...]
/openjdk7/hotspot/test/testlibrary/com/oracle/java/testlibrary/
H A DOutputAnalyzer.java40 * @param process Process to analyze
43 public OutputAnalyzer(Process process) throws IOException { argument
44 OutputBuffer output = ProcessTools.getOutput(process);
45 exitValue = process.exitValue();
244 * Verifiy the exit value of the process
246 * @param expectedExitValue Expected exit value from process
247 * @throws RuntimeException If the exit value from the process did not match the expected value
283 * Get the process exit value
/openjdk7/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DOutputAnalyzer.java40 * @param process
45 public OutputAnalyzer(Process process) throws IOException { argument
46 OutputBuffer output = ProcessTools.getOutput(process);
47 exitValue = process.exitValue();
274 * Verifiy the exit value of the process
277 * Expected exit value from process
279 * If the exit value from the process did not match the expected
317 * Get the process exit value
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/helper/
H A DPipeAdapter.java73 public Packet process(Packet request) {
104 return doReturnWith(next.process(p));
/openjdk7/jdk/test/java/awt/dnd/FileListBetweenJVMsTest/
H A DFileListBetweenJVMsTest.java40 import test.java.awt.regtesthelpers.process.ProcessCommunicator;
41 import test.java.awt.regtesthelpers.process.ProcessResults;
/openjdk7/jdk/test/java/awt/dnd/URIListBetweenJVMsTest/
H A DURIListBetweenJVMsTest.java40 import test.java.awt.regtesthelpers.process.ProcessCommunicator;
41 import test.java.awt.regtesthelpers.process.ProcessResults;
/openjdk7/hotspot/test/runtime/7158988/
H A DFieldMonitor.java93 // process events
97 Process process = vm.process();
101 Thread outThread = new StreamRedirectThread("out reader", process.getInputStream());
102 Thread errThread = new StreamRedirectThread("error reader", process.getErrorStream());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DPipe.java82 * A {@link Pipe}line is not reentrant; one pipeline is used to process one request/response
86 * Where a need arises to process multiple requests concurrently, a pipeline
124 * instance variables of a {@link Pipe}, since {@link #process(Packet)} is
210 * process certain SOAP header blocks
282 Packet process( Packet request); method in interface:Pipe
333 * thread is executing the {@link #process(Packet)} method. See
/openjdk7/jdk/test/com/sun/jdi/
H A DConnectedVMs.java87 vm().process().destroy();
/openjdk7/jdk/test/java/awt/regtesthelpers/process/
H A DProcessResults.java24 package test.java.awt.regtesthelpers.process;
29 * The calss incapsulates process related information and methods to
57 /** Prints child process standart output into the desired PrintStream.
69 /** Prints child process error output into the desired PrintStream.
81 /** Prints child process error output into the desired {@code PrintStream},
93 throw new RuntimeException("WARNING: Child process error stream " +
104 throw new RuntimeException("Child process returns not 0 value!" +
/openjdk7/jdk/test/java/beans/Introspector/6976577/test/
H A DAccessor.java23 void process(TestEvent event); method in interface:TestListener
/openjdk7/langtools/test/tools/apt/Basics/
H A DFreshnessApf.java69 public void process() { method in class:FreshnessApf.FreshnessAp
H A DTestGetPackageApf.java69 public void process() { method in class:TestGetPackageApf.TestGetPackageAp

Completed in 99 milliseconds

1234567891011>>