Searched refs:ProxyType (Results 1 – 19 of 19) sorted by relevance
/external/webrtc/webrtc/base/ |
D | proxyinfo.h | 20 enum ProxyType { enum 26 const char * ProxyToString(ProxyType proxy); 29 ProxyType type;
|
D | autodetectproxy.cc | 18 static const ProxyType TEST_ORDER[] = { 96 ProxyType type = proxy().type; in OnMessage() 205 void AutoDetectProxy::Complete(ProxyType type) { in Complete()
|
D | proxy_unittest.cc | 59 rtc::ProxyType DetectProxyType(const SocketAddress& address) { in DetectProxyType() 60 rtc::ProxyType type; in DetectProxyType()
|
D | proxyinfo.cc | 15 const char * ProxyToString(ProxyType proxy) { in ProxyToString()
|
D | autodetectproxy.h | 68 void Complete(ProxyType type);
|
D | proxydetect.cc | 280 bool Better(ProxyType lhs, const ProxyType rhs) { in Better() 291 ProxyType ptype; in ParseProxy() 954 ProxyType type, in p_getProxyInfoForTypeFromDictWithKeys()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | pickle_unittest.cc | 157 template <typename ProxyType = PicklePasser> 158 InterfacePtr<ProxyType> ConnectToChromiumService() { in ConnectToChromiumService() 159 InterfacePtr<ProxyType> proxy; in ConnectToChromiumService() 166 template <typename ProxyType = blink::PicklePasser> 167 InterfacePtr<ProxyType> ConnectToBlinkService() { in ConnectToBlinkService() 168 InterfacePtr<ProxyType> proxy; in ConnectToBlinkService()
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppclientsettings.h | 82 void set_proxy(rtc::ProxyType f) { proxy_ = f; } in set_proxy() 91 rtc::ProxyType proxy() const { return proxy_; } in proxy() 101 rtc::ProxyType proxy_;
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | binding_set.h | 28 using ProxyType = InterfacePtr<Interface>; 33 static RequestType MakeRequest(ProxyType* proxy) { 70 using ProxyType = typename Traits::ProxyType;
|
D | thread_safe_interface_ptr.h | 44 using ProxyType = typename Interface::Proxy_; 74 ProxyType& proxy() { return proxy_; } in proxy() 248 ProxyType proxy_;
|
D | associated_binding_set.h | 17 using ProxyType = AssociatedInterfacePtr<Interface>;
|
/external/python/cpython2/Lib/multiprocessing/ |
D | managers.py | 901 ProxyType = type(name, (BaseProxy,), dic) 902 ProxyType._exposed_ = exposed 903 _cache[(name, exposed)] = ProxyType 904 return ProxyType 926 ProxyType = MakeProxyType('AutoProxy[%s]' % token.typeid, exposed) 927 proxy = ProxyType(token, serializer, manager=manager, authkey=authkey,
|
/external/python/cpython3/Lib/multiprocessing/ |
D | managers.py | 942 ProxyType = type(name, (BaseProxy,), dic) 943 ProxyType._exposed_ = exposed 944 _cache[(name, exposed)] = ProxyType 945 return ProxyType 967 ProxyType = MakeProxyType('AutoProxy[%s]' % token.typeid, exposed) 968 proxy = ProxyType(token, serializer, manager=manager, authkey=authkey,
|
/external/python/cpython2/Lib/ |
D | weakref.py | 20 ProxyType, 29 ProxyTypes = (ProxyType, CallableProxyType)
|
/external/python/cpython3/Lib/ |
D | weakref.py | 18 ProxyType, 28 ProxyTypes = (ProxyType, CallableProxyType)
|
/external/python/cpython2/Doc/library/ |
D | weakref.rst | 123 ``ProxyType`` or ``CallableProxyType``, depending on whether *object* is 223 .. data:: ProxyType
|
/external/python/cpython3/Doc/library/ |
D | weakref.rst | 136 ``ProxyType`` or ``CallableProxyType``, depending on whether *object* is 308 .. data:: ProxyType
|
/external/protobuf/python/google/protobuf/internal/ |
D | python_message.py | 1388 if isinstance(parent_message, weakref.ProxyType):
|
/external/webrtc/webrtc/p2p/base/ |
D | p2ptransportchannel_unittest.cc | 374 void SetProxy(int endpoint, rtc::ProxyType type) { in SetProxy()
|