/external/clang/test/CodeGenCXX/ |
D | mangle-ms-templates-memptrs.cpp | 87 void CallMethod(T &o) { in CallMethod() function 99 CallMethod<S, &S::f>(s); in CallMethods() 100 CallMethod<M, &M::f>(m); in CallMethods() 101 CallMethod<V, &V::f>(v); in CallMethods() 102 CallMethod<U, &U::f>(u); in CallMethods() 105 CallMethod<S, &S::g>(s); in CallMethods() 106 CallMethod<M, &M::g>(m); in CallMethods() 107 CallMethod<V, &V::g>(v); in CallMethods() 108 CallMethod<U, &U::g>(u); in CallMethods() 112 CallMethod<O, &O::g>(o); in CallMethods() [all …]
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object_test.cc | 164 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() 177 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() 190 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() 203 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() 213 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() 228 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() 241 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() 254 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() 265 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() 278 auto response = testing::CallMethod(*dbus_object_, &method_call); in TEST_F() [all …]
|
D | dbus_method_invoker_test.cc | 288 brillo::dbus_utils::CallMethod( in TEST_F() 295 brillo::dbus_utils::CallMethod( in TEST_F() 302 brillo::dbus_utils::CallMethod( in TEST_F() 316 brillo::dbus_utils::CallMethod( in TEST_F()
|
D | exported_property_set_test.cc | 135 auto response = testing::CallMethod(p_->dbus_object_, method_call); in AssertMethodReturnsError() 148 return testing::CallMethod(p_->dbus_object_, &method_call); in GetPropertyOnInterface() 162 return testing::CallMethod(p_->dbus_object_, &method_call); in SetPropertyOnInterface() 230 auto response = testing::CallMethod(p_->dbus_object_, &method_call); in TEST_F() 256 auto response = testing::CallMethod(p_->dbus_object_, &method_call); in TEST_F()
|
/external/libchrome/dbus/ |
D | end_to_end_async_unittest.cc | 158 void CallMethod(MethodCall* method_call, in CallMethod() function in dbus::EndToEndAsyncTest 160 object_proxy_->CallMethod(method_call, in CallMethod() 284 CallMethod(&method_call, timeout_ms); in TEST_F() 321 CallMethod(&method_call, timeout_ms); in TEST_F() 343 CallMethod(&method_call, timeout_ms); in TEST_F() 363 CallMethod(&method_call, timeout_ms); in TEST_F() 401 CallMethod(&method_call, timeout_ms); in TEST_F() 436 CallMethod(&method_call, timeout_ms); in TEST_F() 463 CallMethod(&method_call, timeout_ms); in TEST_F() 474 CallMethod(&method_call, timeout_ms); in TEST_F() [all …]
|
D | mock_unittest.cc | 190 TEST_F(MockTest, CallMethod) { in TEST_F() argument 205 proxy->CallMethod(&method_call, in TEST_F()
|
D | mock_object_proxy.cc | 17 void MockObjectProxy::CallMethod(MethodCall* method_call, in CallMethod() function in dbus::MockObjectProxy
|
D | mock_object_proxy.h | 36 void CallMethod(MethodCall* method_call,
|
/external/cronet/tot/third_party/protobuf/python/google/protobuf/internal/ |
D | service_reflection_test.py | 47 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel 78 srvc.CallMethod(service_descriptor.methods[1], rpc_controller, 101 srvc.CallMethod(service_descriptor.methods[1], rpc_controller, 108 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
|
/external/protobuf/python/google/protobuf/internal/ |
D | service_reflection_test.py | 47 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel 78 srvc.CallMethod(service_descriptor.methods[1], rpc_controller, 101 srvc.CallMethod(service_descriptor.methods[1], rpc_controller, 108 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
|
/external/cronet/stable/third_party/protobuf/python/google/protobuf/internal/ |
D | service_reflection_test.py | 47 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel 78 srvc.CallMethod(service_descriptor.methods[1], rpc_controller, 101 srvc.CallMethod(service_descriptor.methods[1], rpc_controller, 108 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
|
/external/cronet/stable/third_party/protobuf/python/google/protobuf/ |
D | service.py | 65 def CallMethod(self, method_descriptor, rpc_controller, member in Service 219 def CallMethod(self, method_descriptor, rpc_controller, member in RpcChannel
|
D | service_reflection.py | 159 cls.CallMethod = _WrapCallMethod 293 return stub.rpc_channel.CallMethod(
|
/external/cronet/tot/third_party/protobuf/python/google/protobuf/ |
D | service.py | 65 def CallMethod(self, method_descriptor, rpc_controller, member in Service 219 def CallMethod(self, method_descriptor, rpc_controller, member in RpcChannel
|
D | service_reflection.py | 159 cls.CallMethod = _WrapCallMethod 293 return stub.rpc_channel.CallMethod(
|
/external/protobuf/python/google/protobuf/ |
D | service.py | 65 def CallMethod(self, method_descriptor, rpc_controller, member in Service 219 def CallMethod(self, method_descriptor, rpc_controller, member in RpcChannel
|
D | service_reflection.py | 159 cls.CallMethod = _WrapCallMethod 293 return stub.rpc_channel.CallMethod(
|
/external/tensorflow/tensorflow/core/platform/ |
D | mutex.h | 140 static bool CallMethod(const Condition* cond); // call method_ 273 inline bool Condition::CallMethod(const Condition* cond) { in CallMethod() function 280 : eval_(&CallMethod<T>), in Condition() 287 : eval_(&CallMethod<T>), in Condition()
|
/external/protobuf/src/google/protobuf/ |
D | service.h | 172 virtual void CallMethod(const MethodDescriptor* method, 282 virtual void CallMethod(const MethodDescriptor* method,
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | service.h | 172 virtual void CallMethod(const MethodDescriptor* method, 282 virtual void CallMethod(const MethodDescriptor* method,
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | service.h | 172 virtual void CallMethod(const MethodDescriptor* method, 282 virtual void CallMethod(const MethodDescriptor* method,
|
/external/pytorch/torch/csrc/jit/passes/ |
D | inliner.cpp | 22 if (n->kind() == prim::CallMethod) { in tryToGraphFunction() 75 case prim::CallMethod: { in inlineCalls()
|
/external/pytorch/torch/csrc/jit/passes/onnx/ |
D | function_substitution.cpp | 35 call_node->kind() == prim::CallMethod); in GetCallNodeVariableName() 67 TORCH_INTERNAL_ASSERT(call_node->kind() == prim::CallMethod); in ForwardCallScope() 131 case prim::CallMethod: { in functionCallSubstitution()
|
/external/pytorch/torch/_inductor/fx_passes/serialized_patterns/ |
D | mm_pattern.py | 18 CallMethod,
|
D | bmm_pattern.py | 18 CallMethod,
|