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

<<1112131415

/openjdk7/langtools/test/tools/javac/util/
H A DT6597678.java77 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { method in class:T6597678
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/
H A DXMLStreamBuffer.java260 p.process(writer);
325 p.process();
366 p.process();
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DOpenTypeLayoutEngine.cpp376 count = fGSUBTable->process(fGSUBTable, glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDEFTable, fSubstitutionFilter,
380 count = fGSUBTable->process(fGSUBTable, glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubstitutionFilter,
403 count = fGSUBTable->process(fGSUBTable, glyphStorage, rightToLeft, fScriptTagV2, fLangSysTag, fGDEFTable, fSubstitutionFilter,
407 count = fGSUBTable->process(fGSUBTable, glyphStorage, rightToLeft, fScriptTag, fLangSysTag, fGDEFTable, fSubstitutionFilter,
513 fGPOSTable->process(fGPOSTable, glyphStorage, adjustments, reverse, fScriptTagV2, fLangSysTag,
517 fGPOSTable->process(fGPOSTable, glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag,
523 kt.process(glyphStorage, success);
H A DMarkToBasePosnSubtables.cpp54 le_int32 MarkToBasePositioningSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:MarkToBasePositioningSubtable
H A DMarkToLigaturePosnSubtables.cpp53 le_int32 MarkToLigaturePositioningSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const function in class:MarkToLigaturePositioningSubtable
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DOopUtilities.java282 // the thread hasn't run yet or is in the process of exiting
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DArrayTypeImpl.java45 process(vm, this, length).newArray;
H A DConcreteMethodImpl.java254 process(vm, declaringType, ref).bytes;
358 lntab = JDWP.Method.LineTable.process(vm, declaringType, ref);
444 process(vm, declaringType, ref);
491 process(vm, declaringType, ref);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DAnnotationParser.java79 public void process() { method in class:AnnotationParser
/openjdk7/jdk/test/javax/swing/system/6799345/
H A DTestShutdown.java194 public void process(java.util.List<Integer> chunks) method in class:TestShutdown.TestSwingWorker
/openjdk7/langtools/test/tools/javac/
H A DT6358024.java91 public boolean process(Set<? extends TypeElement> tes, RoundEnvironment renv) { method in class:T6358024
H A DT6358168.java112 public boolean process(Set<? extends TypeElement> tes, RoundEnvironment renv) { method in class:T6358168
H A DT6406771.java53 public boolean process(Set<? extends TypeElement> elems, RoundEnvironment rEnv) { method in class:T6406771
H A DT6423583.java51 public boolean process(Set<? extends TypeElement> annos, RoundEnvironment rEnv) { method in class:T6423583
/openjdk7/langtools/test/tools/javac/api/6406133/
H A DT6406133.java68 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { method in class:T6406133.ProcessorTester
/openjdk7/langtools/test/tools/javac/api/6421111/
H A DT6421111.java93 public boolean process(Set<? extends TypeElement> annotations, method in class:T6421111.MyProcessor
/openjdk7/langtools/test/tools/javac/api/
H A DTestTreePath.java51 public boolean process(Set<? extends TypeElement> annotations, method in class:TestTreePath
/openjdk7/langtools/test/tools/javac/file/
H A DT7018098.java95 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { method in class:T7018098
/openjdk7/langtools/test/tools/javac/processing/6499119/
H A DClassProcessor.java38 * @compile/process -cp . -processor ClassProcessor -Akind=java java.lang.Object
39 * @compile/process -cp . -processor ClassProcessor -Akind=class java.lang.Object
46 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { method in class:ClassProcessor
/openjdk7/langtools/test/tools/javac/processing/
H A DT6439826.java67 public boolean process(Set<? extends TypeElement> annotations, method in class:T6439826
/openjdk7/langtools/test/tools/javac/processing/environment/round/
H A DTestElementsAnnotatedWith.java39 * @compile/process -processor TestElementsAnnotatedWith -proc:only Foo
65 public boolean process(Set<? extends TypeElement> annotations, method in class:TestElementsAnnotatedWith
/openjdk7/langtools/test/tools/javac/processing/filer/
H A DTestFilerConstraints.java81 public boolean process(Set<? extends TypeElement> annotations, method in class:TestFilerConstraints
H A DTestValidRelativeNames.java31 * @compile/process -processor TestValidRelativeNames -Amode=create java.lang.Object
32 * @compile/process -processor TestValidRelativeNames -Amode=get java.lang.Object
51 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { method in class:TestValidRelativeNames
/openjdk7/langtools/test/tools/javac/processing/model/element/TestMissingElement2/
H A DGenerator.java35 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { method in class:Generator
/openjdk7/langtools/test/tools/javac/processing/model/element/
H A DTestTypeParameter.java42 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { method in class:TestTypeParameter

Completed in 76 milliseconds

<<1112131415