Home
last modified time | relevance | path

Searched refs:http_port (Results 1 – 10 of 10) 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)
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),
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
115 '--port=%s' % http_port,
/external/libcups/cups/
Dppd-util.c134 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/
Dlocal_server.py84 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/
Dprivet_helper.py28 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/
Dnetwork_controller_backend.py213 http_port=local_ports.http, https_port=local_ports.https)
233 http_port=0,
/external/autotest/server/site_tests/buffet_PrivetSetupFlow/
Dbuffet_PrivetSetupFlow.py130 http_port=int(privet_record.port))
186 http_port=int(privet_record.port))
/external/v8/tools/
Dcallstats.py54 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/
Dwps_er.h89 int http_port; member
Dwps_er.c462 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()