/external/u-boot/include/u-boot/ |
D | variadic-macro.h | 15 #define _VM_HELP_0(_call, ...) argument 16 #define _VM_HELP_1(_call, x, ...) _call(x) argument 17 #define _VM_HELP_2(_call, x, ...) _call(x) _VM_HELP_1(_call, __VA_ARGS__) argument 18 #define _VM_HELP_3(_call, x, ...) _call(x) _VM_HELP_2(_call, __VA_ARGS__) argument 19 #define _VM_HELP_4(_call, x, ...) _call(x) _VM_HELP_3(_call, __VA_ARGS__) argument 20 #define _VM_HELP_5(_call, x, ...) _call(x) _VM_HELP_4(_call, __VA_ARGS__) argument 21 #define _VM_HELP_6(_call, x, ...) _call(x) _VM_HELP_5(_call, __VA_ARGS__) argument 22 #define _VM_HELP_7(_call, x, ...) _call(x) _VM_HELP_6(_call, __VA_ARGS__) argument 23 #define _VM_HELP_8(_call, x, ...) _call(x) _VM_HELP_7(_call, __VA_ARGS__) argument 24 #define _VM_HELP_9(_call, x, ...) _call(x) _VM_HELP_8(_call, __VA_ARGS__) argument [all …]
|
/external/grpc-grpc/src/ruby/spec/generic/ |
D | rpc_desc_spec.rb | 321 def fake_reqresp(_req, _call) argument 325 def fake_clstream(_call) argument 329 def fake_svstream(_req, _call) argument 337 def bad_status(_req, _call) argument 341 def other_error(_req, _call) argument 345 def bad_status_alt(_call) argument 349 def other_error_alt(_call) argument 353 def not_implemented(_req, _call) argument 357 def not_implemented_alt(_call) argument
|
D | rpc_server_spec.rb | 53 def an_rpc(_req, _call) argument 97 def an_rpc(req, _call) argument
|
/external/grpc-grpc/src/ruby/pb/test/ |
D | server.rb | 117 def maybe_echo_metadata(_call) argument 175 def empty_call(_empty, _call) argument 179 def unary_call(simple_req, _call) argument 193 def streaming_output_call(req, _call) argument 201 def full_duplex_call(reqs, _call) argument
|
/external/grpc-grpc/src/ruby/qps/ |
D | proxy-worker.rb | 73 def get_config(_args, _call) argument 131 def core_count(_args, _call) argument 134 def quit_worker(_args, _call) argument
|
D | worker.rb | 76 def core_count(_args, _call) argument 79 def quit_worker(_args, _call) argument
|
D | server.rb | 31 def unary_call(req, _call) argument
|
/external/grpc-grpc/src/ruby/stress/ |
D | metrics_server.rb | 58 def get_all_gauges(_empty, _call) argument 64 def get_gauge(gauge_req, _call) argument
|
/external/grpc-grpc/src/ruby/bin/ |
D | math_server.rb | 97 def div(div_args, _call) argument 116 def fib(fib_args, _call) argument
|
D | noproto_server.rb | 50 def an_rpc(req, _call) argument
|
/external/grpc-grpc/examples/ruby/route_guide/ |
D | route_guide_server.rb | 95 def get_feature(point, _call) argument 102 def list_features(rectangle, _call) argument
|
/external/grpc-grpc/examples/ruby/errors_and_cancellation/ |
D | error_examples_server.rb | 39 def list_features(rectangle, _call) argument
|
/external/grpc-grpc/src/ruby/pb/grpc/health/ |
D | checker.rb | 35 def check(req, _call) argument
|
/external/bcc/src/lua/bcc/vendor/ |
D | middleclass.lua | 71 local function _call(self, ...) return self:new(...) end function
|
/external/autotest/client/common_lib/cros/ |
D | gs_cache_client.py | 124 def _call(self, action, bucket, path, queries): member in _GsCacheAPI
|
/external/python/cpython2/Demo/pdist/ |
D | client.py | 61 def _call(self, name, *args): member in Client
|
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/ |
D | _time.py | 28 def _call(behaviors): function
|
/external/python/cpython3/Lib/asyncio/ |
D | base_subprocess.py | 193 def _call(self, cb, *data): member in BaseSubprocessTransport
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | channel.pyx.pxi | 158 cdef void _call( function
|
/external/tensorflow/tensorflow/python/framework/ |
D | function.py | 976 def _call(sig, *inputs, **kwargs): function
|
/external/python/cpython2/Lib/test/ |
D | _mock_backport.py | 741 def _call_matcher(self, _call): argument
|
/external/python/cpython3/Lib/unittest/ |
D | mock.py | 764 def _call_matcher(self, _call): argument
|
/external/python/mock/mock/ |
D | mock.py | 868 def _call_matcher(self, _call): argument
|