Searched defs:httpd (Results 1 - 14 of 14) sorted by relevance

/external/python/cpython2/Tools/scripts/
H A Dserve.py30 httpd = simple_server.make_server('', port, app) variable
33 httpd.serve_forever()
/external/python/cpython3/Tools/scripts/
H A Dserve.py30 httpd = simple_server.make_server('', port, app) variable
33 httpd.serve_forever()
/external/autotest/client/site_tests/desktopui_SetFieldsWithChromeDriver/
H A Ddesktopui_SetFieldsWithChromeDriver.py11 from autotest_lib.client.cros import httpd namespace
28 self._testServer = httpd.HTTPListener(8000, docroot=self.bindir)
/external/autotest/client/site_tests/desktopui_UrlFetchWithChromeDriver/
H A Ddesktopui_UrlFetchWithChromeDriver.py11 from autotest_lib.client.cros import httpd namespace
35 self._testServer = httpd.HTTPListener(8000, docroot=self.bindir)
/external/autotest/client/site_tests/login_ChromeProfileSanitary/
H A Dlogin_ChromeProfileSanitary.py10 from autotest_lib.client.cros import constants, httpd namespace
51 self._testServer = httpd.HTTPListener(8000, docroot=self.srcdir)
/external/autotest/client/site_tests/video_YouTubeHTML5/
H A Dvideo_YouTubeHTML5.py9 from autotest_lib.client.cros import httpd namespace
30 self._testServer = httpd.HTTPListener(8000, docroot=self.bindir)
/external/autotest/client/cros/cellular/
H A Dforward_8960_screen111 httpd = BaseHTTPServer.HTTPServer(('', http_server_port), PageHandler) variable
114 httpd.serve_forever()
/external/autotest/client/site_tests/telemetry_AFDOGenerateClient/
H A Dtelemetry_AFDOGenerateClient.py29 from autotest_lib.client.cros import httpd namespace
62 self.listener = httpd.HTTPListener(HTTP_PORT, docroot=dep_dir)
/external/autotest/client/site_tests/platform_MetricsUploader/
H A Dplatform_MetricsUploader.py14 from autotest_lib.client.cros import httpd, service_stopper namespace
49 class FakeServer(httpd.ThreadedHTTPServer):
58 httpd.ThreadedHTTPServer.__init__(self, ('', SERVER_PORT), FakeHandler)
/external/autotest/client/site_tests/video_YouTubeMseEme/
H A Dvideo_YouTubeMseEme.py10 from autotest_lib.client.cros import httpd namespace
35 self._testServer = httpd.HTTPListener(8000, docroot=self.bindir)
/external/python/cpython2/Lib/wsgiref/
H A Dsimple_server.py157 httpd = make_server('', 8000, demo_app) variable
158 sa = httpd.socket.getsockname()
162 httpd.handle_request() # serve one request, then exit
163 httpd.server_close()
/external/autotest/client/cros/enterprise/
H A Denterprise_policy_base.py16 from autotest_lib.client.cros import httpd namespace
138 self._web_server = httpd.HTTPListener(
/external/autotest/client/site_tests/power_Consumption/
H A Dpower_Consumption.py14 from autotest_lib.client.cros import httpd namespace
70 self._test_server = httpd.HTTPListener(self._httpd_port,
/external/autotest/client/site_tests/power_LoadTest/
H A Dpower_LoadTest.py20 from autotest_lib.client.cros import backchannel, httpd namespace
197 self._testServer = httpd.HTTPListener(8001, docroot=self.bindir)
698 We use the httpd library to allow us to log whatever we
704 unused parameter, because httpd passes the server itself
712 # httpd adds them automatically so we remove them again
736 # httpd adds them automatically so we remove them again

Completed in 667 milliseconds