/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 | 332 .setCommandSet(JDWPCommands.EventRequestCommandSet.CommandSetID); in clearBreakpoint() 362 .setCommandSet(JDWPCommands.EventRequestCommandSet.CommandSetID); in ClearAllBreakpoints() 387 .setCommandSet(JDWPCommands.VirtualMachineCommandSet.CommandSetID); in capabilities() 535 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in resume() 548 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in resumeThread() 562 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in suspend() 575 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in suspendThread() 593 .setCommandSet(JDWPCommands.VirtualMachineCommandSet.CommandSetID); in dispose() 610 .setCommandSet(JDWPCommands.VirtualMachineCommandSet.CommandSetID); in exit() 628 .setCommandSet(JDWPCommands.VirtualMachineCommandSet.CommandSetID); in adjustTypeLength() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | JDWPStackFrameTestCase.java | 92 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount() 105 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrames() 126 JDWPCommands.MethodCommandSet.CommandSetID, in jdwpGetVariableTable() 152 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in jdwpGetAllThreads() 170 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetThreadName() 183 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpSuspendThread() 193 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpResumeThread() 203 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 | 139 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 161 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 176 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 194 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 204 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 229 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 244 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 309 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testSuspendCount001() 324 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 343 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testSuspendCount001() [all …]
|
D | ResumeTest.java | 148 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 169 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testResume001() 188 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 217 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 228 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 254 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testResume001() 293 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 308 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 338 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 349 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() [all …]
|
D | OwnedMonitorsStackDepthInfoTest.java | 41 CommandPacket packet = new CommandPacket(JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount() 78 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo() 121 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo() 161 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo_Unsuspended()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | NewInstanceTest.java | 65 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testNewInstance001() 88 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testNewInstance001() 112 JDWPCommands.EventRequestCommandSet.CommandSetID, in testNewInstance001() 154 JDWPCommands.EventRequestCommandSet.CommandSetID, in testNewInstance001() 164 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance001() 196 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testNewInstance001() 215 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance001() 252 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testNewInstance001() 274 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testNewInstance002() 299 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testNewInstance002() [all …]
|
D | InvokeMethodTest.java | 67 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod001() 92 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod001() 116 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod001() 155 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod001() 165 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod001() 195 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod001() 223 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod001() 267 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod002() 310 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod002() 330 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod002() [all …]
|
D | InvokeMethod002Test.java | 59 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod() 85 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod() 110 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod() 151 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod() 181 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod() 218 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod() 237 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod() 280 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | DisposeObjectsTest.java | 63 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testDisposeObjects001() 75 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testDisposeObjects001() 87 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testDisposeObjects001() 102 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testDisposeObjects001() 114 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testDisposeObjects001()
|
D | TopLevelThreadGroupsTest.java | 59 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testTopLevelThreadGroups001() 83 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID, in printThreadGroup() 94 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID, in printThreadGroup() 108 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in printThreadGroup() 126 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID, in printThreadGroup()
|
D | AllThreadsTest.java | 61 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testAllThreads003() 82 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testAllThreads003() 119 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testAllThreads002() 142 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testAllThreads002() 192 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testAllThreads001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 185 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in getObjectReferenceType() 207 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getMethodID() 238 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getMethodID() 267 JDWPCommands.MethodCommandSet.CommandSetID, in getLineTable() 286 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getMethodName() 312 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getClassSignature() 331 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in getClassIDBySignature() 360 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in getReferenceTypeID() 386 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in resumeDebuggee() 403 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in createString() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
D | ClassLoaderTest.java | 86 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassLoader003() 98 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassLoader003() 122 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in classLoaderTest() 159 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in isClassLoader() 175 JDWPCommands.ClassTypeCommandSet.CommandSetID, in isClassLoader()
|
D | ClassObjectTest.java | 76 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001() 89 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testClassObject001() 108 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001() 127 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001()
|
D | Signature002Test.java | 76 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002() 119 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002() 148 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002() 179 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | IsCollectedTest.java | 84 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testIsCollected001() 133 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001() 155 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001() 199 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001() 259 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected_invalid() 282 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected_null()
|
D | MonitorInfoTest.java | 80 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testMonitorInfo001() 108 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testMonitorInfo001() 119 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testMonitorInfo001() 190 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testMonitorInfo001() 201 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testMonitorInfo001()
|
D | InvokeMethodTest.java | 61 JDWPCommands.EventRequestCommandSet.CommandSetID, in setEventRequest() 108 JDWPCommands.EventRequestCommandSet.CommandSetID, in clearEvent() 121 JDWPCommands.ClassTypeCommandSet.CommandSetID, in makeNewInstance() 202 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod001() 236 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod001() 317 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod002() 352 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod002()
|
D | EnableCollectionTest.java | 81 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testEnableCollection001() 110 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testEnableCollection001() 122 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testEnableCollection001() 186 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in enableCollection()
|
D | ReferringObjectsTest.java | 117 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in DoTestReferringObjects() 135 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in DoTestReferringObjects() 194 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testReferringObjects_IllegalArgument() 212 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testReferringObjects_IllegalArgument()
|
/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()
|