Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/
Dcompat.sh809 run_client() { function
1052 run_client mbedTLS ${i%%=*} ${i#*=}
1062 run_client OpenSSL ${i%%=*} ${i#*=}
1080 run_client mbedTLS ${i%%=*} ${i#*=}
1089 run_client GnuTLS ${i%%=*} ${i#*=}
1109 run_client mbedTLS ${i%%=*} ${i#*=}
/third_party/python/Lib/test/
Dtest_socketserver.py438 def run_client(): function
460 background = threading.Thread(target=run_client)
Dtest_wsgiref.py280 def run_client(): function
298 background = threading.Thread(target=run_client)