Searched defs:done (Results 101 - 125 of 172) sorted by relevance

1234567

/openjdk7/jdk/test/java/util/concurrent/FutureTask/
H A DCustomized.java52 protected void done() { method in class:Customized.MyFutureTask
54 super.done();
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DScheduledTickleService.java42 // Record when tasks are done
43 public static final CountDownLatch done = new CountDownLatch(concurrency); field in class:ScheduledTickleService
67 done.await();
125 ScheduledTickleService.done.countDown();
/openjdk7/jdk/test/javax/swing/JComponent/4337267/
H A Dbug4337267.java29 static boolean done = false; field in class:bug4337267
71 done = true;
239 while (!done) {
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DDrawBufImgOp.java60 private static boolean done; field in class:DrawBufImgOp
187 if (done) {
204 done = true;
437 while (!done) {
H A DGradientPaints.java71 private static boolean done; field in class:GradientPaints
95 if (!done) {
96 done = true;
327 while (!done) {
/openjdk7/jdk/test/sun/net/ftp/
H A DFtpGetContent.java43 private boolean done = false; field in class:FtpGetContent.FtpServer
55 * That's where 99% of the protocol handling is done.
176 boolean done = false;
189 while (!done) {
232 done = true;
363 done = true;
391 done = true;
394 synchronized boolean done() { method in class:FtpGetContent.FtpServer
395 return done;
438 while (!done()) {
[all...]
H A DFtpURL.java41 private boolean done = false; field in class:FtpURL.FtpServer
53 * That's where 99% of the protocol handling is done.
174 boolean done = false;
188 while (!done) {
231 done = true;
364 done = true;
393 done = true;
479 // We're done!
500 // We're done!
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegionClipSpanIterator.java98 boolean done = false; field in class:RegionClipSpanIterator
112 done = true;
126 done = true;
180 if (done) {
193 done = true;
/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphLayout.java64 * GlyphLayout, call layout on it, then call done(GlyphLayout) when
65 * finished. There's no particular problem if you don't call done,
90 private LayoutEngineFactory _lef; // set when get is called, unset when done is called
202 * Return the old instance of GlyphLayout when you are done. This enables reuse
205 public static void done(GlyphLayout gl) { method in class:GlyphLayout
/openjdk7/hotspot/src/share/vm/services/
H A DmemReporter.cpp57 _outputer.done();
149 _outputer.done();
294 void BaselineTTYOutputer::done() { function in class:BaselineTTYOutputer
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp971 BasicBlock *done = builder()->CreateBlock(ip, "done"); local
990 builder()->CreateBr(done);
998 builder()->CreateBr(done);
1000 builder()->SetInsertPoint(done);
1093 BasicBlock *done = builder()->CreateBlock(ip, "done"); local
1096 builder()->CreateCondBr(builder()->CreateICmpEQ(a, b), done, ne);
1102 builder()->CreateBr(done);
1105 builder()->CreateBr(done);
1133 BasicBlock *done = builder()->CreateBlock(ip, "done"); local
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp317 void xmlStream::done(const char* format, ...) { function in class:xmlStream
327 // done(), and can be called safely by fatal error handler.
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray_FromRgb.c715 mlib_d64 done = vis_to_double_dup(0x7fff7fff); local
769 d1 = vis_fmul8x16(*(mlib_f32*)dst, vis_fpsub16(done, srcAx4));
837 d1 = vis_fmul8x16(*(mlib_f32*)dst, vis_fpsub16(done, srcAx4));
886 mlib_d64 done = vis_to_double_dup(0x01000100); local
947 ds = vis_fpsub16(done, dd);
966 dstAx4 = vis_fpsub16(done, srcAx4);
1004 ds = vis_fpsub16(done, dd);
H A Dvis_IntArgbBm.c547 mlib_d64 done, done16, d_half; local
551 done = vis_to_double_dup(0x7fff7fff);
631 dmix1 = vis_fpsub16(done, dmix0);
H A Dvis_IntBgr.c826 mlib_d64 done, done16, d_half, maskRGB, dzero; local
830 done = vis_to_double_dup(0x7fff7fff);
909 dmix1 = vis_fpsub16(done, dmix0);
H A Dvis_IntRgb.c554 mlib_d64 done, done16, d_half, maskRGB, dzero; local
558 done = vis_to_double_dup(0x7fff7fff);
635 dmix1 = vis_fpsub16(done, dmix0);
H A Dvis_UshortGray_FromRgb.c677 mlib_d64 done = vis_to_double_dup(0x7fff7fff); local
730 d1 = vis_fmul8x16(*(mlib_f32*)dst, vis_fpsub16(done, srcAx4));
798 d1 = vis_fmul8x16(*(mlib_f32*)dst, vis_fpsub16(done, srcAx4));
847 mlib_d64 done = vis_to_double_dup(0x01000100); local
908 ds = vis_fpsub16(done, dd);
927 dstAx4 = vis_fpsub16(done, srcAx4);
965 ds = vis_fpsub16(done, dd);
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dgzio.c734 int done = 0; local
752 if (done) break;
763 done = (s->stream.avail_out != 0 || s->z_err == Z_STREAM_END);
H A Dzlib.h74 Compression can be done in a single step if the buffers are large
75 enough (for example if an input file is mmap'ed), or can be done by
146 int done; /* true when done reading gzip header (not used member in struct:gz_header_s
262 perform any compression: this will be done by deflate().
329 is to be done in a single step. In this case, avail_out must be at least
382 the zlib header if present: this will be done by inflate(). (So next_in and
559 not perform any compression: this will be done by deflate().
598 perform any compression: this will be done by deflate().
742 the uncompressed data as is done i
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXTree.java563 protected void done() { method in class:XTree.MBeanInfoNodesSwingWorker
/openjdk7/jdk/test/sun/net/www/ftptest/
H A DFtpCommandHandler.java56 private boolean done = false; field in class:FtpCommandHandler
410 done = true;
457 while (!done) {
469 done = true;
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DDasher.java308 private boolean done; field in class:Dasher.LengthIterator
328 this.done = true;
343 this.done = false;
345 // the root of the tree is a leaf so we're done.
347 this.done = true;
399 if (done) {
451 done = true;
453 // even if done = true, if we're here, that means targetLength
474 done = true;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SymbolIterator.java40 public boolean done(); method in interface:DebugVC50SymbolIterator
43 first symbol initially, so one should use a while (!iter.done())
46 @throw NoSuchElementException if the iterator is already done
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp132 // through the debug information was done in the SA. It turns out
378 bool done = false; local
385 for (int i = 0; i < classCount && !done; i++) {
410 for (int j = 0; j < methodCount && !done; j++) {
418 for (int k = 0; k < entryCount && !done; k++) {
427 done = (targetLineNumber == saCmdBkptLineNumber);
546 // OK, initialization is done
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp472 Label rewrite, done; local
481 __ cmp_and_br_short(G3_scratch, (int)Bytecodes::_iload, Assembler::equal, Assembler::pn, done);
496 __ bind(done);
714 Label rewrite, done;
723 __ cmp_and_br_short(G3_scratch, (int)Bytecodes::_getfield, Assembler::equal, Assembler::pn, done);
751 __ bind(done);
879 Label store_ok, is_null, done;
922 __ ba(done);
930 __ bind(done);
1184 Label done;
[all...]

Completed in 3439 milliseconds

1234567