Searched defs:done (Results 51 - 75 of 172) sorted by relevance

1234567

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DbufferingOopClosure.hpp41 // The caller must be sure to call "done" to process any unprocessed
87 void done () { function in class:BufferingOopClosure
116 void done() { function in class:BufferingOopsInGenClosure
117 _boc.done();
131 _boc.done();
197 void done () { function in class:BufferingOopsInHeapRegionClosure
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DProxyRef.java72 public void done(java.rmi.server.RemoteCall call) throws RemoteException { method in class:ProxyRef
73 ref.done(call);
/openjdk7/hotspot/make/windows/
H A Dcreate.bat59 goto done
65 :done label
/openjdk7/jdk/test/java/awt/FullScreen/MultimonFullscreenTest/
H A DMultimonFullscreenTest.java102 static volatile boolean done = true; field in class:MultimonFullscreenTest
294 done = true;
326 done = false;
335 while (!done) {
379 done = true;
/openjdk7/jdk/test/java/awt/Graphics2D/MTGraphicsAccessTest/
H A DMTGraphicsAccessTest.java48 volatile boolean done; field in class:MTGraphicsAccessTest
99 done = false;
110 done = true;
196 while (!done) {
/openjdk7/jdk/test/java/awt/Window/TranslucentShapedFrameTest/
H A DTSFrame.java56 static volatile boolean done = false; field in class:TSFrame
177 done = false;
218 done = true;
225 done = true;
271 done = true;
282 } while (!done);
/openjdk7/jdk/test/java/rmi/activation/Activatable/notSerializable/
H A DNotSerializable.java126 public void done(RemoteCall call) { method in class:NotSerializable.FakeRemoteRef
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DStringTokenIterator.java41 private boolean done; field in class:StringTokenIterator
71 return done;
82 done = true;
98 done = false;
/openjdk7/jdk/test/java/rmi/server/RemoteObject/unrecognizedRefType/
H A DUnrecognizedRefType.java117 public void done(RemoteCall call) { method in class:UnrecognizedRefType.FakeRemoteRef
/openjdk7/jdk/test/javax/management/mxbean/
H A DPreRegisterNameTest.java83 public void postRegister(Boolean done) {} argument
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DDiffHBTest.java115 while (!dummyListener.done && remainingTime > 0) {
140 public boolean done = false; field in class:DiffHBTest.MyListener
194 done = true;
201 done = true;
/openjdk7/jdk/test/sun/awt/font/
H A DClassLoaderLeakTest.java201 public void launch(CountDownLatch done) { argument
206 done.countDown();
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DSimplePrimQuality.java50 private static boolean done; field in class:SimplePrimQuality
174 if (!done) {
176 done = true;
205 while (!done) {
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegionSpanIterator.java44 // Are we done?
45 boolean done = false; field in class:RegionSpanIterator
104 done = lox >= hix || loy >= hiy;
114 if (done) {
120 // so that the caller will process the single span. We set done
124 done = true;
136 done = true;
150 done = true;
164 // If it's non- box, we're done
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DMarshalInputStream.java79 /** callbacks to make when done() called: maps Object to Runnable */
137 * Registers a callback to make when this stream's done() method is
147 * Indicates that the user of this MarshalInputStream is done reading
155 public void done() { method in class:MarshalInputStream
165 * Closes this stream, implicitly invoking done() first.
168 done();
298 * else than as the next object in the stream, as is done by this class.
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DStreamRemoteCall.java116 out.done(); // always start DGC ack timer
149 // execute MarshalInputStream "done" callbacks
151 in.done();
158 /* WARNING: The connection being passed to done may have
161 in.done(conn);
307 public void done() throws IOException { method in class:StreamRemoteCall
/openjdk7/jdk/test/sun/rmi/rmic/minimizeWrapperInstances/
H A DTest.java102 public void done(RemoteCall call) { throw new AssertionError(); } method in class:Test.AbstractRemoteRef
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DCacheTable.java159 public void done() { method in class:CacheTable
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/fsm/
H A DStateEngineImpl.java131 public void done() throws IllegalStateException method in class:StateEngineImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DCorbaResponseWaitingRoomImpl.java62 java.lang.Object done = new java.lang.Object(); field in class:CorbaResponseWaitingRoomImpl.OutCallDesc
151 synchronized(call.done) {
162 call.done.wait();
235 synchronized (call.done) {
249 call.done.notify();
281 synchronized(call.done) {
302 call.done.notifyAll();
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageDecoder.java144 protected int imageComplete(int status, boolean done) { argument
146 if (done) {
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DFlatteningPathIterator.java82 boolean done; // True when iteration is done field in class:FlatteningPathIterator
167 return done;
205 done = true;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.cpp167 Label done; local
193 // If is_register is false, then we are done the first six integer args.
194 __ br_null_short(G4_scratch, Assembler::pt, done);
213 __ bind(done);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.cpp76 Label sef_cpuid, ext_cpuid, ext_cpuid1, ext_cpuid5, ext_cpuid7, done; local
113 __ jmp(done);
132 __ jmp(done);
270 __ jcc(Assembler::belowEqual, done);
327 __ bind(done);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkIntrinsics.cpp163 BasicBlock *done = builder()->CreateBlock(ip, "done"); local
168 builder()->CreateBr(done);
171 builder()->CreateBr(done);
173 builder()->SetInsertPoint(done);

Completed in 2454 milliseconds

1234567