Home
last modified time | relevance | path

Searched refs:InvokeMethod (Results 1 – 17 of 17) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DInterfaceTypeImpl.java40 final private JDWP.InterfaceType.InvokeMethod rslt;
42 public IResult(JDWP.InterfaceType.InvokeMethod rslt) { in IResult()
111 return new IResult(JDWP.InterfaceType.InvokeMethod.waitForReply(vm, stream)); in waitForReply()
120 JDWP.InterfaceType.InvokeMethod.enqueueCommand(vm, in getInvokeMethodSender()
DClassTypeImpl.java36 final private JDWP.ClassType.InvokeMethod rslt;
38 public IResult(JDWP.ClassType.InvokeMethod rslt) { in IResult()
278 JDWP.ClassType.InvokeMethod.enqueueCommand(vm, in getInvokeMethodSender()
288 return new IResult(JDWP.ClassType.InvokeMethod.waitForReply(vm, stream)); in waitForReply()
DObjectReferenceImpl.java364 return JDWP.ObjectReference.InvokeMethod.enqueueCommand( in sendInvokeCommand()
411 JDWP.ObjectReference.InvokeMethod ret; in invokeMethod()
416 ret = JDWP.ObjectReference.InvokeMethod.waitForReply(vm, stream); in invokeMethod()
/external/perfetto/src/ipc/
Dhost_impl_unittest.cc106 void InvokeMethod(ServiceID service_id, in InvokeMethod() function in perfetto::ipc::__anon48d3e7760111::FakeClient
229 cli_->InvokeMethod(cli_->last_bound_service_id_, 42, RequestProto()); in TEST_F()
240 TEST_F(HostImplTest, InvokeMethod) { in TEST_F() argument
250 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
314 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, rp, true /*drop_reply*/); in TEST_F()
316 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, rp, false /*drop_reply*/); in TEST_F()
331 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
379 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args, false, in TEST_F()
411 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
437 cli_->InvokeMethod(cli_->last_bound_service_id_, 1, req_args); in TEST_F()
Dclient_impl_unittest.cc87 void(const Frame::InvokeMethod&, Frame::InvokeMethodReply*));
236 [](const Frame::InvokeMethod& req, Frame::InvokeMethodReply* reply) { in TEST_F()
284 .WillOnce(Invoke([on_req_received](const Frame::InvokeMethod& req, in TEST_F()
315 .WillRepeatedly(Invoke([&replies_left](const Frame::InvokeMethod& req, in TEST_F()
360 [](const Frame::InvokeMethod&, Frame::InvokeMethodReply* reply) { in TEST_F() argument
404 [](const Frame::InvokeMethod&, Frame::InvokeMethodReply* reply) { in TEST_F() argument
501 .WillOnce(Invoke([on_reply_sent](const Frame::InvokeMethod&, in TEST_F()
Dwire_protocol.proto38 message InvokeMethod { message
69 InvokeMethod msg_invoke_method = 5;
Dclient_impl.cc96 Frame::InvokeMethod* req = frame.mutable_msg_invoke_method(); in BeginInvoke()
Dhost_impl.cc163 const Frame::InvokeMethod& req = req_frame.msg_invoke_method(); in OnInvokeMethod()
/external/junit/src/main/java/org/junit/internal/runners/statements/
DInvokeMethod.java6 public class InvokeMethod extends Statement { class
10 public InvokeMethod(FrameworkMethod testMethod, Object target) { in InvokeMethod() method in InvokeMethod
/external/junit/src/main/java/org/junit/runners/
DBlockJUnit4ClassRunner.java20 import org.junit.internal.runners.statements.InvokeMethod;
290 return new InvokeMethod(method, test); in methodInvoker()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-more-actions.h79 return InvokeHelper<Result, ArgumentTuple>::InvokeMethod( in Perform()
Dgmock-generated-actions.h62 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
79 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
97 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
116 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
135 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
157 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
179 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
201 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
224 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
247 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
[all …]
Dgmock-generated-actions.h.pump78 static R InvokeMethod(Class* obj_ptr,
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-more-actions.h79 return InvokeHelper<Result, ArgumentTuple>::InvokeMethod( in Perform()
Dgmock-generated-actions.h62 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
78 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
94 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
110 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
129 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
149 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
169 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
189 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
212 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
235 static R InvokeMethod(Class* obj_ptr, in InvokeMethod() function
[all …]
/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec1079 (Command InvokeMethod=3
1254 (Command InvokeMethod=1
1594 (Command InvokeMethod=6
/external/oj-libjdwp/src/share/back/
Dutil.c565 if (inStream_command(in) == JDWP_COMMAND(ObjectReference, InvokeMethod)) { in sharedInvoke()
611 } else if (inStream_command(in) == JDWP_COMMAND(ClassType, InvokeMethod)) { in sharedInvoke()
613 } else if (inStream_command(in) == JDWP_COMMAND(InterfaceType, InvokeMethod)) { in sharedInvoke()
615 } else if (inStream_command(in) == JDWP_COMMAND(ObjectReference, InvokeMethod)) { in sharedInvoke()