Home
last modified time | relevance | path

Searched refs:https_port (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dts_proxy_server.py41 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),
Dwpr_server.py60 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/
Dprivet_helper.py28 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/
Dnetwork_controller_backend.py213 http_port=local_ports.http, https_port=local_ports.https)
234 https_port=0,
/external/v8/tools/
Dcallstats.py55 https_port = 4443 + args.port_offset
59 "--ssl_port=%s" % https_port,
142 https_port = 4443 + args.port_offset
147 http_port, https_port),