/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | JDWPCommands.java | 38 public static final byte CommandSetID = 1; field in JDWPCommands.VirtualMachineCommandSet 89 public static final byte CommandSetID = 2; field in JDWPCommands.ReferenceTypeCommandSet 134 public static final byte CommandSetID = 3; field in JDWPCommands.ClassTypeCommandSet 150 public static final byte CommandSetID = 4; field in JDWPCommands.ArrayTypeCommandSet 159 public static final byte CommandSetID = 5; field in JDWPCommands.InterfaceTypeCommandSet 169 public static final byte CommandSetID = 6; field in JDWPCommands.MethodCommandSet 187 public static final byte CommandSetID = 8; field in JDWPCommands.FieldCommandSet 195 public static final byte CommandSetID = 9; field in JDWPCommands.ObjectReferenceCommandSet 222 public static final byte CommandSetID = 10; field in JDWPCommands.StringReferenceCommandSet 232 public static final byte CommandSetID = 11; field in JDWPCommands.ThreadReferenceCommandSet [all …]
|
D | VmMirror.java | 274 .setCommandSet(JDWPCommands.EventRequestCommandSet.CommandSetID); in clearBreakpoint() 304 .setCommandSet(JDWPCommands.EventRequestCommandSet.CommandSetID); in ClearAllBreakpoints() 329 .setCommandSet(JDWPCommands.VirtualMachineCommandSet.CommandSetID); in capabilities() 477 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in resume() 490 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in resumeThread() 504 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in suspend() 517 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in suspendThread() 535 .setCommandSet(JDWPCommands.VirtualMachineCommandSet.CommandSetID); in dispose() 552 .setCommandSet(JDWPCommands.VirtualMachineCommandSet.CommandSetID); in exit() 570 .setCommandSet(JDWPCommands.VirtualMachineCommandSet.CommandSetID); in adjustTypeLength() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | JDWPStackFrameTestCase.java | 93 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount() 106 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrames() 127 JDWPCommands.MethodCommandSet.CommandSetID, in jdwpGetVariableTable() 153 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in jdwpGetAllThreads() 171 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetThreadName() 184 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpSuspendThread() 194 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpResumeThread() 204 JDWPCommands.StackFrameCommandSet.CommandSetID, in jdwpPopFrames()
|
D | SetValuesTest.java | 66 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues002_InvalidObjectError() 86 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues003_ThreadNotSuspendedError() 111 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues004_InvalidFrameIDError() 154 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues005_InvalidSlotError() 199 JDWPCommands.StackFrameCommandSet.CommandSetID, in examineGetValues() 217 JDWPCommands.StackFrameCommandSet.CommandSetID, in examineGetValues()
|
D | GetValuesTest.java | 65 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues002_InvalidObjectError() 85 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues003_ThreadNotSuspendedError() 110 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues004_InvalidFrameIDError() 151 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testGetValues005_InvalidSlotError() 195 JDWPCommands.StackFrameCommandSet.CommandSetID, in examineGetValues()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | SuspendCountTest.java | 140 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 162 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 177 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 195 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 205 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 230 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 245 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 310 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testSuspendCount001() 325 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 344 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testSuspendCount001() [all …]
|
D | ResumeTest.java | 149 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 170 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testResume001() 189 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 218 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 229 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 255 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testResume001() 294 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 309 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 339 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 350 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() [all …]
|
D | OwnedMonitorsStackDepthInfoTest.java | 42 CommandPacket packet = new CommandPacket(JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount() 79 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo() 122 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo() 162 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo_Unsuspended()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | NewInstanceTest.java | 66 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testNewInstance001() 89 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testNewInstance001() 113 JDWPCommands.EventRequestCommandSet.CommandSetID, in testNewInstance001() 155 JDWPCommands.EventRequestCommandSet.CommandSetID, in testNewInstance001() 165 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance001() 197 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testNewInstance001() 216 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance001() 253 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testNewInstance001() 275 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testNewInstance002() 300 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testNewInstance002() [all …]
|
D | InvokeMethodTest.java | 68 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod001() 93 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod001() 117 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod001() 156 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod001() 166 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod001() 196 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod001() 224 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod001() 268 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod002() 311 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod002() 331 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod002() [all …]
|
D | InvokeMethod002Test.java | 60 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod() 86 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod() 111 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod() 152 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod() 182 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod() 219 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod() 238 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod() 281 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | DisposeObjectsTest.java | 64 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testDisposeObjects001() 76 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testDisposeObjects001() 88 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testDisposeObjects001() 103 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testDisposeObjects001() 115 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testDisposeObjects001()
|
D | TopLevelThreadGroupsTest.java | 60 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testTopLevelThreadGroups001() 84 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID, in printThreadGroup() 95 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID, in printThreadGroup() 109 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in printThreadGroup() 127 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID, in printThreadGroup()
|
D | AllThreadsTest.java | 62 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testAllThreads003() 83 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testAllThreads003() 120 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testAllThreads002() 143 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testAllThreads002() 193 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testAllThreads001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 187 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in getObjectReferenceType() 209 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getMethodID() 240 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getMethodID() 269 JDWPCommands.MethodCommandSet.CommandSetID, in getLineTable() 288 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getMethodName() 314 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getClassSignature() 333 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in getClassIDBySignature() 362 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in getReferenceTypeID() 388 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in resumeDebuggee() 405 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in createString() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
D | ClassLoaderTest.java | 87 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassLoader003() 99 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassLoader003() 123 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in classLoaderTest() 159 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in isClassLoader() 175 JDWPCommands.ClassTypeCommandSet.CommandSetID, in isClassLoader()
|
D | ClassObjectTest.java | 77 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001() 90 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testClassObject001() 109 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001() 128 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001()
|
D | Signature002Test.java | 77 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002() 120 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002() 149 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002() 180 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | IsCollectedTest.java | 85 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testIsCollected001() 134 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001() 156 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001() 200 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001() 260 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected_invalid() 283 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected_null()
|
D | MonitorInfoTest.java | 81 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testMonitorInfo001() 109 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testMonitorInfo001() 120 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testMonitorInfo001() 191 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testMonitorInfo001() 202 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testMonitorInfo001()
|
D | EnableCollectionTest.java | 82 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testEnableCollection001() 111 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testEnableCollection001() 123 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testEnableCollection001() 187 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in enableCollection()
|
D | ReferringObjectsTest.java | 116 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in DoTestReferringObjects() 134 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in DoTestReferringObjects() 193 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testReferringObjects_IllegalArgument() 211 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testReferringObjects_IllegalArgument()
|
D | InvokeMethodTest.java | 62 JDWPCommands.EventRequestCommandSet.CommandSetID, in setEventRequest() 109 JDWPCommands.EventRequestCommandSet.CommandSetID, in clearEvent() 122 JDWPCommands.ClassTypeCommandSet.CommandSetID, in makeNewInstance() 203 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod001() 237 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod001() 318 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod002() 353 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod002()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/ |
D | AbstractReflectedTypeTestCase.java | 49 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in runReflectedTypeTest() 76 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in runReflectedTypeTest() 104 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in runReflectedTypeTest() 118 JDWPCommands.ClassObjectReferenceCommandSet.CommandSetID, in runReflectedTypeTest()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
D | SetValuesTest.java | 58 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSetValues001() 101 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in checkArrayValues() 123 JDWPCommands.ArrayReferenceCommandSet.CommandSetID, in checkArrayRegion() 137 JDWPCommands.ArrayReferenceCommandSet.CommandSetID, in checkArrayRegion()
|