HomeSort by relevance Sort by last modified time
    Searched refs:httpd (Results 1 - 25 of 59) sorted by null

1 2 3

  /docs/source.android.com/scripts/
micro-httpd.py 26 httpd = SocketServer.TCPServer(('0.0.0.0', PORT), Handler) variable
27 httpd.allow_reuse_address = True
29 httpd.serve_forever()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_tools.py 15 httpd = tools.ClientRedirectServer(('localhost', 0), tools.ClientRedirectHandler)
17 url = 'http://localhost:%i?code=%s' % (httpd.server_address[1], code)
18 t = threading.Thread(target = httpd.handle_request)
24 httpd.server_close()
25 self.assertEqual(httpd.query_params.get('code'),code)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
old_run.py 98 httpd = ClientRedirectServer((FLAGS.auth_host_name, port),
141 httpd.handle_request()
142 if 'error' in httpd.query_params:
144 if 'code' in httpd.query_params:
145 code = httpd.query_params['code']
tools.py 169 httpd = ClientRedirectServer((flags.auth_host_name, port),
213 httpd.handle_request()
214 if 'error' in httpd.query_params:
216 if 'code' in httpd.query_params:
217 code = httpd.query_params['code']
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/test/
smoke_test.py 11 self.httpd, self.port = miniserver.start_server(
15 self.httpd.shutdown()
miniserver.py 97 httpd = ShutdownServer(("", 0), handler)
98 threading.Thread(target=httpd.serve_forever).start()
99 _, port = httpd.socket.getsockname()
100 return httpd, port
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
websocket_unittest.py 40 httpd = BaseHTTPServer.HTTPServer(('127.0.0.1', 0), _FakeWebSocketHandler)
41 ws_url = 'ws://127.0.0.1:%d' % httpd.server_port
43 threading.Thread(target=httpd.handle_request).start()
51 threading.Thread(target=httpd.handle_request).start()
  /external/libcap/contrib/
pcaps4server 84 sed -i -e "{s|^\(User\).*|\1 apache|; s|^\(Group\) .*|\1 apache|}" /etc/apache/httpd.conf
88 chown $VERBOSE apache:apache /usr/sbin/httpd
89 chmod $VERBOSE u+s /usr/sbin/httpd
90 setcap cap_net_bind_service=ep /usr/sbin/httpd
98 chown $VERBOSE root:root /usr/sbin/httpd
99 chmod $VERBOSE u-s /usr/sbin/httpd
100 setcap -r /usr/sbin/httpd
102 sed -i -e "{s|^\(User\).*|\1 nobody|; s|^\(Group\).*|\1 nogroup|}" /etc/apache/httpd.conf
119 sed -i -e "{s|^\(User\).*|\1 apache|; s|^\(Group\) .*|\1 apache|}" /etc/httpd/httpd.con
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/test/functional/
test_proxies.py 35 self.httpd, self.proxyport = miniserver.start_server(
37 self.httpd.shutdown()
38 self.httpd, self.port = miniserver.start_server(
61 self.httpd.shutdown()
  /external/autotest/client/cros/cellular/
forward_8960_screen 111 httpd = BaseHTTPServer.HTTPServer(('', http_server_port), PageHandler) variable
114 httpd.serve_forever()
  /external/autotest/client/site_tests/desktopui_SetFieldsWithChromeDriver/
desktopui_SetFieldsWithChromeDriver.py 11 from autotest_lib.client.cros import httpd namespace
28 self._testServer = httpd.HTTPListener(8000, docroot=self.bindir)
  /external/autotest/client/site_tests/video_YouTubeFlash/
video_YouTubeFlash.py 9 from autotest_lib.client.cros import httpd namespace
32 self._testServer = httpd.HTTPListener(8000, docroot=self.bindir)
  /external/autotest/client/site_tests/video_YouTubeHTML5/
video_YouTubeHTML5.py 9 from autotest_lib.client.cros import httpd namespace
29 self._testServer = httpd.HTTPListener(8000, docroot=self.bindir)
  /external/autotest/client/site_tests/desktopui_UrlFetchWithChromeDriver/
desktopui_UrlFetchWithChromeDriver.py 11 from autotest_lib.client.cros import httpd namespace
35 self._testServer = httpd.HTTPListener(8000, docroot=self.bindir)
  /external/autotest/client/site_tests/login_ChromeProfileSanitary/
login_ChromeProfileSanitary.py 10 from autotest_lib.client.cros import constants, httpd namespace
51 self._testServer = httpd.HTTPListener(8000, docroot=self.srcdir)
  /external/autotest/client/site_tests/video_VideoSanity/
video_VideoSanity.py 10 from autotest_lib.client.cros import httpd namespace
29 self._testServer = httpd.HTTPListener(8000, docroot=self.bindir)
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
simple_server.py 150 httpd = make_server('', 8000, demo_app) variable
151 sa = httpd.socket.getsockname()
155 httpd.handle_request() # serve one request, then exit
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
simple_server.py 150 httpd = make_server('', 8000, demo_app) variable
151 sa = httpd.socket.getsockname()
155 httpd.handle_request() # serve one request, then exit
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 150 httpd = make_server('', 8000, demo_app) variable
151 sa = httpd.socket.getsockname()
155 httpd.handle_request() # serve one request, then exit
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
simple_server.py 150 httpd = make_server('', 8000, demo_app) variable
151 sa = httpd.socket.getsockname()
155 httpd.handle_request() # serve one request, then exit
  /external/autotest/client/site_tests/telemetry_AFDOGenerateClient/
telemetry_AFDOGenerateClient.py 29 from autotest_lib.client.cros import httpd namespace
62 self.listener = httpd.HTTPListener(HTTP_PORT, docroot=dep_dir)
  /external/autotest/site_utils/admin/apache/
apache2.conf 6 # See http://httpd.apache.org/docs/2.2/ for detailed information about
45 # at <URL:http://httpd.apache.org/docs-2.1/mod/mpm_common.html#lockfile>);
189 Include /etc/apache2/httpd.conf
  /external/libvncserver/
Android.mk 20 libvncserver/httpd.c \
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-view/
scan-view 62 httpd = ScanView.create_server((options.host, port),
64 httpd.serve_forever()
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-view/
scan-view 62 httpd = ScanView.create_server((options.host, port),
64 httpd.serve_forever()

Completed in 2198 milliseconds

1 2 3