Home
last modified time | relevance | path

Searched refs:SERVER_PORT (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/site_tests/platform_MetricsUploader/
Dplatform_MetricsUploader.py17 SERVER_PORT=51793 variable
18 SERVER_ADDRESS = "http://localhost:%s/uma/v2" % SERVER_PORT
58 httpd.ThreadedHTTPServer.__init__(self, ('', SERVER_PORT), FakeHandler)
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DWaltTcpConnection.java37 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/linux-kselftest/tools/testing/selftests/bpf/
Dtcp_server.py32 SERVER_PORT = 12877 variable
35 serverPort = SERVER_PORT
/external/python/cpython2/Lib/test/
Dtest_wsgiref.py255 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/
Dtest_wsgiref.py419 HTTP_HOST="spam.example.com:2071", SERVER_PORT="2071")
425 self.checkAppURI("http://127.0.0.1:8000/", SERVER_PORT="8000",
/external/python/cpython2/Doc/library/
Dwsgiref.rst108 ``SERVER_NAME``, ``SERVER_PORT``, ``REQUEST_METHOD``, ``SCRIPT_NAME``,
/external/python/cpython3/Doc/library/
Dwsgiref.rst108 ``SERVER_NAME``, ``SERVER_PORT``, ``REQUEST_METHOD``, ``SCRIPT_NAME``,