Searched refs:PROCESSING (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/javax/print/attribute/standard/
H A DPrinterState.java67 public static final PrinterState PROCESSING = new PrinterState(4); field in class:PrinterState
98 PROCESSING,
H A DJobState.java91 * When the job is in the PROCESSING state, the entire job state includes
103 public static final JobState PROCESSING = new JobState (5); field in class:JobState
107 * return to the PROCESSING state as soon as the reasons are no longer
138 * PROCESSING or PROCESSING_STOPPED state), the printer has completed
189 PROCESSING,
/openjdk9/jdk/test/java/awt/print/PrinterJob/
H A DRemoveListener.java43 aset.add(JobState.PROCESSING);
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DLint.java245 PROCESSING("processing"), enum constant in enum:Lint.LintCategory
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/
H A DJavacFiler.java62 import static com.sun.tools.javac.code.Lint.LintCategory.PROCESSING;
414 lint = (Lint.instance(context)).isEnabled(PROCESSING);
H A DJavacProcessingEnvironment.java93 import static com.sun.tools.javac.code.Lint.LintCategory.PROCESSING;
205 lint = Lint.instance(context).isEnabled(PROCESSING);

Completed in 155 milliseconds