Searched defs:done (Results 126 - 150 of 172) sorted by relevance

1234567

/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c69 goto done;
77 goto done;
100 done:
161 unsigned nFailed, nAllocated, done = 0, nPlanes = 0; local
173 for (done = 0; !done;) {
180 done = 1;
186 done = 1;
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteGray_Mask.c623 mlib_d64 done, d_half; local
633 done = vis_to_double_dup(0x7fff7fff);
738 e0 = vis_fmul8x16(vis_read_hi(dd), vis_fpsub16(done, mix0));
739 e1 = vis_fmul8x16(vis_read_lo(dd), vis_fpsub16(done, mix1));
744 mask0 = vis_fcmplt16(mix0, done);
745 mask1 = vis_fcmplt16(mix1, done);
H A Dvis_IntArgbPre.c1095 mlib_d64 done, d_half; local
1099 done = vis_to_double_dup(0x7fff7fff);
1173 dmix1 = vis_fpsub16(done, dmix0);
H A Dvis_IntRgbx.c964 mlib_d64 done, done16, d_half, maskRGB, dzero; local
968 done = vis_to_double_dup(0x7fff7fff);
1045 dmix1 = vis_fpsub16(done, dmix0);
H A Dvis_FourByteAbgr.c1868 mlib_d64 done, done16, d_half; local
1873 done = vis_to_double_dup(0x7fff7fff);
1969 dmix1 = vis_fpsub16(done, dmix0);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50TypeIterator.java49 public boolean done(); method in interface:DebugVC50TypeIterator
53 (!iter.done()) { ... iter.next(); } construct.
55 @throw NoSuchElementException if the iterator is already done
82 @throw NoSuchElementException if the iterator is already done
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java444 // In case of success, we also need to call context.done() at the
454 context.done();
963 // In case of success, we also need to call context.done() at the
976 if (registered && context!=null) context.done();
1863 * The method {@code done()} will be called in registerMBean or
1867 public void done(); method in interface:DefaultMBeanServerInterceptor.ResourceContext
1870 public void done() {}
2037 public void done() {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp298 Label no_mdo, done; local
310 __ ba_short(done);
321 __ bind(done);
368 { Label done; local
371 __ br( Assembler::zero, true, Assembler::pt, done);
386 __ bind(done);
1866 // Get out of the current method (how this is done depends on the particular compiler calling
1902 // We are done with this activation frame; find out where to go next.
H A DcppInterpreter_sparc.cpp1174 Label done; local
1177 __ br( Assembler::zero, false, Assembler::pt, done);
1201 __ bind(done);
1570 // Any stack banging or limit check should already be done.
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp514 Label done; local
519 __ jcc(Assembler::zero, done);
524 __ bind(done);
733 // all done with frame size check
767 { Label done; local
773 __ jcc(Assembler::zero, done);
778 __ bind(done);
H A DtemplateInterpreter_x86_32.cpp352 Label no_mdo, done; local
362 __ jmpb(done);
367 __ bind(done);
537 // all done with frame size check
563 { Label done; local
568 __ jcc(Assembler::zero, done);
573 __ bind(done);
H A DtemplateInterpreter_x86_64.cpp308 Label no_mdo, done; local
318 __ jmpb(done);
323 __ bind(done);
483 // all done with frame size check
519 Label done; local
524 __ jcc(Assembler::zero, done);
541 __ bind(done);
H A Dc1_Runtime1_x86.cpp1639 Label done; local
1664 __ jmp(done);
1692 __ bind(done);
1709 Label done; local
1747 __ jcc(Assembler::equal, done);
1772 __ jmp(done);
1798 __ bind(done);
H A Dinterp_masm_x86_32.cpp442 // Nothing Intel-specific to be done here.
671 Label done; local
688 biased_locking_enter(lock_reg, obj_reg, swap_reg, noreg, false, done, &slow_case);
709 jcc(Assembler::zero, done);
715 // These 3 tests can be done by evaluating the following
730 jcc(Assembler::zero, done);
737 bind(done);
754 Label done; local
773 biased_locking_exit(obj_reg, header_reg, done);
783 jcc(Assembler::zero, done);
1095 record_klass_in_profile_helper( Register receiver, Register mdp, Register reg2, int start_row, Label& done, bool is_virtual_call) argument
1179 Label done; local
[all...]
H A Dinterp_masm_x86_64.cpp441 // Nothing amd64 specific to be done here
674 Label done; local
690 biased_locking_enter(lock_reg, obj_reg, swap_reg, rscratch1, false, done, &slow_case);
711 jcc(Assembler::zero, done);
717 // These 3 tests can be done by evaluating the following
732 jcc(Assembler::zero, done);
741 bind(done);
765 Label done; local
784 biased_locking_exit(obj_reg, header_reg, done);
795 jcc(Assembler::zero, done);
1129 record_klass_in_profile_helper( Register receiver, Register mdp, Register reg2, int start_row, Label& done, bool is_virtual_call) argument
1237 Label done; local
[all...]
/openjdk7/jdk/src/share/back/
H A DeventFilter.c622 jboolean done; local
630 done = JNI_FALSE;
632 for (i = 0; (i < count) && (!done); ++i, ++filter) {
641 done = JNI_TRUE;
653 done = JNI_TRUE;
661 done = JNI_TRUE;
670 done = JNI_TRUE;
H A DeventHelper.c101 jboolean done; member in struct:HelperCommand
164 command->done = JNI_FALSE;
195 while (!command->done) {
209 command->done = JNI_TRUE;
210 log_debugee_location("completeCommand(): HelperCommand done waiting", NULL, NULL, 0);
596 * For the moment, there's nothing that can be done with the
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.hpp166 bool done() { return _done; } function in class:DepPreds
184 bool done() { return _done; } function in class:DepSuccs
H A Dgcm.cpp240 bool done = true; // Assume all n's inputs will be processed local
254 done = false; // Not all n's inputs processed.
260 if (done) {
282 } // if (done)
835 break; // All done with children; post-visit 'self'
1144 // If node is pinned in the block, then no scheduling can be done.
1212 // If there is no opportunity to hoist, then we're done.
H A Dloopnode.hpp1102 // for (LoopTreeIterator iter(_ltree_root); !iter.done(); iter.next()) {
1114 bool done() { return _curnt == NULL; } // Finished iterating? function in class:LoopTreeIterator
/openjdk7/jdk/src/windows/native/com/sun/management/
H A DOperatingSystem_md.c722 BOOL done = false; local
730 for (i = 0; !done && !error; i++){
745 done = true;
747 done = true;
758 done = true;
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_colors.c95 static int done = 0; local
98 if (done) {
118 done = 1;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDocumentImpl.java95 private boolean done = false; field in class:DTMDocumentImpl
334 * %REVIEW% Should this return null if constrution already done/begun?
632 done = false;
646 // done = true;
1156 * for XPath emulation, that test must be done here.
1275 // Document done and node out of bounds
1276 if (done && (nodeHandle > nodes.slotsUsed()))
1291 } else if (!done) {
1904 * entirely clear whether that should be done here; currently that's
2355 done
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp740 BasicBlock *done = function()->CreateBlock("done"); local
760 do_call, done);
765 builder()->CreateBr(done);
767 builder()->SetInsertPoint(done);
1022 // If the method is obviously final then we are already done
1951 // All done
1967 // If it is recursive then we're already done
2002 // All done
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A DimageioJPEG.c970 * buffer filling be done at the top application level, using this
1620 * Now clear the input buffer if the Java code has done a seek
1824 boolean done; local
1992 done = FALSE;
1993 while (!done) {
2089 done = TRUE;
2092 done = TRUE;
2101 * We are done, but we might not have read all the lines, or all
2939 * We are done, but we might not have done al
[all...]

Completed in 766 milliseconds

1234567