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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobState.java92 * When the job is in the PROCESSING state, the entire job state includes
104 public static final JobState PROCESSING = new JobState (5); field in class:JobState
108 * return to the PROCESSING state as soon as the reasons are no longer
139 * PROCESSING or PROCESSING_STOPPED state), the printer has completed
190 PROCESSING,
H A DPrinterState.java68 public static final PrinterState PROCESSING = new PrinterState(4); field in class:PrinterState
99 PROCESSING,
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacFiler.java56 import static com.sun.tools.javac.code.Lint.LintCategory.PROCESSING;
373 lint = (Lint.instance(context)).isEnabled(PROCESSING);
H A DJavacProcessingEnvironment.java86 import static com.sun.tools.javac.code.Lint.LintCategory.PROCESSING;
171 lint = Lint.instance(context).isEnabled(PROCESSING);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DLint.java192 PROCESSING("processing"), enum constant in enum:Lint.LintCategory

Completed in 43 milliseconds