Home
last modified time | relevance | path

Searched refs:call_method (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/clang/test/CodeGenCXX/
Dubsan-suppress-checks.cpp83 int call_method() { in call_method() function
226 a->call_method(); in force_irgen()
/external/autotest/server/cros/faft/
Drpc_proxy.py25 def __init__(self, call_method, name): argument
26 self.__call_method = call_method
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dauth_filters.h32 const grpc_slice& call_method, grpc_auth_context* auth_context,
Dclient_auth_filter.cc190 const grpc_slice& call_method, grpc_auth_context* auth_context, in grpc_auth_metadata_context_build() argument
192 char* service = grpc_slice_to_c_string(call_method); in grpc_auth_metadata_context_build()
/external/grpc-grpc/src/core/lib/security/transport/
Dauth_filters.h31 const char* url_scheme, grpc_slice call_host, grpc_slice call_method,
Dclient_auth_filter.cc127 const char* url_scheme, grpc_slice call_host, grpc_slice call_method, in grpc_auth_metadata_context_build() argument
130 char* service = grpc_slice_to_c_string(call_method); in grpc_auth_metadata_context_build()
/external/python/jinja/docs/examples/
Dcache_extension.py39 self.call_method("_cache_support", args), [], [], body
/external/autotest/server/cros/multimedia/
Dremote_facade_factory.py58 def __init__(self, call_method, name): argument
59 self.__call_method = call_method
/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
1191 grpc_slice_from_copied_string(test_cases[i].call_method); in test_auth_metadata_context()
1194 grpc_auth_metadata_context_build(url_scheme, call_host, call_method, in test_auth_metadata_context()
1210 grpc_slice_unref(call_method); in test_auth_metadata_context()
/external/python/cpython2/Objects/
Dtypeobject.c1256 call_method(PyObject *o, char *name, PyObject **nameobj, char *format, ...) in call_method() function
5023 return call_method(self, OPSTR, &cache_str, "()"); \
5031 return call_method(self, OPSTR, &cache_str, "(" ARGCODES ")", arg1); \
5113 return call_method(self, OPSTR, &cache_str, \
5121 PyObject *res = call_method(self, "__len__", &len_str, "()");
5190 return call_method(self, "__getslice__", &getslice_str,
5201 res = call_method(self, "__delitem__", &delitem_str,
5204 res = call_method(self, "__setitem__", &setitem_str,
5222 res = call_method(self, "__delslice__", &delslice_str,
5229 res = call_method(self, "__setslice__", &setslice_str,
[all …]
/external/python/jinja/tests/
Dtest_ext.py104 self.call_method(
623 node.context = self.call_method("get_scope")
/external/python/jinja/src/jinja2/
Dext.py116 def call_method( member in Extension
492 result = self.call_method("_render", [context], lineno=lineno)
/external/python/cpython3/Lib/test/
Dtest_generators.py433 def check_yield_from_example(self, call_method): argument
450 call_method(gen)
/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
1960 grpc_slice_from_copied_string(test_cases[i].call_method); in test_auth_metadata_context()
1963 grpc_auth_metadata_context_build(url_scheme, call_host, call_method, in test_auth_metadata_context()
1979 grpc_slice_unref(call_method); in test_auth_metadata_context()
/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/docs/
Dextensions.rst317 :members: preprocess, filter_stream, parse, attr, call_method
/external/python/cpython3/Modules/
D_pickle.c417 call_method(PyObject *func, PyObject *self, PyObject *obj) in call_method() function
3875 pid = call_method(self->pers_func, self->pers_func_self, obj); in save_pers()
6117 obj = call_method(self->pers_func, self->pers_func_self, pid); in load_persid()
6144 obj = call_method(self->pers_func, self->pers_func_self, pid); in load_binpersid()