Home
last modified time | relevance | path

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

12

/external/webrtc/rtc_base/
Dproxy_info.cc20 ProxyInfo::ProxyInfo() : type(PROXY_NONE), autodetect(false) {} in ProxyInfo() function in rtc::ProxyInfo
21 ProxyInfo::~ProxyInfo() = default;
Dproxy_info.h24 struct ProxyInfo { struct
33 ProxyInfo(); argument
34 ~ProxyInfo();
/external/python/httplib2/tests/
Dtest_proxy.py95 pi = httplib2.ProxyInfo(
111 proxy_info=httplib2.ProxyInfo(
125 proxy_info=httplib2.ProxyInfo(
140 proxy_info=httplib2.ProxyInfo(
165 proxy_info = httplib2.ProxyInfo(
/external/python/httplib2/python2/httplib2/test/
Dtest_no_socket.py21 proxy_info = httplib2.ProxyInfo("blah", "localhost", 0)
/external/webrtc/p2p/base/
Dport.h303 void set_proxy(const std::string& user_agent, const rtc::ProxyInfo& proxy) { in set_proxy()
308 const rtc::ProxyInfo& proxy() { return proxy_; } in proxy()
467 rtc::ProxyInfo proxy_;
Dport_allocator.h465 const rtc::ProxyInfo& proxy() const { in proxy()
470 void set_proxy(const std::string& agent, const rtc::ProxyInfo& proxy) { in set_proxy()
633 rtc::ProxyInfo proxy_;
Dbasic_packet_socket_factory.h41 const ProxyInfo& proxy_info,
Dbasic_packet_socket_factory.cc103 const ProxyInfo& proxy_info, in CreateClientTcpSocket()
Dport_unittest.cc985 const rtc::ProxyInfo& proxy_info, in CreateClientTcpSocket()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DConnectivityManagerFacade.java38 import android.net.ProxyInfo;
1065 ProxyInfo proxyInfo = new ProxyInfo(hostname, port.intValue(), exclList); in connectivitySetGlobalProxy()
1077 ProxyInfo proxyInfo = new ProxyInfo(uri); in connectivitySetGlobalPacProxy()
1087 public ProxyInfo connectivityGetGlobalProxy() { in connectivityGetGlobalProxy()
1088 ProxyInfo proxyInfo = mManager.getGlobalProxy(); in connectivityGetGlobalProxy()
/external/webrtc/api/
Dpacket_socket_factory.h68 const ProxyInfo& proxy_info,
/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
Dsearchindex.js1 …ation:[1,3],debuglevel:[1,4],RedirectLimit:[1,3],RelativeURIError:[1,3],ProxyInfo:[1,0],Unimplemen… property
/external/python/pyasn1-modules/pyasn1_modules/
Drfc3281.py94 class ProxyInfo(univ.SequenceOf): class
98 ProxyInfo.componentType = Targets()
Drfc5755.py225 class ProxyInfo(univ.SequenceOf): class
377 id_pe_ac_proxying: ProxyInfo(),
/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)
/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/
DCHANGELOG182 Add proxy_headers argument to ProxyInfo constructor
260 ProxyInfo objects now can construct themselves from environment
262 class will construct a ProxyInfo instance based on these environment
Dlibhttplib2.tex173 The \var{proxy_info} is an instance of \class{ProxyInfo} and is supplied
196 \begin{classdesc}{ProxyInfo}{proxy_type, proxy_host, proxy_port, \optional{proxy_rdns=None}, \optio…
449 h = httplib2.Http(proxy_info = httplib2.ProxyInfo(socks.PROXY_TYPE_HTTP, 'localhost', 8000))
/external/python/httplib2/python3/httplib2/
D__init__.py982 class ProxyInfo(object): class
1107 pi = ProxyInfo(
1146 if proxy_info and not isinstance(proxy_info, ProxyInfo):
1267 if proxy_info and not isinstance(proxy_info, ProxyInfo):
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java41 import android.net.ProxyInfo;
335 if (data instanceof ProxyInfo) { in build()
336 return buildProxyInfo((ProxyInfo) data); in build()
1391 private static JSONObject buildProxyInfo(ProxyInfo data) throws JSONException { in buildProxyInfo()
/external/python/httplib2/python2/httplib2/
D__init__.py1007 class ProxyInfo(object): class
1126 pi = ProxyInfo(
/external/python/httplib2/python2/
Dhttplib2test.py1980 pi = httplib2.ProxyInfo(
/external/python/httplib2/python3/
Dhttplib2test.py1916 pi = httplib2.ProxyInfo(

12