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

  /external/autotest/server/cros/faft/
rpc_proxy.py 22 The call_method is the method which does refer to the latest RPC proxy.
24 def __init__(self, call_method, name):
25 self.__call_method = call_method
  /external/autotest/server/cros/multimedia/
remote_facade_factory.py 30 The call_method is the method which does refer to the latest RPC proxy.
32 def __init__(self, call_method, name):
33 self.__call_method = call_method
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
transport_test.py 417 def call_method(self, request): member in class:LocalService
445 response = stub.call_method(content='Hello')
457 response = stub.call_method(content='Hello')
  /external/opencv3/3rdparty/jinja2/
ext.py 117 def call_method(self, name, args=None, kwargs=None, dyn_args=None, member in class:Extension

Completed in 123 milliseconds