/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | JDWPCommands.java | 140 public static final byte InvokeMethodCommand = 3; field in JDWPCommands.ClassTypeCommandSet 161 public static final byte InvokeMethodCommand = 1; field in JDWPCommands.InterfaceTypeCommandSet 205 public static final byte InvokeMethodCommand = 6; field in JDWPCommands.ObjectReferenceCommandSet
|
D | VmMirror.java | 2556 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in invokeInstanceMethod() 2590 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in invokeStaticMethod()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | InvokeMethodTest.java | 205 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in testInvokeMethod001() 239 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in testInvokeMethod001() 320 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in testInvokeMethod002() 355 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in testInvokeMethod002()
|
D | InvokeMethodAfterMultipleThreadSuspensionTest.java | 54 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in buildInvokeCommand()
|
D | InvokeMethodWithSuspensionTest.java | 52 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in buildInvokeCommand()
|
D | InvokeMethodDefault002Test.java | 132 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in testInvokeMethod()
|
D | InvokeMethodDefaultTest.java | 132 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in testInvokeMethod()
|
D | InvokeMethod002Test.java | 140 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in testInvokeMethod_null_argument()
|
D | InvokeMethod003Test.java | 145 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in testInvokeMethod_toString()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | InvokeMethodTest.java | 147 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod001() 177 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod001() 313 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod002() 440 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod003()
|
D | InvokeMethodWithSuspensionTest.java | 42 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in buildInvokeCommand()
|
D | InvokeMethodAfterMultipleThreadSuspensionTest.java | 44 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in buildInvokeCommand()
|
D | InvokeMethod003Test.java | 113 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod_null_argument()
|
D | InvokeMethod002Test.java | 208 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | DisposeDuringInvokeTest.java | 76 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in testDisposeDuringInvoke()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/ |
D | InvokeMethodTest.java | 107 JDWPCommands.InterfaceTypeCommandSet.InvokeMethodCommand); in testInvokeMethodStatic()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | PopFrames002Test.java | 362 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testPopFramesWithInvokeMethods()
|