/external/sepolicy/ |
port_contexts | 2 # portcon tcp 80 u:object_r:http_port:s0
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
command_line_reader.cc | 20 uint32 http_port = 0; local 25 if (!base::StringToUint(http_port_string, &http_port)) 26 http_port = default_value; 28 if (http_port > kuint16max) { 30 http_port = default_value; 33 VLOG(1) << "HTTP port for responses: " << http_port; 34 return static_cast<uint16>(http_port);
|
service_parameters.cc | 18 uint16 http_port) 24 http_port_(http_port) {
|
service_parameters.h | 23 uint16 http_port);
|
dns_response_builder.h | 46 uint16 weight, uint16 http_port,
|
dns_response_builder.cc | 51 uint16 http_port, 62 writer.WriteU16(http_port) &&
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
wpr_server.py | 12 def GetChromeFlags(replay_host, http_port, https_port): 13 return webpagereplay.GetChromeFlags(replay_host, http_port, https_port) 45 self._web_page_replay.http_port) 48 self._web_page_replay.http_port)
|
/external/chromium_org/chrome/test/functional/ |
webpagereplay.py | 31 def GetChromeFlags(replay_host, http_port, https_port): 32 assert replay_host and http_port and https_port, 'All arguments required' 35 '--testing-fixed-http-port=%s' % http_port, 88 def __init__(self, archive_path, replay_host, http_port, https_port, 96 http_port: an integer port on which to serve HTTP traffic. May be zero 108 self.http_port = http_port 132 '--port', str(self.http_port), 161 if not self.http_port or not self.https_port: 165 if not self.http_port and m.group('protocol') == 'HTTP' [all...] |
/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 | 464 ap->er->ip_addr_text, ap->er->http_port, [all...] |
/docs/source.android.com/ |
README | 22 HTTP_PORT=8080 python ../scripts/micro-httpd.py
|
/external/chromium/chrome/browser/importer/ |
firefox_proxy_settings.cc | 18 const char* const kHTTPProxyPortKey = "network.proxy.http_port";
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
proxydetect_unittest.cc | 142 prefs.append("user_pref(\"network.proxy.http_port\", 8888);\n");
|
proxydetect.cc | 574 proxy->address.SetPort(atoi(settings.Get("http_port").c_str())); 586 proxy->address.SetPort(atoi(settings.Get("http_port").c_str())); [all...] |
/external/chromium_org/tools/telemetry/docs/ |
telemetry.core.wpr_server.html | 72 <td width="100%"><dl><dt><a name="-GetChromeFlags"><strong>GetChromeFlags</strong></a>(replay_host, http_port, https_port)</dt></dl>
|
/external/chromium_org/chrome/browser/net/ |
firefox_proxy_settings.cc | 20 const char* const kHTTPProxyPortKey = "network.proxy.http_port";
|
/external/chromium/net/proxy/ |
proxy_config_service_linux_unittest.cc | 57 int http_port, secure_port, ftp_port, socks_port; member in struct:net::__anon2857::GConfValues 152 ENTRY("http_proxy/port", http_port); [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
proxydetect.cc | 572 proxy->address.SetPort(atoi(settings.Get("http_port").c_str())); 584 proxy->address.SetPort(atoi(settings.Get("http_port").c_str())); [all...] |
/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::__anon9225::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 | |