Searched refs:LocalHTTPServer (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dtest_server.py10 class LocalHTTPServer(object): class in inherits:object
H A Dsdktools_test.py51 self.server = test_server.LocalHTTPServer(self.basedir)
/external/chromium_org/native_client_sdk/src/tools/
H A Dhttpd.py75 class LocalHTTPServer(object): class in inherits:object
211 server = LocalHTTPServer(options.serve_dir, int(options.port))
H A Drun.py51 server = httpd.LocalHTTPServer(options.serve_dir, options.port)
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Dhttpd_test.py24 self.server = httpd.LocalHTTPServer('.', 0)

Completed in 1187 milliseconds