Home
last modified time | relevance | path

Searched refs:http_port (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dts_proxy_server.py51 def __init__(self, host_ip=None, http_port=None, https_port=None): argument
66 assert bool(http_port) == bool(https_port)
67 self._http_port = http_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)
161 assert 1 <= http_port <= 65535
163 self._IssueCommand('set mapports 443:%i,*:%i' % (https_port, http_port),
Dwebpagereplay_go_server.py83 def __init__(self, archive_path, replay_host, http_port, https_port, argument
109 self._GetGoBinaryPath(replay_options), http_port, https_port,
174 def http_port(self): member in ReplayServer
182 def _GetCommandLine(go_binary_path, http_port, https_port, argument
215 '--http_port=%s' % http_port,
/external/libcups/cups/
Dppd-util.c130 int http_port; /* Port number */ in cupsGetPPD3() local
366 http_port = httpAddrPort(http->hostaddr); in cupsGetPPD3()
369 http_hostname, http_port)); in cupsGetPPD3()
375 if (!_cups_strcasecmp(http_hostname, hostname) && port == http_port) in cupsGetPPD3()
/external/wpa_supplicant_8/src/wps/
Dwps_er.h89 int http_port; member
Dwps_er.c461 ap->er->ip_addr_text, ap->er->http_port, in wps_er_subscribe()
1321 er->http_port = http_server_get_port(er->http_srv); in wps_er_init()
/external/elfutils/debuginfod/
Ddebuginfod.cxx398 static unsigned http_port = 8002; variable
474 case 'p': http_port = (unsigned) atoi(arg); in parse_opt()
475 if (http_port == 0 || http_port > 65535) in parse_opt()
3390 http_port, in main()
3402 http_port, in main()
3414 error (EXIT_FAILURE, 0, "cannot start http server at port %d", http_port); in main()
3420 << "port=" << http_port << endl; in main()