/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
H A D | 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/ltp/testcases/kernel/syscalls/epoll2/examples/ |
H A D | Makefile | 31 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 D | 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 [all...] |
/external/autotest/client/cros/cellular/ |
H A D | forward_8960_screen | 111 httpd = BaseHTTPServer.HTTPServer(('', http_server_port), PageHandler) variable 114 httpd.serve_forever()
|
/external/autotest/client/site_tests/desktopui_SetFieldsWithChromeDriver/ |
H A D | 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/desktopui_UrlFetchWithChromeDriver/ |
H A D | 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/video_YouTubeHTML5/ |
H A D | 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/login_ChromeProfileSanitary/ |
H A D | 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/telemetry_AFDOGenerateClient/ |
H A D | 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/ |
H A D | 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/ |
H A D | Android.mk | 20 libvncserver/httpd.c \
|
/external/autotest/client/site_tests/video_YouTubeMseEme/ |
H A D | video_YouTubeMseEme.py | 10 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 D | scan-view | 75 httpd = ScanView.create_server((options.host, port), 77 httpd.serve_forever()
|
/external/libvncserver/examples/android/jni/ |
H A D | Android.mk | 34 $(LIBVNCSERVER_ROOT)/libvncserver/httpd.c \
|
/external/autotest/client/cros/ |
H A D | httpd_unittest.py | 11 from httpd import HTTPListener, SecureHTTPListener
|
/external/autotest/client/site_tests/platform_MetricsUploader/ |
H A D | platform_MetricsUploader.py | 14 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 D | feedPublish.emf.properties | 91 scpTarget=nickb@download1.eclipse.org:/home/data/httpd/download.eclipse.org/tools/emf/feeds/
|
H A D | feedPublish.uml2.properties | 91 scpTarget=khussey@download1.eclipse.org:/home/data/httpd/download.eclipse.org/tools/uml2/feeds/
|
/external/autotest/client/cros/enterprise/ |
H A D | enterprise_policy_base.py | 14 from autotest_lib.client.cros import httpd namespace 134 self._web_server = httpd.HTTPListener(
|
/external/autotest/client/site_tests/power_Consumption/ |
H A D | power_Consumption.py | 16 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 D | power_LoadTest.py | 13 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
|