Home
last modified time | relevance | path

Searched defs:CallMethod (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, member in Service
219 def CallMethod(self, method_descriptor, rpc_controller, member in RpcChannel
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, member in Service
219 def CallMethod(self, method_descriptor, rpc_controller, member in RpcChannel
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py47 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel
108 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Dservice_reflection_test.py47 def CallMethod(self, method, controller, request, response, callback): member in FooUnitTest.testService.MockRpcChannel
108 def CallMethod(self, method, controller, request, member in FooUnitTest.testServiceStub.MockRpcChannel
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/mdempsky/
D19.go24 func CallMethod[T I](t T) { t.B() } func
/aosp_15_r20/external/libbrillo/brillo/dbus/
H A Ddbus_object_test_helpers.h59 inline std::unique_ptr<::dbus::Response> CallMethod( in CallMethod() function
H A Ddbus_method_invoker.h309 inline void CallMethod(::dbus::ObjectProxy* object, in CallMethod() function
/aosp_15_r20/external/libchrome/dbus/
H A Dmock_object_proxy.cc17 void MockObjectProxy::CallMethod(MethodCall* method_call, in CallMethod() function in dbus::MockObjectProxy
H A Dmock_unittest.cc190 TEST_F(MockTest, CallMethod) { in TEST_F() argument
H A Dend_to_end_async_unittest.cc158 void CallMethod(MethodCall* method_call, in CallMethod() function in dbus::EndToEndAsyncTest
H A Dobject_proxy.cc179 void ObjectProxy::CallMethod(MethodCall* method_call, in CallMethod() function in dbus::ObjectProxy
/aosp_15_r20/art/test/1927-exception-event/
H A Dexception_event.cc42 static void CallMethod(JNIEnv* env, jclass test, const char* name) { in CallMethod() function
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates-memptrs.cpp87 void CallMethod(T &o) { in CallMethod() function
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dmutex.h273 inline bool Condition::CallMethod(const Condition* cond) { in CallMethod() function
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dgrpc_tool.cc487 bool GrpcTool::CallMethod(int argc, const char** argv, in CallMethod() function in grpc::testing::GrpcTool
/aosp_15_r20/art/test/004-JniTest/
H A Djni_test.cc494 void CallMethod(jobject o, jclass c, jmethodID m, bool nonstatic, const char* test_case) { in CallMethod() function in art::JniCallNonvirtualVoidMethodTest
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dpattern_matcher.py707 class CallMethod(_TargetArgsExpr): class