Searched defs:PROCESSING (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DPrinterState.java68 public static final PrinterState PROCESSING = new PrinterState(4); field in class:PrinterState
99 PROCESSING,
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,
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DLint.java192 PROCESSING("processing"), enum constant in enum:Lint.LintCategory

Completed in 37 milliseconds