Searched defs:done (Results 76 - 100 of 172) sorted by relevance

1234567

/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DScreenUpdateManager.java70 private volatile boolean done; field in class:D3DScreenUpdateManager
93 done = false;
106 done = true;
114 done = true;
160 if (done || !(gc instanceof D3DGraphicsConfig)) {
170 // for the first time. This is done so that vram is not
189 // this only need to be done when the surface is created in
266 if (!done && sd instanceof D3DWindowSurfaceData) {
300 if (!done && sd instanceof D3DWindowSurfaceData) {
408 if (done || screenUpdate
[all...]
/openjdk7/jdk/test/java/awt/Window/TranslucentShapedFrameTest/
H A DTranslucentShapedFrameTest.java53 static CountDownLatch done; field in class:TranslucentShapedFrameTest
265 done.countDown();
288 done.countDown();
295 done = new CountDownLatch(1);
302 done.await();
/openjdk7/jdk/test/java/lang/Thread/
H A DThreadStateTest.java49 // Call Thread.getState to force all initialization done
163 private boolean done = false; field in class:ThreadStateTest.MyThread
168 while (!done) {
247 done = true;
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DThreadStateTest.java241 private boolean done = false; field in class:ThreadStateTest.MyThread
245 while (!done) {
326 done = true;
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/NewAPIs/SSLEngine/
H A DConnectionTest.java140 boolean done) throws Exception {
162 if (done && (hsStatus == HandshakeStatus.FINISHED)) {
138 checkResult(SSLEngineResult result, Status status, HandshakeStatus hsStatus, int consumed, int produced, boolean done) argument
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DReadTimeout.java139 synchronized void done () { method in class:ReadTimeout
175 done();
190 done();
/openjdk7/jdk/src/share/demo/management/JTop/
H A DJTop.java244 // background task done by a worker thread so that
248 // thread will invoke the done() method which will update
265 protected void done() { method in class:JTop.Worker
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DMultiThreadDeadLockTest.java138 done = true;
145 if(!done) {
153 return done;
156 private boolean done = false; field in class:MultiThreadDeadLockTest.UserThread
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java67 private static volatile boolean done = false; field in class:SourceClippingBlitTest
92 if (!done) {
102 while (!done) {
120 if (showErrors && done && grabbedBI != null) {
164 done = true;
/openjdk7/jdk/test/sun/java2d/pipe/hw/VSyncedBufferStrategyTest/
H A DVSyncedBufferStrategyTest.java71 private volatile boolean done = false; field in class:VSyncedBufferStrategyTest
131 while (!done && isShowing()) {
227 component.done = true;
232 component.done = true;
/openjdk7/jdk/test/sun/net/www/
H A DMarkResetTest.java41 private boolean done = false; field in class:MarkResetTest.FtpServer
48 * That's where 99% of the protocol handling is done.
161 boolean done = false;
175 while (!done) {
213 done = true;
345 done = true;
369 done = true;
436 // We're done!
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivatableRef.java333 public void done(RemoteCall call) throws RemoteException { method in class:ActivatableRef
H A DUnicastRef.java169 /* StreamRemoteCall.done() does not actually make use
200 call.done();
205 * on StreamRemoteCall.done() not actually
218 * are not likely to have done so. If the exception came
421 * by a call to the "done" method.
438 public void done(RemoteCall call) throws RemoteException { method in class:UnicastRef
450 call.done();
454 * here. This code is relying on StreamRemoteCall.done()
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingWorker.java77 * either when done, or while processing.
108 * {@link #process process} and {@link #done} methods and notifies
121 * {@code doInBackground} method is finished the {@code done} method is
134 * processing is done in the background and when done you update a Swing
150 * protected void done() {
302 protected void done() {
453 protected void done() { method in class:SwingWorker
597 * //the dialog will be visible until the SwingWorker is done
731 * Invokes {@code done} o
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DFutureTask.java214 protected void done() { } method in class:FutureTask
357 * Removes and signals all waiting threads, invokes done(), and
380 done();
/openjdk7/hotspot/src/share/vm/oops/
H A DfieldStreams.hpp124 bool done() const { return _index >= _limit; } function in class:FieldStreamBase
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp82 Label done; local
97 biased_locking_enter(Roop, Rmark, Rscratch, done, &slow_case);
113 // hence we are done
115 brx(Assembler::equal, false, Assembler::pt, done);
123 bind(done);
130 Label done; local
139 biased_locking_exit(mark_addr, Rmark, done);
143 br_null_short(Rmark, Assembler::pt, done);
158 bind(done);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp43 Label done; local
53 null_check_offset = biased_locking_enter(disp_hdr, obj, hdr, scratch, false, done, &slow_case);
69 // if the object header was the same, we're done
74 jcc(Assembler::equal, done);
82 // these 3 tests can be done by evaluating the following expression:
95 // done
96 bind(done);
106 Label done; local
111 biased_locking_exit(obj, hdr, done);
118 // if we had recursive locking, we are done
184 Label done; local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/mimepull/
H A DMIMEParser.java79 private boolean done = false; field in class:MIMEParser
150 if (done) {
205 done = true;
226 done = true;
246 done = true;
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_FourByteAbgrPre.c170 mlib_d64 done, d_half; local
180 done = vis_to_double_dup(0x7fff7fff);
289 dmix1 = vis_fpsub16(done, dmix0);
H A Dvis_IntArgb.c370 mlib_d64 done, done16, d_half; local
374 done = vis_to_double_dup(0x7fff7fff);
450 dmix1 = vis_fpsub16(done, dmix0);
/openjdk7/jdk/src/windows/bin/
H A Dcmdtoargs.c67 jboolean done = JNI_FALSE; local
70 while ((ch = *src) != 0 && !done) {
74 done = JNI_TRUE;
100 done = JNI_TRUE;
123 done = JNI_TRUE;
145 done = JNI_TRUE;
152 if (!done) {
163 return done ? src : NULL;
/openjdk7/jdk/test/java/lang/invoke/
H A DPermuteArgsTest.java220 HashSet<String> done = new HashSet<>();
236 testPermutations(mh, perm, start, end, done);
254 static void testPermutations(MethodHandle mh, int[] perm, int start, int end, Set<String> done) throws Throwable { argument
257 testRotations(mh, perm, start, end, done);
272 testPermutations(mh, perm, start2, end2, done);
278 static void testRotations(MethodHandle mh, int[] perm, int start, int end, Set<String> done) throws Throwable { argument
281 if (done.add(Arrays.toString(perm)))
/openjdk7/jdk/test/java/net/Socks/
H A DSocksServer.java61 private volatile boolean done = false; field in class:SocksServer
156 boolean done = false;
159 while(!done && i != -1) {
163 done = true;
517 done = true;
523 while (!done) {
/openjdk7/jdk/test/java/util/Collections/
H A DRacingCollections.java56 volatile boolean done = false; field in class:RacingCollections.Frobber
57 boolean keepGoing(int i) { return (i % 128 != 0) || ! done; }
73 // Mutate elLoco wildly forever, checking occasionally for "done"
132 done = true;

Completed in 509 milliseconds

1234567