Home
last modified time | relevance | path

Searched refs:ProxyInfo (Results 1 – 25 of 34) sorted by relevance

12

/external/webrtc/webrtc/base/
Dproxydetect_unittest.cc59 bool GetProxyInfo(const std::string prefs, ProxyInfo* info) { in GetProxyInfo()
70 ProxyInfo proxy_info; in TEST_F()
77 ProxyInfo proxy_info; in TEST_F()
87 ProxyInfo proxy_info; in TEST_F()
103 ProxyInfo proxy_info; in TEST_F()
119 ProxyInfo proxy_info; in TEST_F()
135 ProxyInfo proxy_info; in TEST_F()
150 ProxyInfo proxy_info; in TEST_F()
Dproxyinfo.cc20 ProxyInfo::ProxyInfo() : type(PROXY_NONE), autodetect(false) { in ProxyInfo() function in rtc::ProxyInfo
22 ProxyInfo::~ProxyInfo() = default;
Dsslsocketfactory.h34 void SetProxy(const ProxyInfo& proxy) { in SetProxy()
39 const ProxyInfo& proxy() const { return proxy_; } in proxy()
62 AsyncSocket* CreateProxySocket(const ProxyInfo& proxy, int family, int type);
67 ProxyInfo proxy_;
Dproxyinfo.h28 struct ProxyInfo { struct
37 ProxyInfo(); argument
38 ~ProxyInfo();
Dautodetectproxy.h35 const ProxyInfo& proxy() const { return proxy_; } in proxy()
55 rtc::ProxyInfo* proxy);
79 ProxyInfo proxy_;
Dproxydetect.cc286 bool ParseProxy(const std::string& saddress, ProxyInfo* proxy) { in ParseProxy()
544 bool GetFirefoxProxySettings(const char* url, ProxyInfo* proxy) { in GetFirefoxProxySettings()
654 bool GetWinHttpProxySettings(const char* url, ProxyInfo* proxy) { in GetWinHttpProxySettings()
704 ProxyInfo* proxy) { in WinHttpAutoDetectProxyForUrl()
792 bool GetJsProxySettings(const char* url, ProxyInfo* proxy) {
819 bool GetWmProxySettings(const char* url, ProxyInfo* proxy) {
866 bool GetIePerConnectionProxySettings(const char* url, ProxyInfo* proxy) {
911 bool GetIeLanProxySettings(const char* url, ProxyInfo* proxy) { in GetIeLanProxySettings()
937 bool GetIeProxySettings(const char* agent, const char* url, ProxyInfo* proxy) { in GetIeProxySettings()
953 bool p_getProxyInfoForTypeFromDictWithKeys(ProxyInfo* proxy, in p_getProxyInfoForTypeFromDictWithKeys()
[all …]
Dhttpclient.h72 void set_proxy(const ProxyInfo& proxy) { proxy_ = proxy; } in set_proxy()
73 const ProxyInfo& proxy() const { return proxy_; } in proxy()
169 ProxyInfo proxy_;
Dhttprequest.h37 void set_proxy(const ProxyInfo& proxy) { in set_proxy()
75 ProxyInfo proxy_;
Dproxydetect.h26 rtc::ProxyInfo* proxy,
Dsslsocketfactory.cc136 AsyncSocket* SslSocketFactory::CreateProxySocket(const ProxyInfo& proxy, in CreateProxySocket()
Dautodetectproxy.cc37 rtc::ProxyInfo* proxy) { in GetProxyForUrl()
/external/python/httplib2/tests/
Dtest_proxy.py93 pi = httplib2.ProxyInfo(
109 proxy_info=httplib2.ProxyInfo(
123 proxy_info=httplib2.ProxyInfo(
138 proxy_info=httplib2.ProxyInfo(
/external/webrtc/webrtc/p2p/base/
Dportallocator.h200 const rtc::ProxyInfo& proxy() const { return proxy_; } in proxy()
201 void set_proxy(const std::string& agent, const rtc::ProxyInfo& proxy) { in set_proxy()
247 rtc::ProxyInfo proxy_;
Dpacketsocketfactory.h46 const ProxyInfo& proxy_info,
Dbasicpacketsocketfactory.h38 const ProxyInfo& proxy_info,
Dport.h247 const rtc::ProxyInfo& proxy) { in set_proxy()
252 const rtc::ProxyInfo& proxy() { return proxy_; } in proxy()
390 rtc::ProxyInfo proxy_;
Dbasicpacketsocketfactory.cc109 const ProxyInfo& proxy_info, const std::string& user_agent, int opts) { in CreateClientTcpSocket()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DConnectivityManagerFacade.java37 import android.net.ProxyInfo;
1117 ProxyInfo proxyInfo = new ProxyInfo(hostname, port.intValue(), exclList); in connectivitySetGlobalProxy()
1128 ProxyInfo proxyInfo = new ProxyInfo(pac); in connectivitySetGlobalPacProxy()
1138 public ProxyInfo connectivityGetGlobalProxy() { in connectivityGetGlobalProxy()
1139 ProxyInfo proxyInfo = mManager.getGlobalProxy(); in connectivityGetGlobalProxy()
/external/python/httplib2/python2/httplib2/test/
Dtest_no_socket.py21 proxy_info = httplib2.ProxyInfo("blah", "localhost", 0)
/external/python/pyasn1-modules/pyasn1_modules/
Drfc3281.py94 class ProxyInfo(univ.SequenceOf): class
98 ProxyInfo.componentType = Targets()
/external/python/httplib2/python2/httplib2/test/functional/
Dtest_proxies.py75 proxy_info = httplib2.ProxyInfo(
/external/python/httplib2/doc/html/
Dobjects.inv5 httplib2.ProxyInfo class libhttplib2.html
/external/python/httplib2/
DCHANGELOG103 Add proxy_headers argument to ProxyInfo constructor
181 ProxyInfo objects now can construct themselves from environment
183 class will construct a ProxyInfo instance based on these environment
/external/python/httplib2/doc/
Dlibhttplib2.rst196 .. class:: Http([cache=None], [timeout=None], [proxy_info==ProxyInfo.from_environment], [ca_certs=N…
204 is done. The *proxy_info* parameter is an object of type :class:ProxyInfo.
207 .. class:: ProxyInfo(proxy_type, proxy_host, proxy_port, [proxy_rdns=None], [proxy_user=None], [pro…
213 p = ProxyInfo(proxy_type=socks.PROXY_TYPE_HTTP, proxy_host='localhost', proxy_port=8000)
/external/python/httplib2/doc/html/_sources/
Dlibhttplib2.txt196 .. class:: Http([cache=None], [timeout=None], [proxy_info==ProxyInfo.from_environment], [ca_certs=N…
204 is done. The *proxy_info* parameter is an object of type :class:`ProxyInfo`.
207 .. class:: ProxyInfo(proxy_type, proxy_host, proxy_port, [proxy_rdns=None], [proxy_user=None], [pro…
213 p = ProxyInfo(proxy_type=socks.PROXY_TYPE_HTTP, proxy_host='localhost', proxy_port=8000)

12