Searched refs:completed (Results 76 - 91 of 91) sorted by relevance

1234

/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousSocketChannelImpl.java155 // waits until all I/O operations have completed
262 public void completed(int bytesTransferred, boolean canInvokeDirect) { method in class:WindowsAsynchronousSocketChannelImpl.ConnectTask
421 * Invoked after a read has completed to update the buffer positions
505 throw new InternalError("Read completed immediately");
532 * Executed when the I/O has completed
536 public void completed(int bytesTransferred, boolean canInvokeDirect) { method in class:WindowsAsynchronousSocketChannelImpl.ReadTask
698 * Invoked after a write has completed to update the buffer positions
767 // write completed immediately
768 throw new InternalError("Write completed immediately");
793 * Executed when the I/O has completed
797 public void completed(int bytesTransferred, boolean canInvokeDirect) { method in class:WindowsAsynchronousSocketChannelImpl.WriteTask
[all...]
H A DWindowsAsynchronousServerSocketChannelImpl.java98 // waits until the accept operations have completed
217 // accept completed immediately but may not have executed on
229 * Executed when the I/O has completed
232 public void completed(int bytesTransferred, boolean canInvokeDirect) { method in class:WindowsAsynchronousServerSocketChannelImpl.AcceptTask
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/digest/
H A DDigestMD5Server.java254 completed = true;
698 if (completed) {
H A DDigestMD5Base.java209 if (!completed) {
211 "DIGEST-MD5 authentication not completed");
235 if (!completed) {
237 "DIGEST-MD5 authentication not completed");
255 if (completed) {
263 "DIGEST-MD5 authentication not completed");
H A DDigestMD5Client.java194 * completed field is set to true.
256 return null; // Mechanism has completed.
260 completed = true;
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageCopy_blk.s237 ! and store has completed
257 ! and store has completed.
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileChannelImpl.java1012 boolean completed = false;
1031 completed = true;
1034 if (!completed)
1038 end(completed);
H A DInvoker.java48 // when all completion handlers have completed.
126 handler.completed(value, attachment);
262 * Invoke handler with completed result. This method does not check the
277 * Invoke handler with completed result. If the current thread is in the
294 * Invoke handler with completed result. The handler is invoked indirectly,
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DORBUtility.java113 members[2] = new StructMember("completed", orb.get_primitive_tc(TCKind.tk_long), null);
150 out.write_long(ex.completed.value());
256 strm.write_long(ex.completed.value());
270 ex.completed = CompletionStatus.from_int(strm.read_long());
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DSocketOrChannelConnectionImpl.java1501 systemException.completed = CompletionStatus.COMPLETED_NO;
1504 systemException.completed = CompletionStatus.COMPLETED_MAYBE;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java202 switch (ex.completed.value()) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassReader.java721 boolean completed = false;
724 if (!completed) {
725 completed = true;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DMessageBase.java929 sysEx.completed = completionStatus;
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp284 // been filled, the destination_count should be set to the completed value
302 // been completed.
305 // completed(), which is desirable since a region must be claimed before it
306 // can be completed.
309 bool completed() const { return _dc_and_los >= dc_completed; } function in class:ParallelCompactData::RegionData
344 static const region_sz_t dc_completed; // Region has been completed.
H A DpsParallelCompact.cpp2789 if (!c->completed()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp1915 // Reset the expansion cause, now that we just completed
2311 // initial marking in checkpointRootsInitialWork has been completed
2323 // marking from roots in markFromRoots has been completed
2356 // final marking in checkpointRootsFinal has been completed
2371 // Sweeping has been completed...
2372 // At this point the background collection has completed.
2392 // CMS heap resizing has been completed
2510 // initial marking in checkpointRootsInitialWork has been completed
2534 // final marking in checkpointRootsFinal has been completed
2544 // Sweeping has been completed; th
[all...]

Completed in 330 milliseconds

1234