/external/python/cpython2/Mac/Modules/ |
D | _scproxy.c | 126 set_proxy(PyObject* proxies, char* proto, CFDictionaryRef proxyDict, in set_proxy() function 183 r = set_proxy(result, "http", proxyDict, in get_proxies() 188 r = set_proxy(result, "https", proxyDict, in get_proxies() 193 r = set_proxy(result, "ftp", proxyDict, in get_proxies() 198 r = set_proxy(result, "gopher", proxyDict, in get_proxies()
|
/external/python/cpython3/Modules/ |
D | _scproxy.c | 131 set_proxy(PyObject* proxies, const char* proto, CFDictionaryRef proxyDict, in set_proxy() function 189 r = set_proxy(result, "http", proxyDict, in get_proxies() 194 r = set_proxy(result, "https", proxyDict, in get_proxies() 199 r = set_proxy(result, "ftp", proxyDict, in get_proxies() 204 r = set_proxy(result, "gopher", proxyDict, in get_proxies()
|
/external/autotest/client/site_tests/network_ProxyResolver/ |
D | network_ProxyResolver.py | 233 def set_proxy(self, service_name, proxy_config): member in network_ProxyResolver 266 self.set_proxy(k, v) 349 self.set_proxy(service_name, '{"mode":"fixed_servers","server":"' +
|
/external/webrtc/webrtc/base/ |
D | autodetectproxy.h | 40 void set_proxy(const SocketAddress& proxy) { in set_proxy() function
|
D | httprequest.h | 37 void set_proxy(const ProxyInfo& proxy) { in set_proxy() function
|
D | httprequest.cc | 85 client_.set_proxy(proxy_); in Send()
|
D | autodetectproxy_unittest.cc | 68 auto_detect_proxy_->set_proxy(proxy); in SetProxy()
|
D | proxy_unittest.cc | 62 detect->set_proxy(address); in DetectProxyType()
|
D | httpclient.h | 72 void set_proxy(const ProxyInfo& proxy) { proxy_ = proxy; } in set_proxy() function
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppclientsettings.h | 82 void set_proxy(rtc::ProxyType f) { proxy_ = f; } in set_proxy() function
|
/external/webrtc/webrtc/p2p/base/ |
D | portallocator.h | 201 void set_proxy(const std::string& agent, const rtc::ProxyInfo& proxy) { in set_proxy() function
|
D | port.h | 246 void set_proxy(const std::string& user_agent, in set_proxy() function
|
D | p2ptransportchannel_unittest.cc | 379 GetAllocator(endpoint)->set_proxy("unittest/1.0", info); in SetProxy()
|
/external/python/cpython2/Lib/ |
D | urllib2.py | 296 def set_proxy(self, host, type): member in Request 764 req.set_proxy(hostport, proxy_type)
|
/external/python/cpython2/Lib/test/ |
D | test_urllib2.py | 858 ds_req.set_proxy("someproxy:3128",None) 1361 self.get.set_proxy("www.perl.org", "http")
|
/external/python/cpython2/Doc/library/ |
D | xmlrpclib.rst | 591 def set_proxy(self, proxy): 606 p.set_proxy('proxy-server:8080')
|
D | urllib2.rst | 428 .. method:: Request.set_proxy(host, type) 739 calling ``request.set_proxy()``, and call the next handler in the chain to
|
/external/python/cpython3/Doc/library/ |
D | xmlrpc.client.rst | 584 def set_proxy(self, host, port=None, headers=None): 595 transport.set_proxy('proxy-server', 8080)
|
D | urllib.request.rst | 583 .. method:: Request.set_proxy(host, type) 909 calling ``request.set_proxy()``, and call the next handler in the chain to
|
/external/python/cpython3/Lib/test/ |
D | test_urllib2.py | 1063 ds_req.set_proxy("someproxy:3128", None) 1899 self.get.set_proxy("www.perl.org", "http")
|
/external/webrtc/webrtc/p2p/client/ |
D | basicportallocator.cc | 443 port->set_proxy(allocator_->user_agent(), allocator_->proxy()); in AddAllocatedPort()
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 396 def set_proxy(self, host, type): member in Request 823 req.set_proxy(hostport, proxy_type)
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.4.rst | 2198 ``get_selector``, ``set_proxy``, ``get_origin_req_host``, and
|