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

  /external/tensorflow/tensorflow/contrib/graph_editor/tests/
edit_test.py 60 def test_connect(self): member in class:EditTest
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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 197 def test_connect(self): member in class:NetworkedTests
    [all...]
test_socket.py 1177 def test_connect(self): member in class:NetworkConnectionNoServer
    [all...]
  /external/python/cpython2/Lib/test/
test_smtpnet.py 11 def test_connect(self): member in class:SmtpSSLTest
test_imaplib.py 150 def test_connect(self): member in class:BaseThreadedNetworkedTests
test_httplib.py 945 def test_connect(self): member in class:TunnelTests
    [all...]
test_socket.py 1329 def test_connect(self): member in class:NetworkConnectionNoServer
    [all...]
test_ssl.py 1340 def test_connect(self): member in class:NetworkedTests
    [all...]
  /external/python/cpython3/Lib/test/
test_smtpnet.py 48 def test_connect(self): member in class:SmtpSSLTest
test_imaplib.py 600 def test_connect(self): member in class:ThreadedNetworkedTests
    [all...]
test_ssl.py 1835 def test_connect(self): member in class:SimpleBackgroundTests
    [all...]
test_socket.py 4694 def test_connect(self): member in class:NetworkConnectionNoServer
    [all...]
  /external/autotest/server/site_tests/network_WiFi_RegDomain/
network_WiFi_RegDomain.py 90 def test_connect(wifi_context, frequency, expect_connect, hide_ssid): member in class:network_WiFi_RegDomain
269 self.test_connect(
  /external/autotest/database/
database_connection_unittest.py 64 def test_connect(self): member in class:DatabaseConnectionTest
  /external/grpc-grpc/test/core/end2end/
dualstack_socket_test.cc 71 void test_connect(const char* server_host, const char* client_host, int port, function
319 test_connect("::", "127.0.0.1", 0, 1);
320 test_connect("::", "::ffff:127.0.0.1", 0, 1);
321 test_connect("::", "ipv4:127.0.0.1", 0, 1);
322 test_connect("::", "ipv6:[::ffff:127.0.0.1]", 0, 1);
323 test_connect("::", "localhost", 0, 1);
324 test_connect("0.0.0.0", "127.0.0.1", 0, 1);
325 test_connect("0.0.0.0", "::ffff:127.0.0.1", 0, 1);
326 test_connect("0.0.0.0", "ipv4:127.0.0.1", 0, 1);
327 test_connect("0.0.0.0", "ipv4:127.0.0.1,127.0.0.2,127.0.0.3", 0, 1)
    [all...]
  /external/grpc-grpc/test/core/iomgr/
tcp_server_uv_test.cc 216 static void test_connect(unsigned n) { function
230 LOG_TEST("test_connect");
297 test_connect(1);
298 test_connect(10);
tcp_server_posix_test.cc 285 static void test_connect(size_t num_connects, function
308 LOG_TEST("test_connect");
481 test_connect(1, nullptr, nullptr, false);
482 test_connect(10, nullptr, nullptr, false);
486 test_connect(1, nullptr, dst_addrs, true);
489 test_connect(1, &channel_args, dst_addrs, false);
491 test_connect(10, &channel_args, dst_addrs, false);
  /external/ltp/utils/sctp/testlib/
sctputil.h 165 static inline int test_connect(int sk, struct sockaddr *addr, socklen_t addrlen) function

Completed in 2310 milliseconds