Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/security/cert/
DCertStore.java242 return handleException(e); in getInstance()
246 private static CertStore handleException(NoSuchAlgorithmException e) in handleException() method in CertStore
312 return handleException(e); in getInstance()
366 return handleException(e); in getInstance()
/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