Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/javax/net/
DServerSocketFactoryTest.java37 testSocket(serverSocket, 50); in testCreateServerSocket()
42 testSocket(serverSocket, 50); in testCreateServerSocketWithPort()
51 testSocket(serverSocket, 1); in testCreateServerSocketWithPortNoBacklog()
56 testSocket(serverSocket, 50); in testCreateServerSocketWithPortZeroBacklog()
61 testSocket(serverSocket, 50); in testCreateServerSocketWithPortAndBacklog()
64 private void testSocket(final ServerSocket serverSocket, int specifiedBacklog) in testSocket() method in ServerSocketFactoryTest
/libcore/luni/src/test/java/libcore/libcore/io/
DFdsanTest.java108 public void testSocket() throws Exception { in testSocket() method in FdsanTest
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java451 try (TestSocket testSocket = new TestSocket((SocketImpl) null)) { in test_setKeepAliveZ() argument
452 testSocket.setKeepAlive(true); in test_setKeepAliveZ()