Home
last modified time | relevance | path

Searched refs:isStream (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/net/
DPlainSocketImpl.java54 void socketCreate(boolean isStream) throws java.io.IOException { in socketCreate() argument
/libcore/ojluni/src/main/java/java/net/
DPlainSocketImpl.java125 void socketCreate(boolean isStream) throws IOException { in socketCreate() argument
128 fd.setInt$(IoBridge.socket(AF_INET6, isStream ? SOCK_STREAM : SOCK_DGRAM, 0).getInt$()); in socketCreate()
/libcore/luni/src/test/java/libcore/java/net/
DSocketTest.java218 @Override protected void create(boolean isStream) throws IOException { in test_SocketOptions_setOption() argument
220 this.createStream = isStream; in test_SocketOptions_setOption()