HomeSort by relevance Sort by last modified time
    Searched refs:call_method (Results 1 - 8 of 8) 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/tensorflow/tensorflow/compiler/xla/python/
numpy_bridge.cc 195 auto call_method = [o, &error](const string& method) -> StatusOr<PyObject*> { local
219 TF_ASSIGN_OR_RETURN(py_subshapes, call_method("tuple_shapes"));
238 TF_ASSIGN_OR_RETURN(py_dimensions, call_method("dimensions"));
239 TF_ASSIGN_OR_RETURN(py_minor_to_major, call_method("minor_to_major"));
  /external/autotest/server/cros/multimedia/
remote_facade_factory.py 46 The call_method is the method which does refer to the latest RPC proxy.
49 def __init__(self, call_method, name):
50 self.__call_method = call_method
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 1236 call_method(PyObject *o, char *name, PyObject **nameobj, char *format, ...) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 1218 call_method(PyObject *o, char *name, PyObject **nameobj, char *format, ...) function
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 1256 call_method(PyObject *o, char *name, PyObject **nameobj, char *format, ...) function
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 1428 call_method(PyObject *o, _Py_Identifier *nameid, const char *format, ...) function
    [all...]
  /external/libmojo/third_party/jinja2/
ext.py 117 def call_method(self, name, args=None, kwargs=None, dyn_args=None, member in class:Extension

Completed in 950 milliseconds