Searched refs:http_port (Results 1 – 10 of 10) 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) 49 self._http_port = http_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) 112 assert 1 <= http_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 115 '--port=%s' % http_port,
|
/external/libcups/cups/ |
D | ppd-util.c | 134 int http_port; /* Port number */ in cupsGetPPD3() local 328 http_port = httpAddrPort(http->hostaddr); in cupsGetPPD3() 331 http_hostname, http_port)); in cupsGetPPD3() 337 if (!_cups_strcasecmp(http_hostname, hostname) && port == http_port) in cupsGetPPD3() 514 int http_port; /* Port number */ in cups_get_printer_uri() local 557 http_port = httpAddrPort(http->hostaddr); in cups_get_printer_uri() 653 if (!_cups_strcasecmp(http_hostname, host) && *port == http_port) in cups_get_printer_uri()
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | local_server.py | 84 http_port = None 87 http_port = p.port 88 assert http_port and len(named_ports) == 1, ( 90 self.port = http_port
|
/external/autotest/client/common_lib/cros/tendo/ |
D | privet_helper.py | 28 http_port=DEFAULT_HTTP_PORT, https_port=DEFAULT_HTTPS_PORT): argument 43 self._http_port = http_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) 233 http_port=0,
|
/external/autotest/server/site_tests/buffet_PrivetSetupFlow/ |
D | buffet_PrivetSetupFlow.py | 130 http_port=int(privet_record.port)) 186 http_port=int(privet_record.port))
|
/external/v8/tools/ |
D | callstats.py | 54 http_port = 4080 + args.port_offset 58 "--port=%s" % http_port, 141 http_port = 4080 + args.port_offset 147 http_port, https_port),
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_er.h | 89 int http_port; member
|
D | wps_er.c | 462 ap->er->ip_addr_text, ap->er->http_port, in wps_er_subscribe() 1322 er->http_port = http_server_get_port(er->http_srv); in wps_er_init()
|