Searched refs:implClose (Results 1 - 25 of 33) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractWatchService.java141 abstract void implClose() throws IOException; method in class:AbstractWatchService
153 implClose();
H A DPollingWatchService.java181 void implClose() throws IOException { method in class:PollingWatchService
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSolarisEventPort.java87 private void implClose() { method in class:SolarisEventPort
122 implClose();
218 implClose();
H A DEPollPort.java120 private void implClose() { method in class:EPollPort
161 implClose();
304 implClose();
H A DKQueuePort.java118 private void implClose() { method in class:KQueuePort
159 implClose();
312 implClose();
H A DDevPollSelectorImpl.java131 protected void implClose() throws IOException { method in class:DevPollSelectorImpl
H A DEPollSelectorImpl.java126 protected void implClose() throws IOException { method in class:EPollSelectorImpl
H A DEventPortSelectorImpl.java108 protected void implClose() throws IOException { method in class:EventPortSelectorImpl
H A DUnixAsynchronousServerSocketChannelImpl.java90 void implClose() throws IOException { method in class:UnixAsynchronousServerSocketChannelImpl
110 // discard the stack trace as otherwise it may appear that implClose
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DMidiInDevice.java81 protected synchronized void implClose() { method in class:MidiInDevice
82 if (Printer.trace) Printer.trace("> MidiInDevice: implClose()");
86 super.implClose();
98 if (Printer.trace) Printer.trace("< MidiInDevice: implClose() completed");
H A DMidiOutDevice.java62 protected synchronized void implClose() { method in class:MidiOutDevice
63 if (Printer.trace) Printer.trace("> MidiOutDevice: implClose()");
68 super.implClose();
72 if (Printer.trace) Printer.trace("< MidiOutDevice: implClose(): completed");
H A DPortMixer.java166 protected void implClose() { method in class:PortMixer
167 if (Printer.trace) Printer.trace(">> PortMixer: implClose");
181 if (Printer.trace) Printer.trace("<< PortMixer: implClose succeeded");
290 void implClose() { method in class:PortMixer.PortMixerPort
291 if (Printer.trace) Printer.trace(">> PortMixerPort: implClose()");
294 if (Printer.trace) Printer.trace("<< PortMixerPort: implClose() succeeded");
333 implClose();
H A DAbstractDataLine.java436 implClose();
456 abstract void implClose(); method in class:AbstractDataLine
H A DAbstractMidiDevice.java204 implClose();
217 protected void implClose() { method in class:AbstractMidiDevice
H A DAbstractMixer.java222 protected abstract void implClose(); method in class:AbstractMixer
410 implClose();
H A DDirectAudioDevice.java241 protected void implClose() { method in class:DirectAudioDevice
242 if (Printer.trace) Printer.trace("DirectAudioDevice: implClose - void method");
603 void implClose() { method in class:DirectAudioDevice.DirectDL
604 if (Printer.trace) Printer.trace(">> DirectDL: implClose()");
625 if (Printer.trace) Printer.trace("<< DirectDL: implClose() succeeded");
1307 void implClose() { method in class:DirectAudioDevice.DirectClip
1308 if (Printer.trace) Printer.trace(">> DirectClip: implClose()");
1325 super.implClose();
1333 if (Printer.trace) Printer.trace("<< DirectClip: implClose() succeeded");
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSelectorImpl.java114 implClose();
120 protected abstract void implClose() throws IOException; method in class:SelectorImpl
H A DAsynchronousServerSocketChannelImpl.java98 abstract void implClose() throws IOException; method in class:AsynchronousServerSocketChannelImpl
111 implClose();
H A DAbstractPollSelectorImpl.java85 protected void implClose() throws IOException { method in class:AbstractPollSelectorImpl
H A DAsynchronousSocketChannelImpl.java130 abstract void implClose() throws IOException; method in class:AsynchronousSocketChannelImpl
143 implClose();
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DIocp.java101 void implClose() { method in class:Iocp
406 implClose();
H A DWindowsAsynchronousServerSocketChannelImpl.java94 void implClose() throws IOException { method in class:WindowsAsynchronousServerSocketChannelImpl
/openjdk7/jdk/src/share/classes/sun/nio/cs/
H A DStreamDecoder.java192 implClose();
373 void implClose() throws IOException { method in class:StreamDecoder
H A DStreamEncoder.java149 implClose();
300 void implClose() throws IOException { method in class:StreamEncoder
/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DKQueueSelectorImpl.java175 protected void implClose() throws IOException { method in class:KQueueSelectorImpl

Completed in 60 milliseconds

12