OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClosedChannelException
(Results
26 - 50
of
63
) sorted by null
1
2
3
/libcore/ojluni/src/main/java/sun/nio/ch/
SinkChannelImpl.java
155
throw new
ClosedChannelException
();
SourceChannelImpl.java
156
throw new
ClosedChannelException
();
SocketAdaptor.java
121
throw new
ClosedChannelException
();
236
throw new
ClosedChannelException
();
DatagramChannelImpl.java
171
throw new
ClosedChannelException
();
180
throw new
ClosedChannelException
();
327
private void ensureOpen() throws
ClosedChannelException
{
329
throw new
ClosedChannelException
();
725
throw new
ClosedChannelException
();
DatagramSocketAdaptor.java
193
throw new
ClosedChannelException
();
FileChannelImpl.java
109
throw new
ClosedChannelException
();
569
throw new
ClosedChannelException
();
679
throw new
ClosedChannelException
();
[
all
...]
Net.java
153
if (x instanceof
ClosedChannelException
)
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileOutputStreamTest.java
311
fail("should throw
ClosedChannelException
");
312
} catch (java.nio.channels.
ClosedChannelException
e) {
332
fail("should throw
ClosedChannelException
");
333
} catch (java.nio.channels.
ClosedChannelException
e) {
FileInputStreamTest.java
461
fail("should throw
ClosedChannelException
");
462
} catch (java.nio.channels.
ClosedChannelException
e) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SocketChannelTest.java
36
import java.nio.channels.
ClosedChannelException
;
722
fail("Should throw a
ClosedChannelException
here.");
723
} catch (
ClosedChannelException
e) {
845
fail("Should throw a
ClosedChannelException
here.");
846
} catch (
ClosedChannelException
e) {
936
fail("Should throw a
ClosedChannelException
here.");
937
} catch (
ClosedChannelException
e) {
943
fail("Should throw a
ClosedChannelException
here.");
944
} catch (
ClosedChannelException
e) {
[
all
...]
SelectorTest.java
23
import java.nio.channels.
ClosedChannelException
;
468
throws IOException,
ClosedChannelException
{
502
throws IOException,
ClosedChannelException
{
DatagramChannelTest.java
31
import java.nio.channels.
ClosedChannelException
;
518
fail("Should throw
ClosedChannelException
."); //$NON-NLS-1$
519
} catch (
ClosedChannelException
e) {
553
fail("Should throw
ClosedChannelException
."); //$NON-NLS-1$
554
} catch (
ClosedChannelException
e) {
756
fail("Should throw a
ClosedChannelException
here."); //$NON-NLS-1$
757
} catch (
ClosedChannelException
e) {
949
fail("Should throw a
ClosedChannelException
here."); //$NON-NLS-1$
950
} catch (
ClosedChannelException
e) {
[
all
...]
/libcore/luni/src/test/java/libcore/java/nio/channels/
FileIOInterruptTest.java
29
import java.nio.channels.
ClosedChannelException
;
207
assertSame(
ClosedChannelException
.class, expected.getClass());
339
assertSame(
ClosedChannelException
.class, expected.getClass());
/external/jetty/src/java/org/eclipse/jetty/io/nio/
SelectChannelEndPoint.java
23
import java.nio.channels.
ClosedChannelException
;
708
catch (
ClosedChannelException
e)
/external/jetty/src/java/org/eclipse/jetty/server/handler/
ConnectHandler.java
25
import java.nio.channels.
ClosedChannelException
;
577
catch (
ClosedChannelException
x)
802
catch (
ClosedChannelException
x)
/prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar
/prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar
/prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/23/
android.jar
Completed in 680 milliseconds
1
2
3