Home
last modified time | relevance | path

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

/external/rust/beto-rust/common/pourover_macro/src/
Dlib.rs20 mod call_method; module
123 pub fn call_method(args: TokenStream) -> TokenStream { in call_method() function
Dcall_method.rs30 pub fn call_method(args: TokenStream) -> syn::Result<TokenStream> { in call_method() function
/external/autotest/server/cros/faft/
Drpc_proxy.py26 def __init__(self, call_method, name): argument
/external/autotest/server/cros/multimedia/
Dremote_facade_factory.py58 def __init__(self, call_method, name): argument
/external/python/setuptools/setuptools/_vendor/jaraco/
Dfunctools.py51 def call_method(target): function
/external/python/setuptools/pkg_resources/_vendor/jaraco/
Dfunctools.py51 def call_method(target): function
/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.py524 def check_yield_from_example(self, call_method): argument
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc1993 const char* call_method; member
2000 const grpc_slice& call_method, in auth_metadata_context_build()
2077 grpc_slice call_method = in TEST() local
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dcredentials_test.cc1989 const char* call_method; member
1996 const grpc_slice& call_method, in auth_metadata_context_build()
2073 grpc_slice call_method = in TEST() local
/external/rust/crates/jni/0.20.0/src/wrapper/
Djnienv.rs980 pub fn call_method<O, S, T>( in call_method() method
/external/rust/crates/jni/src/wrapper/
Djnienv.rs1357 pub fn call_method<'other_local, O, S, T>( in call_method() method
/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.c429 call_method(PyObject *func, PyObject *self, PyObject *obj) in call_method() function