Home
last modified time | relevance | path

Searched refs:proxy_type (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/network_ProxyResolver/
Dnetwork_ProxyResolver.py269 def check_chrome(self, proxy_type, proxy_config, timeout): argument
288 if str(result) == proxy_type + ' ' + proxy_config:
342 proxy_type = 'http'
345 proxy_url = proxy_type + '://' + proxy_host + ':' + proxy_port
/external/v8/src/
Dd8.js86 var proxy_type = typeof proxy;
91 return '[' + proxy_type + ' Proxy ' + Stringify(info_object, depth-1) + ']';
/external/python/cpython2/Lib/
Durllib2.py751 proxy_type, user, password, hostport = _parse_proxy(proxy)
753 if proxy_type is None:
754 proxy_type = orig_type
764 req.set_proxy(hostport, proxy_type)
766 if orig_type == proxy_type or orig_type == 'https':