Searched refs:SERVER_PORT (Results 1 – 12 of 12) sorted by relevance
/external/autotest/client/site_tests/platform_MetricsUploader/ |
D | platform_MetricsUploader.py | 17 SERVER_PORT=51793 variable 18 SERVER_ADDRESS = "http://localhost:%s/uma/v2" % SERVER_PORT 58 httpd.ThreadedHTTPServer.__init__(self, ('', SERVER_PORT), FakeHandler)
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | tcp_server.py | 32 SERVER_PORT = 12877 variable 35 serverPort = SERVER_PORT
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | WaltTcpConnection.java | 37 private static final int SERVER_PORT = 50007; field in WaltTcpConnection 91 socket = new Socket(serverAddr, SERVER_PORT); in connect() 255 InetSocketAddress remoteAddr = new InetSocketAddress(SERVER_IP, SERVER_PORT); in run()
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/ |
D | xds_flags.py | 33 SERVER_PORT = flags.DEFINE_integer("server_port", variable
|
D | xds_k8s_testcase.py | 69 cls.server_port = xds_flags.SERVER_PORT.value
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/bin/ |
D | run_test_server.py | 71 server_runner.run(test_port=xds_flags.SERVER_PORT.value,
|
D | run_channelz.py | 184 rpc_port=xds_flags.SERVER_PORT.value,
|
D | run_td_setup.py | 78 server_port = xds_flags.SERVER_PORT.value
|
/external/python/cpython2/Lib/test/ |
D | test_wsgiref.py | 255 HTTP_HOST="spam.example.com:2071", SERVER_PORT="2071") 261 self.checkAppURI("http://127.0.0.1:8000/", SERVER_PORT="8000",
|
/external/python/cpython3/Lib/test/ |
D | test_wsgiref.py | 428 HTTP_HOST="spam.example.com:2071", SERVER_PORT="2071") 434 self.checkAppURI("http://127.0.0.1:8000/", SERVER_PORT="8000",
|
/external/python/cpython2/Doc/library/ |
D | wsgiref.rst | 108 ``SERVER_NAME``, ``SERVER_PORT``, ``REQUEST_METHOD``, ``SCRIPT_NAME``,
|
/external/python/cpython3/Doc/library/ |
D | wsgiref.rst | 108 ``SERVER_NAME``, ``SERVER_PORT``, ``REQUEST_METHOD``, ``SCRIPT_NAME``,
|