Searched refs:ProxyType (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/rtc_base/ |
D | proxy_info.h | 21 enum ProxyType { PROXY_NONE, PROXY_HTTPS, PROXY_SOCKS5, PROXY_UNKNOWN }; enum 22 const char* ProxyToString(ProxyType proxy); 25 ProxyType type;
|
D | proxy_info.cc | 15 const char* ProxyToString(ProxyType proxy) { in ProxyToString()
|
/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/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 | associated_binding_set.h | 17 using ProxyType = AssociatedInterfacePtr<Interface>;
|
D | thread_safe_interface_ptr.h | 44 using ProxyType = typename Interface::Proxy_; 74 ProxyType& proxy() { return proxy_; } in proxy() 248 ProxyType proxy_;
|
/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 | 955 ProxyType = type(name, (BaseProxy,), dic) 956 ProxyType._exposed_ = exposed 957 _cache[(name, exposed)] = ProxyType 958 return ProxyType 980 ProxyType = MakeProxyType('AutoProxy[%s]' % token.typeid, exposed) 981 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 | 137 ``ProxyType`` or ``CallableProxyType``, depending on whether *object* is 303 .. data:: ProxyType
|
/external/protobuf/python/google/protobuf/internal/ |
D | python_message.py | 1494 if isinstance(parent_message, weakref.ProxyType):
|
/external/webrtc/p2p/base/ |
D | p2p_transport_channel_unittest.cc | 490 void SetProxy(int endpoint, rtc::ProxyType type) { in SetProxy()
|