/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | InvokeMethodTest.java | 166 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod001() 167 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod001() 196 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod001() 197 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod001() 331 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod002() 332 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod002() 458 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod003() 459 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod003()
|
D | NewInstanceWithSuspensionTest.java | 40 JDWPCommands.ClassTypeCommandSet.CommandSetID, in buildInvokeCommand() 41 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in buildInvokeCommand()
|
D | NewInstanceAfterMultipleThreadSuspensionTest.java | 42 JDWPCommands.ClassTypeCommandSet.CommandSetID, in buildInvokeCommand() 43 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in buildInvokeCommand()
|
D | InvokeMethodWithSuspensionTest.java | 41 JDWPCommands.ClassTypeCommandSet.CommandSetID, in buildInvokeCommand() 42 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in buildInvokeCommand()
|
D | InvokeMethodAfterMultipleThreadSuspensionTest.java | 43 JDWPCommands.ClassTypeCommandSet.CommandSetID, in buildInvokeCommand() 44 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in buildInvokeCommand()
|
D | NewInstanceTest.java | 165 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance001() 166 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in testNewInstance001() 216 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance001() 217 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in testNewInstance001() 376 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance002() 377 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in testNewInstance002()
|
D | SuperClassTest.java | 43 JDWPCommands.ClassTypeCommandSet.CommandSetID, in jdwpGetSuperClassReply() 44 JDWPCommands.ClassTypeCommandSet.SuperclassCommand); in jdwpGetSuperClassReply()
|
D | SetValues002Test.java | 127 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testSetValues002() 128 JDWPCommands.ClassTypeCommandSet.SetValuesCommand); in testSetValues002()
|
D | AbstractNewInstanceTestCase.java | 120 CommandPacket packet = new CommandPacket(JDWPCommands.ClassTypeCommandSet.CommandSetID, in checkNewInstanceTag() 121 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in checkNewInstanceTag()
|
D | InvokeMethod003Test.java | 113 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod_null_argument() 114 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod_null_argument()
|
D | NewInstance002Test.java | 119 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance_null_argument() 120 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in testNewInstance_null_argument()
|
D | SetValuesTest.java | 124 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testField() 125 JDWPCommands.ClassTypeCommandSet.SetValuesCommand); in testField()
|
D | InvokeMethod002Test.java | 238 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod() 239 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
D | GetValues007Test.java | 72 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testGetValues007() 73 JDWPCommands.ClassTypeCommandSet.SetValuesCommand); in testGetValues007()
|
D | ClassLoaderTest.java | 175 JDWPCommands.ClassTypeCommandSet.CommandSetID, in isClassLoader() 176 JDWPCommands.ClassTypeCommandSet.SuperclassCommand); in isClassLoader()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | JDWPCommands.java | 132 public class ClassTypeCommandSet { class in JDWPCommands
|
D | VmMirror.java | 1972 JDWPCommands.ClassTypeCommandSet.CommandSetID, in getSuperclassId() 1973 JDWPCommands.ClassTypeCommandSet.SuperclassCommand); in getSuperclassId() 2531 JDWPCommands.ClassTypeCommandSet.CommandSetID, in setStaticFieldsValues() 2532 JDWPCommands.ClassTypeCommandSet.SetValuesCommand); in setStaticFieldsValues() 2628 JDWPCommands.ClassTypeCommandSet.CommandSetID, in invokeStaticMethod() 2629 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in invokeStaticMethod()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | PopFrames002Test.java | 361 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testPopFramesWithInvokeMethods() 362 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testPopFramesWithInvokeMethods()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | InvokeMethodTest.java | 122 JDWPCommands.ClassTypeCommandSet.CommandSetID, in makeNewInstance() 123 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in makeNewInstance()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 920 JDWPCommands.ClassTypeCommandSet.CommandSetID, in setStaticIntField() 921 JDWPCommands.ClassTypeCommandSet.SetValuesCommand); in setStaticIntField()
|