HomeSort by relevance Sort by last modified time
    Searched defs:_Method (Results 1 - 8 of 8) 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/autotest/server/cros/multimedia/
remote_facade_factory.py 30 class _Method:
48 return _Method(self.__call_method, "%s.%s" % (self.__name, name))
89 """Return a _Method object only, not its real object."""
90 return _Method(self.__call_proxy, name)
  /external/autotest/client/cros/chameleon/
chameleon.py 36 class _Method(object):
51 """Constructs a _Method.
71 @return: a callable _Method object.
74 return _Method(self.__call_server, "%s.%s" % (self._name, name))
190 """Get the callable _Method object.
195 @return: a callable _Method object.
198 return _Method(self.__call_server, name)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmlrpclib.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmlrpclib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmlrpclib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py     [all...]

Completed in 842 milliseconds