Searched refs:COMPLETED (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobState.java159 public static final JobState COMPLETED = new JobState (9); field in class:JobState
194 COMPLETED};
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManagerMXBean.java92 COMPLETED, enum constant in enum:ScanManagerMXBean.ScanState
H A DScanManager.java398 // throws IllegalStateException if state is not STOPPED or COMPLETED
408 if (state != STOPPED && state != COMPLETED)
481 allowedStates.put("close",EnumSet.of(STOPPED,COMPLETED,CLOSED));
485 allowedStates.put("schedule",EnumSet.of(STOPPED,COMPLETED));
497 // goes from RUNNING to COMPLETED upon successful completion
796 * or COMPLETED (if it completed gracefully)
891 if (!notifyStateChange(COMPLETED,"scan-done"))
H A DDirectoryScanner.java253 case COMPLETED:
254 // only accept to scan if state is STOPPED or COMPLETED.
485 setStateAndNotify(COMPLETED);
/openjdk7/hotspot/src/share/vm/utilities/
H A DyieldingWorkgroup.hpp45 COMPLETED enumerator in enum:Status
149 bool completed() const { return _status == COMPLETED; }
H A DyieldingWorkgroup.cpp149 status != COMPLETED && status != YIELDED && status != ABORTED;
157 case COMPLETED:
238 case COMPLETED:
263 case COMPLETED:
342 data.yf_task()->set_status(COMPLETED);
370 default: // everything else: INACTIVE, YIELDED, ABORTED, COMPLETED
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DDirectoryScannerTest.java227 assertContained(EnumSet.of(SCHEDULED,RUNNING,COMPLETED),
235 EnumSet.of(RUNNING,SCHEDULED,COMPLETED),
273 assertEquals(COMPLETED, result);
H A DScanManagerTest.java259 assertContained(EnumSet.of(RUNNING,SCHEDULED,COMPLETED),afterStart);
346 assertContained(EnumSet.of(RUNNING,SCHEDULED,COMPLETED),
353 doTestOperation(manager,op,EnumSet.of(RUNNING,SCHEDULED,COMPLETED),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/stax/
H A DStreamReaderBufferProcessor.java123 private static final int COMPLETED = 3; field in class:StreamReaderBufferProcessor
198 case COMPLETED:
202 _completionState = COMPLETED;
319 _completionState = COMPLETED;

Completed in 45 milliseconds