Searched refs:getOOBInline (Results 1 - 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DSocketTest.java782 assertTrue("expected OOBIline to be true", theSocket.getOOBInline());
785 assertFalse("expected OOBIline to be false", theSocket.getOOBInline());
788 assertFalse("expected OOBIline to be false", theSocket.getOOBInline());
1435 assertTrue("expected OOBIline to be true", theSocket.getOOBInline());
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSocketAdaptor.java348 public boolean getOOBInline() throws SocketException { method in class:SocketAdaptor
/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketTest.java1494 // mostly tested in getOOBInline. Just set to make sure call works ok
1497 assertTrue("expected OOBIline to be true", theSocket.getOOBInline());
1523 assertTrue("expected OOBIline to be true", theSocket.getOOBInline());
1526 .getOOBInline());
1529 .getOOBInline());
1532 theSocket.getOOBInline();
H A DURLConnectionTest.java3332 @Override public boolean getOOBInline() throws SocketException { return delegate.getOOBInline(); } method in class:URLConnectionTest.DelegatingSocket
3594 @Override public boolean getOOBInline() throws SocketException { method in class:URLConnectionTest.DelegatingSSLSocket
3595 return delegate.getOOBInline();
/libcore/ojluni/src/main/java/java/net/
H A DSocket.java1132 * @see #getOOBInline()
1151 public boolean getOOBInline() throws SocketException { method in class:Socket
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DSocketChannelTest.java531 assertFalse(s.getOOBInline());
567 assertFalse(s.getOOBInline());

Completed in 43 milliseconds