OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClosedSelectorException
(Results
1 - 25
of
28
) sorted by null
1
2
/libcore/ojluni/src/main/java/java/nio/channels/
ClosedSelectorException.java
40
public class
ClosedSelectorException
49
public
ClosedSelectorException
() { }
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ClosedSelectorExceptionTest.java
18
import java.nio.channels.
ClosedSelectorException
;
25
* Tests for
ClosedSelectorException
30
* @tests {@link java.nio.channels.
ClosedSelectorException
#
ClosedSelectorException
()}
33
ClosedSelectorException
e = new
ClosedSelectorException
();
44
SerializationTest.verifySelf(new
ClosedSelectorException
());
52
SerializationTest.verifyGolden(this, new
ClosedSelectorException
());
SelectorTest.java
24
import java.nio.channels.
ClosedSelectorException
;
141
fail("should throw
ClosedSelectorException
");
142
} catch (
ClosedSelectorException
e) {
183
fail("should throw
ClosedSelectorException
");
184
} catch (
ClosedSelectorException
e) {
461
fail("should throw
ClosedSelectorException
");
462
} catch (
ClosedSelectorException
e) {
/libcore/ojluni/src/main/java/sun/nio/ch/
SelectorImpl.java
69
throw new
ClosedSelectorException
();
75
throw new
ClosedSelectorException
();
84
throw new
ClosedSelectorException
();
EPollSelectorImpl.java
75
throw new
ClosedSelectorException
();
160
throw new
ClosedSelectorException
();
185
throw new
ClosedSelectorException
();
PollSelectorImpl.java
69
throw new
ClosedSelectorException
();
AbstractPollSelectorImpl.java
73
throw new
ClosedSelectorException
();
143
throw new
ClosedSelectorException
();
DevPollSelectorImpl.java
80
throw new
ClosedSelectorException
();
185
throw new
ClosedSelectorException
();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
AbstractSelectorTest.java
20
import java.nio.channels.
ClosedSelectorException
;
139
fail("should throw
ClosedSelectorException
");
140
} catch (
ClosedSelectorException
e) {
/external/jetty/src/java/org/eclipse/jetty/io/nio/
SelectorManager.java
24
import java.nio.channels.
ClosedSelectorException
;
732
catch (
ClosedSelectorException
e)
[
all
...]
/libcore/
openjdk_java_files.mk
353
ojluni/src/main/java/java/nio/channels/
ClosedSelectorException
.java \
[
all
...]
/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
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/system_23/
android.jar
Completed in 956 milliseconds
1
2