Home
last modified time | relevance | path

Searched refs:_Method (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Lib/
Dcrypt.py13 class _Method(_namedtuple('_Method', 'name ident salt_chars total_size')): class
70 if salt is None or isinstance(salt, _Method):
79 method = _Method(name, *args)
/external/autotest/server/cros/faft/
Drpc_proxy.py14 class _Method: class
30 return _Method(self.__call_method, "%s.%s" % (self.__name, name))
59 return _Method(self.__call_faft_client, name)
/external/wpa_supplicant_8/wpa_supplicant/
Dwin_if_list.c27 #define _NDISUIO_CTL_CODE(_Function, _Method, _Access) \ argument
28 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)
/external/autotest/server/cros/multimedia/
Dremote_facade_factory.py39 class _Method: class
57 return _Method(self.__call_method, "%s.%s" % (self.__name, name))
100 return _Method(self.__call_proxy, name)
/external/autotest/client/cros/chameleon/
Dchameleon.py40 class _Method(object): class
78 return _Method(self.__call_server, "%s.%s" % (self._name, name))
202 return _Method(self.__call_server, name)
/external/wpa_supplicant_8/src/l2_packet/
Dl2_packet_ndis.c34 #define _NDISUIO_CTL_CODE(_Function, _Method, _Access) \ argument
35 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)
/external/python/cpython2/Lib/
Drandom.py247 _Method=_MethodType, _BuiltinMethod=_BuiltinMethodType): argument
262 if type(self.random) is _BuiltinMethod or type(getrandbits) is _Method:
Dxmlrpclib.py1234 class _Method: class
1241 return _Method(self.__send, "%s.%s" % (self.__name, name))
1620 return _Method(self.__request, name)
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dtranslate.py364 def _Method(module, parsed_method, interface): function
607 _Method(module, method, interface), interface.methods_data)
/external/python/cpython3/Lib/xmlrpc/
Dclient.py1103 class _Method: class
1110 return _Method(self.__send, "%s.%s" % (self.__name, name))
1470 return _Method(self.__request, name)
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c400 #define _NDISUIO_CTL_CODE(_Function, _Method, _Access) \ argument
401 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)