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

1 2

  /system/sepolicy/
port_contexts 2 # portcon tcp 80 u:object_r:http_port:s0
  /external/libweave/src/privet/
device_delegate.cc 20 uint16_t http_port,
25 http_port_{http_port},
61 uint16_t http_port,
65 task_runner, http_port, https_port, http_request_timeout));
device_delegate.h 50 uint16_t http_port,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
origin.py 88 def __init__(self, dns_name=None, http_port=80, https_port=443,
96 :param http_port: The HTTP port the custom origin listens on.
97 :type http_port: int
100 :type http_port: int
114 self.http_port = http_port
129 self.http_port = int(value)
131 self.http_port = value
145 s += ' <HTTPPort>%d</HTTPPort>\n' % self.http_port
  /docs/source.android.com/scripts/
micro-httpd.py 24 PORT = int(os.environ.get('HTTP_PORT', 8080))
  /external/tcpdump/
tcp.h 122 #ifndef HTTP_PORT
123 #define HTTP_PORT 80
print-tcp.c 699 } else if (sport == HTTP_PORT || dport == HTTP_PORT ||
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudfront/
test_connection.py 50 self.assertEqual(response[0].origin.http_port, 80)
75 self.assertEqual(response.origin.http_port, 80)
156 self.assertEqual(response.config.origin.http_port, 80)
196 self.assertEqual(response.config.origin.http_port, 80)
  /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/autotest/client/site_tests/telemetry_AFDOGenerateClient/
telemetry_AFDOGenerateClient.py 44 HTTP_PORT = 8000
45 FILE_URL_PREFIX = 'http://localhost:%d/test_src/' % HTTP_PORT
62 self.listener = httpd.HTTPListener(HTTP_PORT, docroot=dep_dir)
  /external/autotest/client/common_lib/cros/tendo/
privet_helper.py 28 http_port=DEFAULT_HTTP_PORT, https_port=DEFAULT_HTTPS_PORT):
33 @param http_port: int HTTP port to use when making HTTP requests.
43 self._http_port = http_port
  /external/autotest/client/cros/
webpagereplay_wrapper.py 35 http_port=self._http_port,
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
webpagereplay.py 59 def __init__(self, archive_path, replay_host, http_port, https_port, dns_port,
66 http_port: an integer port on which to serve HTTP traffic. May be zero
86 replay_py, self._replay_host, http_port, https_port, dns_port,
98 def _GetCommandLine(replay_py, host_ip, http_port, https_port, dns_port,
104 '--port=%s' % http_port,
  /external/autotest/server/site_tests/buffet_PrivetSetupFlow/
buffet_PrivetSetupFlow.py 130 http_port=int(privet_record.port))
186 http_port=int(privet_record.port))
  /external/webrtc/webrtc/base/
proxydetect_unittest.cc 124 prefs.append("user_pref(\"network.proxy.http_port\", 8888);\n");
proxydetect.cc 563 proxy->address.SetPort(atoi(settings.Get("http_port").c_str()));
575 proxy->address.SetPort(atoi(settings.Get("http_port").c_str()));
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
network_controller_backend_unittest.py 61 def __init__(self, archive_path, host_ip, http_port, https_port, dns_port,
66 http_port or self.DEFAULT_PORTS.http,
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.util.webpagereplay.html 261 &nbsp;&nbsp;(HTTP_PORT,&nbsp;HTTPS_PORT,&nbsp;DNS_PORT)&nbsp;&nbsp;#&nbsp;DNS_PORT&nbsp;is&nbsp;None&nbsp;if&nbsp;unused.<br>
271 <dl><dt><a name="ReplayServer-__init__"><strong>__init__</strong></a>(self, archive_path, replay_host, http_port, https_port, dns_port, replay_options)</dt><dd><tt>Initialize&nbsp;<a href="#ReplayServer">ReplayServer</a>.<br>
276 &nbsp;&nbsp;http_port:&nbsp;an&nbsp;integer&nbsp;port&nbsp;on&nbsp;which&nbsp;to&nbsp;serve&nbsp;HTTP&nbsp;traffic.&nbsp;May&nbsp;be&nbsp;zero<br>
  /cts/tests/tests/net/src/android/net/cts/
ConnectivityManagerTest.java 70 private static final int HTTP_PORT = 80;
531 wifiBoundSocket = getBoundSocket(wifiNetworkToCheck, TEST_HOST, HTTP_PORT);
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/lib/python2.7/
httplib.py 93 HTTP_PORT = 80
686 default_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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 93 HTTP_PORT = 80
686 default_port = HTTP_PORT
    [all...]

Completed in 898 milliseconds

1 2