Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java81 int sport = startServer("Cons String,I"); in test_ConstructorLjava_lang_StringI()
122 int sport = startServer("Cons String,I,InetAddress,I"); in test_ConstructorLjava_lang_StringILjava_net_InetAddressI1()
129 int sport = startServer("Cons String,I,InetAddress,I"); in test_ConstructorLjava_lang_StringILjava_net_InetAddressI2()
150 int sport = startServer("Cons String,I,Z"); in test_ConstructorLjava_lang_StringIZ()
160 int sport = startServer("Cons InetAddress,I"); in test_ConstructorLjava_net_InetAddressI()
169 int sport = startServer("Cons InetAddress,I,InetAddress,I"); in test_ConstructorLjava_net_InetAddressILjava_net_InetAddressI()
176 int sport = startServer("Cons InetAddress,I,Z"); in test_ConstructorLjava_net_InetAddressIZ()
186 int sport = startServer("SServer close"); in test_close()
204 int sport = startServer("SServer getInetAddress"); in test_getInetAddress()
224 int sport = startServer("SServer getKeepAlive"); in test_getKeepAlive()
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLSocketFactoryTest.java32 protected int startServer(String name) { in startServer() method in SSLSocketFactoryTest
66 int sport = startServer("test_createSocket()"); in test_createSocket()
DSSLSocketTest.java64 int sport = startServer("Cons InetAddress,I"); in testConstructor_InetAddressI()
92 int sport = startServer("Cons InetAddress,I,InetAddress,I"); in testConstructor_InetAddressIInetAddressI()
139 int sport = startServer("Cons String,I"); in testConstructor_StringI()
173 int sport = startServer("Cons String,I,InetAddress,I"); in testConstructor_StringIInetAddressI()
394 ssl = getSSLSocket("localhost", startServer("UseClientMode")); in test_UseClientMode()
487 protected int startServer(String name) { in startServer() method in SSLSocketTest