Searched refs:https_port (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
D | ts_proxy_server.py | 41 def __init__(self, host_ip=None, http_port=None, https_port=None): argument 48 assert bool(http_port) == bool(https_port) 50 self._https_port = https_port 108 def UpdateOutboundPorts(self, http_port, https_port, timeout=5): argument 109 assert http_port and https_port 110 assert http_port != https_port 111 assert isinstance(http_port, int) and isinstance(https_port, int) 113 assert 1 <= https_port <= 65535 114 self._IssueCommand('set mapports 443:%i,*:%i' % (https_port, http_port),
|
D | wpr_server.py | 60 def __init__(self, archive_path, replay_host, http_port, https_port, dns_port, argument 87 replay_py, self._replay_host, http_port, https_port, dns_port, 109 def _GetCommandLine(replay_py, host_ip, http_port, https_port, dns_port, argument 116 '--ssl_port=%s' % https_port
|
/external/autotest/client/common_lib/cros/tendo/ |
D | privet_helper.py | 28 http_port=DEFAULT_HTTP_PORT, https_port=DEFAULT_HTTPS_PORT): argument 44 self._https_port = https_port
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
D | network_controller_backend.py | 213 http_port=local_ports.http, https_port=local_ports.https) 234 https_port=0,
|
/external/v8/tools/ |
D | callstats.py | 55 https_port = 4443 + args.port_offset 59 "--ssl_port=%s" % https_port, 142 https_port = 4443 + args.port_offset 147 http_port, https_port),
|