HomeSort by relevance Sort by last modified time
    Searched refs:ProxyType (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/libjingle/source/talk/base/
proxyinfo.cc 32 const char * ProxyToString(ProxyType proxy) {
proxyinfo.h 37 enum ProxyType {
43 const char * ProxyToString(ProxyType proxy);
46 ProxyType type;
proxy_unittest.cc 76 talk_base::ProxyType DetectProxyType(const SocketAddress& address) {
77 talk_base::ProxyType type;
autodetectproxy.h 86 void Complete(ProxyType type);
autodetectproxy.cc 35 static const ProxyType TEST_ORDER[] = {
107 ProxyType type = proxy().type;
216 void AutoDetectProxy::Complete(ProxyType type) {
proxydetect.cc 291 bool Better(ProxyType lhs, const ProxyType rhs) {
302 ProxyType ptype;
965 ProxyType type,
    [all...]
  /external/chromium_org/third_party/webrtc/base/
proxyinfo.cc 15 const char * ProxyToString(ProxyType proxy) {
proxyinfo.h 20 enum ProxyType {
26 const char * ProxyToString(ProxyType proxy);
29 ProxyType type;
proxy_unittest.cc 59 rtc::ProxyType DetectProxyType(const SocketAddress& address) {
60 rtc::ProxyType type;
autodetectproxy.h 69 void Complete(ProxyType type);
autodetectproxy.cc 18 static const ProxyType TEST_ORDER[] = {
90 ProxyType type = proxy().type;
199 void AutoDetectProxy::Complete(ProxyType type) {
proxydetect.cc 274 bool Better(ProxyType lhs, const ProxyType rhs) {
285 ProxyType ptype;
948 ProxyType type,
    [all...]
  /external/smack/src/org/jivesoftware/smack/proxy/
ProxyInfo.java 31 public static enum ProxyType
43 private ProxyType proxyType;
45 public ProxyInfo( ProxyType pType, String pHost, int pPort, String pUser,
48 this.proxyType = pType;
58 return new ProxyInfo(ProxyType.HTTP, pHost, pPort, pUser, pPass);
64 return new ProxyInfo(ProxyType.SOCKS4, pHost, pPort, pUser, pPass);
70 return new ProxyInfo(ProxyType.SOCKS5, pHost, pPort, pUser, pPass);
75 return new ProxyInfo(ProxyType.NONE, null, 0, null, null);
80 return new ProxyInfo(ProxyType.NONE, null, 0, null, null)
    [all...]
ProxyException.java 30 public ProxyException(ProxyInfo.ProxyType type, String ex, Throwable cause)
35 public ProxyException(ProxyInfo.ProxyType type, String ex)
40 public ProxyException(ProxyInfo.ProxyType type)
HTTPProxySocketFactory.java 108 throw new ProxyException(ProxyInfo.ProxyType.HTTP, "Recieved " +
114 throw new ProxyException(ProxyInfo.ProxyType.HTTP);
136 throw new ProxyException(ProxyInfo.ProxyType.HTTP, "Never " +
148 throw new ProxyException(ProxyInfo.ProxyType.HTTP, "Empty proxy " +
155 throw new ProxyException(ProxyInfo.ProxyType.HTTP , "Unexpected " +
163 throw new ProxyException(ProxyInfo.ProxyType.HTTP);
Socks4ProxySocketFactory.java 128 throw new ProxyException(ProxyInfo.ProxyType.SOCKS4,
174 throw new ProxyException(ProxyInfo.ProxyType.SOCKS4,
181 throw new ProxyException(ProxyInfo.ProxyType.SOCKS4,
194 throw new ProxyException(ProxyInfo.ProxyType.SOCKS4,message);
213 throw new ProxyException(ProxyInfo.ProxyType.SOCKS4, e.toString());
Socks5ProxySocketFactory.java 216 throw new ProxyException(ProxyInfo.ProxyType.SOCKS5,
309 throw new ProxyException(ProxyInfo.ProxyType.SOCKS5,
353 throw new ProxyException(ProxyInfo.ProxyType.SOCKS5,message,
369 throw new ProxyException(ProxyInfo.ProxyType.SOCKS5, "stream " +
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 99 void set_proxy(talk_base::ProxyType f) { proxy_ = f; }
108 talk_base::ProxyType proxy() const { return proxy_; }
118 talk_base::ProxyType proxy_;
  /external/smack/src/org/jivesoftware/smack/
BOSHConfiguration.java 99 return (proxy != null && proxy.getProxyType() != ProxyInfo.ProxyType.NONE);
  /external/chromium_org/content/test/
layouttest_support.cc 48 typedef WebTestProxy<RenderViewImpl, RenderViewImplParams*> ProxyType;
49 ProxyType* render_view_proxy = new ProxyType(params);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 379 callable, exposed, method_to_typeid, proxytype = \
639 def register(cls, typeid, callable=None, proxytype=None, exposed=None,
647 if proxytype is None:
648 proxytype = AutoProxy
650 exposed = exposed or getattr(proxytype, '_exposed_', None)
653 getattr(proxytype, '_method_to_typeid_', None)
661 callable, exposed, method_to_typeid, proxytype
668 proxy = proxytype(
765 proxytype = self._manager._registry[token.typeid][-1]
766 proxy = proxytype(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 379 callable, exposed, method_to_typeid, proxytype = \
639 def register(cls, typeid, callable=None, proxytype=None, exposed=None,
647 if proxytype is None:
648 proxytype = AutoProxy
650 exposed = exposed or getattr(proxytype, '_exposed_', None)
653 getattr(proxytype, '_method_to_typeid_', None)
661 callable, exposed, method_to_typeid, proxytype
668 proxy = proxytype(
765 proxytype = self._manager._registry[token.typeid][-1]
766 proxy = proxytype(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
weakref.py 20 ProxyType,
28 ProxyTypes = (ProxyType, CallableProxyType)
31 "WeakKeyDictionary", "ReferenceError", "ReferenceType", "ProxyType",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
weakref.py 20 ProxyType,
28 ProxyTypes = (ProxyType, CallableProxyType)
31 "WeakKeyDictionary", "ReferenceError", "ReferenceType", "ProxyType",
  /prebuilts/misc/common/swig/include/2.0.11/gcj/
javaprims.i 214 class Proxy$ProxyType;

Completed in 1198 milliseconds

1 2