Searched defs:isDone (Results 26 - 34 of 34) sorted by relevance

12

/openjdk7/jdk/test/java/lang/instrument/
H A DTransformerManagementThreadAddTests.java142 while (!exec.isDone())
210 return getExecThread().isDone();
357 private synchronized boolean isDone() { method in class:TransformerManagementThreadAddTests.ExecuteTransformersThread
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DScheduledTickleService.java147 public boolean isDone() { return task.isDone(); } method in class:ScheduledTickleService.CustomRunnableScheduledFuture
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DPiscesRenderingEngine.java474 public boolean isDone() { method in class:PiscesRenderingEngine.NormalizingPathIterator
475 return src.isDone();
/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java582 while (!dispatcher.isDone()) {
863 boolean isDone() { method in class:SunDropTargetContextPeer.EventDispatcher
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DPath2D.java656 while (!pi.isDone()) {
1381 while (!pi.isDone()) {
2586 public boolean isDone() { method in class:Path2D.Iterator
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinTask.java122 * of detail: {@link #isDone} is true if a task completed in any way
611 * #isDone} returning {@code true}.
628 * Returns the result of the computation when it {@link #isDone is
661 * Forks the given tasks, returning when {@code isDone} holds for
690 * Forks the given tasks, returning when {@code isDone} holds for
739 * {@code isDone} holds for each task or an (unchecked) exception
803 * {@link #isDone}, and {@code cancel} will return {@code true}
839 public final boolean isDone() { method in class:ForkJoinTask
1046 * <p>Upon completion of this method, {@code isDone()} reports
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java504 boolean isDone(CompileState other) { method in class:JavaCompiler.CompileState
514 boolean isDone(Env<AttrContext> env, CompileState cs) { method in class:JavaCompiler.CompileStates
516 return ecs != null && ecs.isDone(cs);
1166 if (compileStates.isDone(env, CompileState.ATTR))
1230 if (relax || compileStates.isDone(env, CompileState.FLOW)) {
1295 if (compileStates.isDone(env, CompileState.LOWER)) {
1326 if (!compileStates.isDone(dep, CompileState.FLOW))
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java738 boolean isDone() { method in class:Handshaker
745 * handshake sequence ... should be called after isDone()
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java2118 public boolean isDone() { method in class:Metacity.RoundRectClipShape.RoundishRectIterator
2127 if (isDone()) {
2143 if (isDone()) {

Completed in 416 milliseconds

12