/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | InvokeMethodTest.java | 146 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod001() 147 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod001() 176 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod001() 177 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod001() 312 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod002() 313 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod002() 439 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod003() 440 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod003()
|
D | NewInstanceTest.java | 145 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance001() 146 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in testNewInstance001() 196 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance001() 197 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in testNewInstance001() 336 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance002() 337 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in testNewInstance002()
|
D | NewInstanceAfterMultipleThreadSuspensionTest.java | 42 JDWPCommands.ClassTypeCommandSet.CommandSetID, in buildInvokeCommand() 43 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in buildInvokeCommand()
|
D | InvokeMethodAfterMultipleThreadSuspensionTest.java | 43 JDWPCommands.ClassTypeCommandSet.CommandSetID, in buildInvokeCommand() 44 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in buildInvokeCommand()
|
D | NewInstanceWithSuspensionTest.java | 40 JDWPCommands.ClassTypeCommandSet.CommandSetID, in buildInvokeCommand() 41 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in buildInvokeCommand()
|
D | InvokeMethodWithSuspensionTest.java | 41 JDWPCommands.ClassTypeCommandSet.CommandSetID, in buildInvokeCommand() 42 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in buildInvokeCommand()
|
D | SuperClassTest.java | 45 JDWPCommands.ClassTypeCommandSet.CommandSetID, in jdwpGetSuperClassReply() 46 JDWPCommands.ClassTypeCommandSet.SuperclassCommand); in jdwpGetSuperClassReply()
|
D | SetValues002Test.java | 126 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testSetValues002() 127 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 | 112 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod_null_argument() 113 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod_null_argument()
|
D | NewInstance002Test.java | 118 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance_null_argument() 119 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in testNewInstance_null_argument()
|
D | SetValuesTest.java | 125 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testField() 126 JDWPCommands.ClassTypeCommandSet.SetValuesCommand); in testField()
|
D | InvokeMethod002Test.java | 207 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod() 208 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 | 176 JDWPCommands.ClassTypeCommandSet.CommandSetID, in isClassLoader() 177 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 | 1975 JDWPCommands.ClassTypeCommandSet.CommandSetID, in getSuperclassId() 1976 JDWPCommands.ClassTypeCommandSet.SuperclassCommand); in getSuperclassId() 2492 JDWPCommands.ClassTypeCommandSet.CommandSetID, in setStaticFieldsValues() 2493 JDWPCommands.ClassTypeCommandSet.SetValuesCommand); in setStaticFieldsValues() 2589 JDWPCommands.ClassTypeCommandSet.CommandSetID, in invokeStaticMethod() 2590 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 | 123 JDWPCommands.ClassTypeCommandSet.CommandSetID, in makeNewInstance() 124 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in makeNewInstance()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 865 JDWPCommands.ClassTypeCommandSet.CommandSetID, in setStaticIntField() 866 JDWPCommands.ClassTypeCommandSet.SetValuesCommand); in setStaticIntField()
|