HomeSort by relevance Sort by last modified time
    Searched full:http_port (Results 1 - 25 of 32) sorted by null

1 2

  /external/sepolicy/
port_contexts 2 # portcon tcp 80 u:object_r:http_port:s0
  /external/chromium_org/tools/memory_inspector/
start_web_ui 13 HTTP_PORT=8089
15 print 'Serving on port %d' % HTTP_PORT
16 webbrowser.open('http://localhost:%d' % HTTP_PORT)
17 www_server.Start(HTTP_PORT
  /external/chromium_org/third_party/skia/experimental/webtry/sys/
webtry_squid 0 http_port 80 accel defaultsite=skfiddle.com
  /external/skia/experimental/webtry/sys/
webtry_squid 0 http_port 80 accel defaultsite=skfiddle.com
  /external/chromium_org/cloud_print/gcp20/prototype/
command_line_reader.cc 15 uint32 http_port = 0; local
21 if (!base::StringToUint(http_port_string, &http_port))
22 http_port = default_value;
24 if (http_port > kuint16max) {
26 http_port = default_value;
29 VLOG(1) << "HTTP port for responses: " << http_port;
30 return static_cast<uint16>(http_port);
service_parameters.cc 19 uint16 http_port)
26 http_port_(http_port) {
service_parameters.h 24 uint16 http_port);
dns_response_builder.h 53 uint16 weight, uint16 http_port,
dns_response_builder.cc 55 uint16 http_port,
68 writer.WriteU16(http_port) &&
  /external/chromium_org/tools/telemetry/telemetry/core/
webpagereplay.py 30 def GetChromeFlags(replay_host, http_port, https_port):
31 assert replay_host and http_port and https_port, 'All arguments required'
34 '--testing-fixed-http-port=%s' % http_port,
88 def __init__(self, archive_path, replay_host, dns_port, http_port, https_port,
99 http_port: an integer port on which to serve HTTP traffic. May be zero
112 self.http_port = http_port
135 '--port', str(self.http_port),
163 if not self.http_port or not self.https_port or not self.dns_port:
168 if not self.http_port and m.group('protocol') == 'HTTP'
    [all...]
wpr_server.py 50 self._web_page_replay.http_port,
52 self._web_page_replay.http_port),
  /docs/source.android.com/scripts/
micro-httpd.py 24 PORT = int(os.environ.get('HTTP_PORT', 8080))
  /external/wpa_supplicant_8/src/wps/
wps_er.h 89 int http_port; member in struct:wps_er
wps_er.c 462 ap->er->ip_addr_text, ap->er->http_port,
    [all...]
  /external/chromium_org/third_party/webrtc/base/
proxydetect_unittest.cc 124 prefs.append("user_pref(\"network.proxy.http_port\", 8888);\n");
proxydetect.cc 557 proxy->address.SetPort(atoi(settings.Get("http_port").c_str()));
569 proxy->address.SetPort(atoi(settings.Get("http_port").c_str()));
    [all...]
  /external/chromium_org/chrome/browser/net/
firefox_proxy_settings.cc 20 const char* const kHTTPProxyPortKey = "network.proxy.http_port";
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
www_server.py 748 def Start(http_port):
756 httpd = wsgiref.simple_server.make_server('', http_port, _HttpRequestHandler)
  /external/chromium_org/net/proxy/
proxy_config_service_linux_unittest.cc 58 int http_port, secure_port, ftp_port, socks_port; member in struct:net::__anon13994::GConfValues
156 ENTRY(PROXY_HTTP_PORT, http_port);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 93 HTTP_PORT = 80
686 default_port = HTTP_PORT
    [all...]
cookielib.py 53 DEFAULT_HTTP_PORT = str(httplib.HTTP_PORT)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 93 HTTP_PORT = 80
686 default_port = HTTP_PORT
    [all...]
cookielib.py 53 DEFAULT_HTTP_PORT = str(httplib.HTTP_PORT)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 

Completed in 4878 milliseconds

1 2