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

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/jdi/connect/
H A DVMStartException.java39 Process process; field in class:VMStartException
41 public VMStartException(Process process) { argument
43 this.process = process;
47 Process process) {
49 this.process = process;
52 public Process process() { method in class:VMStartException
53 return process;
46 VMStartException(String message, Process process) argument
/openjdk7/jdk/test/sun/jvmstat/testlibrary/
H A DJavaProcess.java33 protected Process process = null; field in class:JavaProcess
90 * start the java process
93 if (process != null) {
102 process = Runtime.getRuntime().exec(javaCommand);
106 * destroy the java process
109 if (process != null) {
110 process.destroy();
112 process = null;
116 if (process != null) {
117 return process
[all...]
/openjdk7/langtools/src/share/classes/com/sun/mirror/apt/
H A DAnnotationProcessor.java34 * An annotation processor, used to examine and process the
47 * <p> Each annotation processor is created to process annotations
69 void process(); method in interface:AnnotationProcessor
H A DAnnotationProcessors.java47 public void process(){} method in class:AnnotationProcessors.NoOpAP
79 * Invokes the <tt>process</tt> method of each component processor,
82 public void process() { method in class:AnnotationProcessors.CompositeAnnotationProcessor
84 ap.process();
101 * processors' process methods in sequence.
114 * processors' process methods in the sequence the processors are
/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DLotsOfDestroys.java43 Process process = Runtime.getRuntime().exec(ECHO + " x");
44 process.destroy();
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DSingleSubstitutionSubtables.h50 le_uint32 process(const LEReferenceTo<SingleSubstitutionSubtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
57 le_uint32 process(const LEReferenceTo<SingleSubstitutionFormat1Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
65 le_uint32 process(const LEReferenceTo<SingleSubstitutionFormat2Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
H A DGlyphSubstLookupProc.cpp94 delta = subtable->process(subtable, glyphIterator, success, fFilter);
102 delta = subtable->process(subtable, glyphIterator, success, fFilter);
110 delta = subtable->process(subtable, glyphIterator, success, fFilter);
118 delta = subtable->process(subtable, glyphIterator, success, fFilter);
126 delta = subtable->process(this, glyphIterator, fontInstance, success);
134 delta = subtable->process(this, glyphIterator, fontInstance, success);
142 delta = subtable->process(subtable, this, lookupType, glyphIterator, fontInstance, success);
H A DGlyphPosnLookupProc.cpp107 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
115 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
123 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
131 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
139 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
147 delta = subtable->process(subtable, glyphIterator, fontInstance, success);
155 delta = subtable->process(this, glyphIterator, fontInstance, success);
163 delta = subtable->process(this, glyphIterator, fontInstance, success);
171 delta = subtable->process(subtable, this, lookupType, glyphIterator, fontInstance, success);
H A DSinglePositioningSubtables.cpp43 le_uint32 SinglePositioningSubtable::process(const LEReferenceTo<SinglePositioningSubtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:SinglePositioningSubtable
54 return subtable->process(subtable, glyphIterator, fontInstance, success);
61 return subtable->process(subtable, glyphIterator, fontInstance, success);
69 le_uint32 SinglePositioningFormat1Subtable::process(const LEReferenceTo<SinglePositioningFormat1Subtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:SinglePositioningFormat1Subtable
86 le_uint32 SinglePositioningFormat2Subtable::process(const LEReferenceTo<SinglePositioningFormat2Subtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:SinglePositioningFormat2Subtable
H A DSingleSubstitutionSubtables.cpp42 le_uint32 SingleSubstitutionSubtable::process(const LEReferenceTo<SingleSubstitutionSubtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const function in class:SingleSubstitutionSubtable
53 return subtable->process(subtable, glyphIterator, success, filter);
60 return subtable->process(subtable, glyphIterator, success, filter);
68 le_uint32 SingleSubstitutionFormat1Subtable::process(const LEReferenceTo<SingleSubstitutionFormat1Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const function in class:SingleSubstitutionFormat1Subtable
89 le_uint32 SingleSubstitutionFormat2Subtable::process(const LEReferenceTo<SingleSubstitutionFormat2Subtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter) const function in class:SingleSubstitutionFormat2Subtable
H A DSinglePositioningSubtables.h51 le_uint32 process(const LEReferenceTo<SinglePositioningSubtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
59 le_uint32 process(const LEReferenceTo<SinglePositioningFormat1Subtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
68 le_uint32 process(const LEReferenceTo<SinglePositioningFormat2Subtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
H A DGlyphPositioningTables.cpp44 void GlyphPositioningTableHeader::process(const LEReferenceTo<GlyphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft, function in class:GlyphPositioningTableHeader
58 processor.process(glyphStorage, glyphPositionAdjustments, rightToLeft, glyphDefinitionTableHeader, fontInstance, success);
H A DGlyphSubstitutionTables.cpp45 le_int32 GlyphSubstitutionTableHeader::process(const LEReferenceTo<GlyphSubstitutionTableHeader> &base, function in class:GlyphSubstitutionTableHeader
62 return processor.process(glyphStorage, NULL, rightToLeft, glyphDefinitionTableHeader, NULL, success);
H A DExtensionSubtables.h55 le_uint32 process(const LEReferenceTo<ExtensionSubtable> &extRef,
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelChannelMixer.java30 * ModelChannelMixer is used to process channel voice mix output before going
44 // Used to process input audio from voices mix.
45 public boolean process(float[][] buffer, int offset, int len); method in interface:ModelChannelMixer
/openjdk7/langtools/test/tools/javac/diags/examples/ProcCantFindClass/processors/
H A DAnnoProc.java29 public boolean process(Set<? extends TypeElement> elems, RoundEnvironment renv) { method in class:AnnoProc
/openjdk7/langtools/test/tools/javac/processing/errors/TestParseErrors/
H A DTestParseErrors.java39 public boolean process(Set<? extends TypeElement> annotations, method in class:TestParseErrors
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/
H A DMain.java52 System.exit(process(args));
60 public static int process(String... args) { method in class:Main
69 public static int process(PrintWriter out, String... args) { method in class:Main
84 public static int process(AnnotationProcessorFactory factory, String... args) { method in class:Main
85 return process(factory, new PrintWriter(System.err, true), args);
97 public static int process(AnnotationProcessorFactory factory, PrintWriter out, method in class:Main
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DNoPragma.java44 public boolean process (String pragma, String currentToken) throws IOException method in class:NoPragma
49 } // process
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DChildSession.java49 private Process process; field in class:ChildSession
127 if (process != null) {
128 process.destroy();
129 process = null;
154 if (process != null) {
155 process.destroy();
156 process = null;
176 Process process) {
178 dumpStream(diagnostics, process.getErrorStream());
179 dumpStream(diagnostics, process
175 dumpFailedLaunchInfo(OutputListener diagnostics, Process process) argument
[all...]
/openjdk7/jdk/src/windows/back/
H A Dproc_md.h26 /* Windows process id's and threads */
28 #include <process.h>
/openjdk7/jdk/test/java/io/File/
H A DDeleteOnExitNPE.java31 /* NullPointerException in exec'ed process if fails.
50 Process process = Runtime.getRuntime().exec(cmd + " DeleteOnExitNPE -test");
51 BufferedReader isReader = new BufferedReader(new InputStreamReader(process.getInputStream()));
52 BufferedReader esReader = new BufferedReader(new InputStreamReader(process.getErrorStream()));
54 process.waitFor();
68 throw new RuntimeException("Failed: No output should have been received from the process");
/openjdk7/langtools/test/tools/apt/Compile/
H A DWrappedStaticApf.java29 * com.sun.tools.apt.Main.process entry point.
34 System.exit(com.sun.tools.apt.Main.process(factory, argv));
/openjdk7/langtools/test/tools/javac/6341866/
H A DAnno.java31 public boolean process(Set<? extends TypeElement> annotations, method in class:Anno
/openjdk7/jdk/test/sun/net/www/protocol/jar/jarbug/src/test/
H A DTestBug4361044.java43 Process process = Runtime.getRuntime().exec(javaCmd + " TestBug4361044 -test");
45 BufferedReader isReader = new BufferedReader(new InputStreamReader(process.getInputStream()));
46 BufferedReader esReader = new BufferedReader(new InputStreamReader(process.getErrorStream()));
53 process.waitFor();
60 throw new RuntimeException("Failed: No output should have been received from the process");

Completed in 111 milliseconds

1234567891011>>