Home
last modified time | relevance | path

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

/external/autotest/server/cros/faft/
Drpc_proxy.py25 def __init__(self, call_method, name): argument
/external/llvm-project/clang/test/CodeGenCXX/
Dubsan-suppress-checks.cpp83 int call_method() { in call_method() function
/external/autotest/server/cros/multimedia/
Dremote_facade_factory.py58 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/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc190 const grpc_slice& call_method, grpc_auth_context* auth_context, 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/python/jinja/src/jinja2/
Dext.py116 def call_method( member in Extension
/external/python/cpython3/Lib/test/
Dtest_generators.py433 def check_yield_from_example(self, call_method): argument
/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/rust/crates/grpcio-sys/grpc/test/core/security/
Dcredentials_test.cc1916 const char* call_method; member
1959 grpc_slice call_method = in test_auth_metadata_context() local
/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.c417 call_method(PyObject *func, PyObject *self, PyObject *obj) in call_method() function