Searched defs:close (Results 501 - 525 of 582) sorted by relevance

<<21222324

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousSocketChannelImpl.java78 // close support
128 * Invoked to close socket and release other resources.
133 public final void close() throws IOException { method in class:AsynchronousSocketChannelImpl
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrintJob2D.java893 graphicsToBeDrawn.close();
1007 graphicsDrawn.close();
1034 synchronized void close() { method in class:PrintJob2D.MessageQ
/openjdk7/jdk/src/share/classes/sun/rmi/log/
H A DReliableLog.java231 in.close();
386 out.close();
403 public synchronized void close() throws IOException { method in class:ReliableLog
406 log.close();
538 close();
769 in.close();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DInfoWindow.java101 closer.close();
121 void close() { method in class:InfoWindow.Closer
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLStreamReaderImpl.java199 //called close()
250 //fReuse is set to 'true' when application calls close()
276 /** Frees any resources associated with this Reader. This method does not close the underlying input source.
279 public void close() throws XMLStreamException { method in class:XMLStreamReaderImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream.java387 public final void close() throws IOException { method in class:CDRInputStream
388 impl.close();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DParserTable.java968 public void close() { } method in class:ParserTable.TestAcceptor1
999 public void close() { } method in class:ParserTable.TestAcceptor2
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFFileParser.java829 public void close() throws ELFException { method in class:ELFFileParser.ELFFileImpl
831 file.close();
1095 elfFile.close();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTitlePane.java67 * Action used to close the Window.
374 private void close() { method in class:MetalTitlePane
782 * Actions used to <code>close</code> the <code>Window</code>.
791 close();
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFReader.java248 rtfDestination.close(); /* allow the destination to clean up */
259 /* Check that setting the destination won't close the
265 rtfDestination.close();
275 * @see OutputStream#close
277 public void close() method in class:RTFReader
291 super.close();
635 void close(); method in interface:RTFReader.Destination
676 public void close() method in class:RTFReader.DiscardingDestination
745 public void close() method in class:RTFReader.FonttblDestination
784 public void close() method in class:RTFReader.ColortblDestination
835 public void close() method in class:RTFReader.StylesheetDestination
933 public void close() { method in class:RTFReader.StylesheetDestination.StyleDefiningDestination
1110 public void close() method in class:RTFReader.AttributeTrackingDestination
1552 public void close() method in class:RTFReader.TextHandlingDestination
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java785 void close() { method in class:LayoutPathImpl.SegmentPath.Segment
787 if (LOGMAP) LOG.format("s(%d) close\n[cp]\n", ix);
892 void close() { method in class:LayoutPathImpl.SegmentPath.Mapper
893 if (LOGMAP) LOG.format("close\n");
896 s.close();
910 case SEG_CLOSE: close(); break;
/openjdk7/jdk/src/share/classes/java/net/
H A DAbstractPlainSocketImpl.java62 /* indicates a close is pending on the file descriptor */
131 close();
155 close();
187 close();
358 close();
498 protected void close() throws IOException { method in class:AbstractPlainSocketImpl
510 * We close the FileDescriptor in two-steps - first the
511 * "pre-close" which closes the socket but doesn't
514 * linger interval. Once the pre-close is done we do the
526 * If a thread has acquired the fd and a close
[all...]
H A DSocket.java427 close();
664 * If the socket was connected prior to being {@link #close closed},
716 * If the socket was connected prior to being {@link #close closed},
737 * If the socket was bound prior to being {@link #close closed},
759 * If the socket was connected prior to being {@link #close closed},
783 * <code>InetSocketAddress </code> is {@link #close closed},
852 * socket has not been closed using {@link #close close}, then
859 * will close the associated socket.
902 * will close th
1432 public synchronized void close() throws IOException { method in class:Socket
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsContext.java126 * context, for example, won't close the other). The two contexts
144 public void close() { method in class:DnsContext
146 resolver.close();
977 public void close() { method in class:NameClassPairEnumeration
985 close();
1035 // close();
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DHierMemDirCtx.java54 public void close() throws NamingException { method in class:HierMemDirCtx
798 public void close() { method in class:HierMemDirCtx.FlatNames
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMainMixer.java917 public void close() {
918 SoftMainMixer.this.synth.close();
1143 public void close() { method in class:SoftMainMixer
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp189 inline int os::close(int fd) { function in class:os
190 RESTARTABLE_RETURN_INT(::close(fd));
194 RESTARTABLE_RETURN_INT(::close(fd));
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp193 inline int os::close(int fd) { function in class:os
194 return ::close(fd);
198 return ::close(fd);
/openjdk7/hotspot/src/share/tools/hsdis/
H A Dhsdis.c84 static const char* format_insn_close(const char* close,
155 static const char* format_insn_close(const char* close, argument
159 return close;
163 || (strlen(close) + 3*20 > bufsize))
164 return close;
177 strcpy(buf, close);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCDataTransferer.java449 close();
459 close();
472 close();
483 close();
495 close();
505 close();
513 close();
545 public void close() throws IOException { method in class:HTMLDecodingInputStream
548 bufferedStream.close();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentSerializer.java177 public void close() throws XMLStreamException { method in class:StAXDocumentSerializer
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DDOMStreamReader.java242 public void close() throws XMLStreamException { method in class:DOMStreamReader
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDataTransferer.java213 str.close();
867 public synchronized void close() throws IOException { method in class:HTMLCodec
870 bufferedStream.close();
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIRenderer.cpp63 BOOL close, BOOL fixend)
70 // We will need to add a point if we need to close it off or
82 if ((close && !isclosed) || fixend) {
97 if (close && !isclosed) {
100 if (!close || isempty) {
60 TransformPoly(jint *xpoints, jint *ypoints, jint transx, jint transy, POINT *pPoints, jint *pNpoints, BOOL close, BOOL fixend) argument
/openjdk7/jdk/test/java/nio/file/Files/
H A DPassThroughFileSystem.java71 public void close() throws IOException { method in class:PassThroughFileSystem
72 delegate.close();
297 public void close() throws IOException {
298 stream.close();

Completed in 115 milliseconds

<<21222324