HomeSort by relevance Sort by last modified time
    Searched refs:test_connect (Results 1 - 11 of 11) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DatagramSocketImplTest.java 40 public void test_connect() throws Exception { method in class:DatagramSocketImplTest
44 impl.test_connect(localhost, 0);
45 impl.test_connect(localhost, -1);
46 impl.test_connect(null, -1);
145 public void test_connect(InetAddress inetAddr, int port ) throws SocketException{ method in class:MockDatagramSocketImpl
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtpnet.py 13 def test_connect(self): member in class:SmtpSSLTest
test_imaplib.py 150 def test_connect(self): member in class:BaseThreadedNetworkedTests
test_ssl.py 209 def test_connect(self): member in class:NetworkedTests
    [all...]
test_socket.py 1264 def test_connect(self): member in class:NetworkConnectionNoServer
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtpnet.py 13 def test_connect(self): member in class:SmtpSSLTest
test_imaplib.py 150 def test_connect(self): member in class:BaseThreadedNetworkedTests
test_ssl.py 209 def test_connect(self): member in class:NetworkedTests
    [all...]
test_socket.py 1264 def test_connect(self): member in class:NetworkConnectionNoServer
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 52 public void test_connect() throws Exception { method in class:ConcurrentCloseTest
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 329 public void test_connect() throws IOException {
    [all...]

Completed in 283 milliseconds