/external/llvm-project/clang/test/CodeGenCXX/ |
D | ubsan-suppress-checks.cpp | 83 int call_method() { in call_method() function 226 a->call_method(); in force_irgen()
|
/external/autotest/server/cros/faft/ |
D | rpc_proxy.py | 25 def __init__(self, call_method, name): argument 26 self.__call_method = call_method
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/ |
D | auth_filters.h | 32 const grpc_slice& call_method, grpc_auth_context* auth_context,
|
D | client_auth_filter.cc | 190 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/ |
D | auth_filters.h | 31 const char* url_scheme, grpc_slice call_host, grpc_slice call_method,
|
D | client_auth_filter.cc | 127 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/ |
D | cache_extension.py | 39 self.call_method("_cache_support", args), [], [], body
|
/external/autotest/server/cros/multimedia/ |
D | remote_facade_factory.py | 58 def __init__(self, call_method, name): argument 59 self.__call_method = call_method
|
/external/grpc-grpc/test/core/security/ |
D | credentials_test.cc | 1147 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/ |
D | typeobject.c | 1256 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/ |
D | test_ext.py | 104 self.call_method( 623 node.context = self.call_method("get_scope")
|
/external/python/jinja/src/jinja2/ |
D | ext.py | 116 def call_method( member in Extension 492 result = self.call_method("_render", [context], lineno=lineno)
|
/external/python/cpython3/Lib/test/ |
D | test_generators.py | 433 def check_yield_from_example(self, call_method): argument 450 call_method(gen)
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | credentials_test.cc | 1916 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/ |
D | ext.py | 119 def call_method(self, name, args=None, kwargs=None, dyn_args=None, member in Extension
|
/external/python/jinja/docs/ |
D | extensions.rst | 317 :members: preprocess, filter_stream, parse, attr, call_method
|
/external/python/cpython3/Modules/ |
D | _pickle.c | 417 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()
|