/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/ |
H A 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
|
/aosp_15_r20/external/protobuf/python/google/protobuf/ |
H A 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
|
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/ |
H A D | service_reflection_test.py | 47 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 D | service_reflection_test.py | 47 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/ |
D | 19.go | 24 func CallMethod[T I](t T) { t.B() } func
|
/aosp_15_r20/external/libbrillo/brillo/dbus/ |
H A D | dbus_object_test_helpers.h | 59 inline std::unique_ptr<::dbus::Response> CallMethod( in CallMethod() function
|
H A D | dbus_method_invoker.h | 309 inline void CallMethod(::dbus::ObjectProxy* object, in CallMethod() function
|
/aosp_15_r20/external/libchrome/dbus/ |
H A D | mock_object_proxy.cc | 17 void MockObjectProxy::CallMethod(MethodCall* method_call, in CallMethod() function in dbus::MockObjectProxy
|
H A D | mock_unittest.cc | 190 TEST_F(MockTest, CallMethod) { in TEST_F() argument
|
H A D | end_to_end_async_unittest.cc | 158 void CallMethod(MethodCall* method_call, in CallMethod() function in dbus::EndToEndAsyncTest
|
H A D | object_proxy.cc | 179 void ObjectProxy::CallMethod(MethodCall* method_call, in CallMethod() function in dbus::ObjectProxy
|
/aosp_15_r20/art/test/1927-exception-event/ |
H A D | exception_event.cc | 42 static void CallMethod(JNIEnv* env, jclass test, const char* name) { in CallMethod() function
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | mangle-ms-templates-memptrs.cpp | 87 void CallMethod(T &o) { in CallMethod() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | mutex.h | 273 inline bool Condition::CallMethod(const Condition* cond) { in CallMethod() function
|
/aosp_15_r20/external/grpc-grpc/test/cpp/util/ |
H A D | grpc_tool.cc | 487 bool GrpcTool::CallMethod(int argc, const char** argv, in CallMethod() function in grpc::testing::GrpcTool
|
/aosp_15_r20/art/test/004-JniTest/ |
H A D | jni_test.cc | 494 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 D | pattern_matcher.py | 707 class CallMethod(_TargetArgsExpr): class
|