Searched refs:httpd (Results 1 - 21 of 21) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
H A Dwebsocket_unittest.py40 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/ltp/testcases/kernel/syscalls/epoll2/examples/
H A DMakefile31 all: blaster httpd pipetest
39 httpd: $(SOURCES)
40 $(CC) $(CFLAGS) -DDPHTTPD -o $(OUTDIR)/epoll-httpd $(SOURCES) $(LIBS)
49 @rm -f *~ $(OUTDIR)/epoll-blaster $(OUTDIR)/epoll-httpd $(OUTDIR)/epoll-pipetest
/external/libcap/contrib/
H A Dpcaps4server84 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
[all...]
/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/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/video_YouTubeHTML5/
H A Dvideo_YouTubeHTML5.py9 from autotest_lib.client.cros import httpd namespace
29 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/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/site_utils/admin/apache/
H A Dapache2.conf6 # 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/
H A DAndroid.mk20 libvncserver/httpd.c \
/external/autotest/client/site_tests/video_YouTubeMseEme/
H A Dvideo_YouTubeMseEme.py10 from autotest_lib.client.cros import httpd namespace
34 self._testServer = httpd.HTTPListener(8000, docroot=self.bindir)
/external/clang/tools/scan-view/bin/
H A Dscan-view75 httpd = ScanView.create_server((options.host, port),
77 httpd.serve_forever()
/external/libvncserver/examples/android/jni/
H A DAndroid.mk34 $(LIBVNCSERVER_ROOT)/libvncserver/httpd.c \
/external/autotest/client/cros/
H A Dhttpd_unittest.py11 from httpd import HTTPListener, SecureHTTPListener
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedPublish.emf.properties91 scpTarget=nickb@download1.eclipse.org:/home/data/httpd/download.eclipse.org/tools/emf/feeds/
H A DfeedPublish.uml2.properties91 scpTarget=khussey@download1.eclipse.org:/home/data/httpd/download.eclipse.org/tools/uml2/feeds/
/external/autotest/client/cros/enterprise/
H A Denterprise_policy_base.py14 from autotest_lib.client.cros import httpd namespace
134 self._web_server = httpd.HTTPListener(
/external/autotest/client/site_tests/power_Consumption/
H A Dpower_Consumption.py16 from autotest_lib.client.cros import httpd namespace
77 self._test_server = httpd.HTTPListener(self._httpd_port,
/external/autotest/client/site_tests/power_LoadTest/
H A Dpower_LoadTest.py13 from autotest_lib.client.cros import backchannel, httpd namespace
190 self._testServer = httpd.HTTPListener(8001, docroot=self.bindir)
691 We use the httpd library to allow us to log whatever we
697 unused parameter, because httpd passes the server itself
705 # httpd adds them automatically so we remove them again
729 # httpd adds them automatically so we remove them again

Completed in 706 milliseconds