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

1234567891011>>

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DKernTable.h72 void process(LEGlyphStorage& storage, LEErrorCode &success);
H A DMarkToBasePosnSubtables.h51 le_int32 process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
H A DMarkToMarkPosnSubtables.h51 le_int32 process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
H A DMorphTables.cpp47 void MorphTableHeader::process(const LETableReference &base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const function in class:MorphTableHeader
70 subtableHeader->process(subtableHeader, glyphStorage, success);
79 void MorphSubtableHeader::process(const LEReferenceTo<MorphSubtableHeader> &base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const function in class:MorphSubtableHeader
116 processor->process(glyphStorage, success);
H A DMultipleSubstSubtables.h60 le_uint32 process(const LETableReference &base, GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter = NULL) const;
H A DSegmentArrayProcessor.h53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DSegmentArrayProcessor2.h53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DSegmentSingleProcessor.h53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DSegmentSingleProcessor2.h53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DSimpleArrayProcessor.h53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DSimpleArrayProcessor2.h53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DSingleTableProcessor.h53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DSingleTableProcessor2.h53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DTrimmedArrayProcessor.h53 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
/openjdk7/jdk/test/sun/net/www/protocol/jar/jarbug/src/test/
H A DTestBug4523159.java45 Process process = Runtime.getRuntime().exec(javaCmd + " TestBug4523159 -test");
47 BufferedReader isReader = new BufferedReader(new InputStreamReader(process.getInputStream()));
48 BufferedReader esReader = new BufferedReader(new InputStreamReader(process.getErrorStream()));
55 process.waitFor();
62 throw new RuntimeException("Failed: No output should have been received from the process");
/openjdk7/jdk/src/share/transport/shmem/
H A DsysShmem.h35 /* Mutexes that can be used for inter-process communication */
42 /* Inter-process events */
50 int sysProcessOpen(jlong processID, sys_process_t *process);
51 int sysProcessClose(sys_process_t *process);
/openjdk7/langtools/test/tools/javac/T7142672/
H A DAnnoProcessor.java37 public boolean process(Set<? extends TypeElement> set, RoundEnvironment re) { method in class:AnnoProcessor
/openjdk7/langtools/test/tools/javac/diags/examples/ErrProcMessager/processors/
H A DAnnoProc.java32 public boolean process(Set<? extends TypeElement> elems, RoundEnvironment renv) { method in class:AnnoProc
/openjdk7/langtools/test/tools/javac/diags/examples/NoteProcMessager/processors/
H A DAnnoProc.java32 public boolean process(Set<? extends TypeElement> elems, RoundEnvironment renv) { method in class:AnnoProc
/openjdk7/langtools/test/tools/javac/diags/examples/WarnProcMessager/processors/
H A DAnnoProc.java32 public boolean process(Set<? extends TypeElement> elems, RoundEnvironment renv) { method in class:AnnoProc
/openjdk7/langtools/test/tools/javac/processing/6348499/
H A DA.java31 public boolean process(Set<? extends TypeElement> tes, RoundEnvironment renv) { method in class:A
/openjdk7/langtools/test/tools/javac/processing/6365040/
H A DProcBar.java35 public boolean process(Set<? extends TypeElement> annotations, method in class:ProcBar
H A DProcFoo.java35 public boolean process(Set<? extends TypeElement> annotations, method in class:ProcFoo
H A DT6365040.java49 public boolean process(Set<? extends TypeElement> annotations, method in class:T6365040
/openjdk7/langtools/test/tools/javac/processing/errors/
H A DTestOptionSyntaxErrors.java52 public boolean process(Set<? extends TypeElement> annotations, method in class:TestOptionSyntaxErrors

Completed in 462 milliseconds

1234567891011>>