Home
last modified time | relevance | path

Searched refs:handleException (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java191 handleException(e, SO_LINGER); in test_close()
249 handleException(e, SO_KEEPALIVE); in test_getKeepAlive()
328 handleException(e, SO_LINGER); in test_getSoLinger()
353 handleException(e, SO_RCVBUF); in test_getReceiveBufferSize()
377 handleException(e, SO_SNDBUF); in test_getSendBufferSize()
422 handleException(e, TCP_NODELAY); in test_getTcpNoDelay()
448 handleException(e, SO_KEEPALIVE); in test_setKeepAliveZ()
496 handleException(e, SO_SNDBUF); in test_setSendBufferSizeI()
519 handleException(e, SO_RCVBUF); in test_setReceiveBufferSizeI()
544 handleException(e, SO_LINGER); in test_setSoLingerZI()
[all …]
DOldSocketTestCase.java96 public void handleException(Exception e, int option) { in handleException() method in OldSocketTestCase