OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inheritedchannel
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
SelectorProviderTest.java
36
// calling #
inheritedChannel
to see if this already throws an exception.
37
SelectorProvider.provider().
inheritedChannel
();
/libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java
229
Channel iChannel = System.
inheritedChannel
();
233
sp.
inheritedChannel
(), iChannel);
/libcore/luni/src/main/java/java/nio/channels/spi/
SelectorProvider.java
140
public Channel
inheritedChannel
() throws IOException {
/libcore/luni/src/main/java/java/lang/
System.java
248
* @see SelectorProvider#
inheritedChannel
()
250
public static Channel
inheritedChannel
() throws IOException {
251
return SelectorProvider.provider().
inheritedChannel
();
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/9/
android.jar
Completed in 1308 milliseconds