HomeSort by relevance Sort by last modified time
    Searched refs:_Method (Results 1 - 14 of 14) sorted by null

  /external/autotest/server/cros/faft/
rpc_proxy.py 14 class _Method:
30 return _Method(self.__call_method, "%s.%s" % (self.__name, name))
58 """Return a _Method object only, not its real object."""
59 return _Method(self.__call_faft_client, name)
  /external/python/cpython3/Lib/
crypt.py 13 class _Method(_namedtuple('_Method', 'name ident salt_chars total_size')):
70 if salt is None or isinstance(salt, _Method):
79 method = _Method(name, *args)
  /external/wpa_supplicant_8/wpa_supplicant/
win_if_list.c 27 #define _NDISUIO_CTL_CODE(_Function, _Method, _Access) \
28 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)
  /external/autotest/server/cros/multimedia/
remote_facade_factory.py 39 class _Method:
57 return _Method(self.__call_method, "%s.%s" % (self.__name, name))
99 """Return a _Method object only, not its real object."""
100 return _Method(self.__call_proxy, name)
  /external/autotest/client/cros/chameleon/
chameleon.py 40 class _Method(object):
55 """Constructs a _Method.
75 @return: a callable _Method object.
78 return _Method(self.__call_server, "%s.%s" % (self._name, name))
194 """Get the callable _Method object.
199 @return: a callable _Method object.
202 return _Method(self.__call_server, name)
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_ndis.c 34 #define _NDISUIO_CTL_CODE(_Function, _Method, _Access) \
35 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
random.py 245 _Method=_MethodType, _BuiltinMethod=_BuiltinMethodType):
260 if type(self.random) is _BuiltinMethod or type(getrandbits) is _Method:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
random.py 244 _Method=_MethodType, _BuiltinMethod=_BuiltinMethodType):
259 if type(self.random) is _BuiltinMethod or type(getrandbits) is _Method:
    [all...]
xmlrpclib.py     [all...]
  /external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
translate.py 364 def _Method(module, parsed_method, interface):
607 _Method(module, method, interface), interface.methods_data)
  /external/python/cpython2/Lib/
random.py 247 _Method=_MethodType, _BuiltinMethod=_BuiltinMethodType):
262 if type(self.random) is _BuiltinMethod or type(getrandbits) is _Method:
xmlrpclib.py     [all...]
  /external/python/cpython3/Lib/xmlrpc/
client.py     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 400 #define _NDISUIO_CTL_CODE(_Function, _Method, _Access) \
401 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)
    [all...]

Completed in 421 milliseconds