Searched refs:https_port (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | ts_proxy_server.py | 51 def __init__(self, host_ip=None, http_port=None, https_port=None): argument 66 assert bool(http_port) == bool(https_port) 68 self._https_port = https_port 157 def UpdateOutboundPorts(self, http_port, https_port, timeout=5): argument 158 assert http_port and https_port 159 assert http_port != https_port 160 assert isinstance(http_port, int) and isinstance(https_port, int) 162 assert 1 <= https_port <= 65535 163 self._IssueCommand('set mapports 443:%i,*:%i' % (https_port, http_port),
|
D | webpagereplay_go_server.py | 83 def __init__(self, archive_path, replay_host, http_port, https_port, argument 109 self._GetGoBinaryPath(replay_options), http_port, https_port, 178 def https_port(self): member in ReplayServer 182 def _GetCommandLine(go_binary_path, http_port, https_port, argument 216 '--https_port=%s' % https_port,
|
/external/angle/build/android/pylib/utils/ |
D | chrome_proxy_utils_test.py | 56 outboundport_mock.assert_called_once_with(http_port=1, https_port=2) 144 https_port=0, 160 https_port=0, 187 https_port=0, 201 https_port=0, 217 https_port=0, 224 self.assertFalse(wpr_server.https_port)
|
D | chrome_proxy_utils.py | 50 https_port=self._host_https_port, 83 def https_port(self): member in WPRServer 154 https_port=self._wpr_server.https_port)
|
/external/cronet/build/android/pylib/utils/ |
D | chrome_proxy_utils_test.py | 56 outboundport_mock.assert_called_once_with(http_port=1, https_port=2) 144 https_port=0, 160 https_port=0, 187 https_port=0, 201 https_port=0, 217 https_port=0, 224 self.assertFalse(wpr_server.https_port)
|
D | chrome_proxy_utils.py | 50 https_port=self._host_https_port, 83 def https_port(self): member in WPRServer 154 https_port=self._wpr_server.https_port)
|
/external/curl/tests/http/testenv/ |
D | env.py | 337 def https_port(self) -> int: member in Env 342 return self.https_port
|
/external/curl/tests/http/ |
D | scorecard.py | 225 port = self.env.https_port
|