Home
last modified time | relevance | path

Searched defs:call_method (Results 1 – 9 of 9) sorted by relevance

/external/autotest/server/cros/faft/
Drpc_proxy.py24 def __init__(self, call_method, name): argument
/external/autotest/server/cros/multimedia/
Dremote_facade_factory.py50 def __init__(self, call_method, name): argument
/external/grpc-grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc127 const char* url_scheme, grpc_slice call_host, grpc_slice call_method, in grpc_auth_metadata_context_build()
/external/libchrome/third_party/jinja2/
Dext.py119 def call_method(self, name, args=None, kwargs=None, dyn_args=None, member in Extension
/external/tensorflow/tensorflow/compiler/xla/python/
Dnumpy_bridge.cc213 auto call_method = [o, &error](const string& method) -> StatusOr<PyObject*> { in XlaShapeFromPyShape() local
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc1147 const char* call_method; member
1190 grpc_slice call_method = in test_auth_metadata_context() local
/external/python/cpython3/Objects/
Dtypeobject.c1503 call_method(PyObject *obj, _Py_Identifier *name, in call_method() function
/external/python/cpython2/Objects/
Dtypeobject.c1256 call_method(PyObject *o, char *name, PyObject **nameobj, char *format, ...) in call_method() function
/external/python/cpython3/Modules/
D_pickle.c407 call_method(PyObject *func, PyObject *self, PyObject *obj) in call_method() function