/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() 489 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in resume() 502 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in resumeThread() 516 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in suspend() 529 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in suspendThread() 547 .setCommandSet(JDWPCommands.VirtualMachineCommandSet.CommandSetID); in dispose() 564 .setCommandSet(JDWPCommands.VirtualMachineCommandSet.CommandSetID); in exit() 582 .setCommandSet(JDWPCommands.VirtualMachineCommandSet.CommandSetID); in adjustTypeLength() [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | SuspendCountTest.java | 138 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 160 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 175 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 193 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 203 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 228 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 243 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 308 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testSuspendCount001() 323 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001() 342 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testSuspendCount001() [all …]
|
D | ResumeTest.java | 147 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 168 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testResume001() 187 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 216 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 227 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 253 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testResume001() 292 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 307 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 337 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001() 348 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 | 67 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testNewInstance001() 93 JDWPCommands.EventRequestCommandSet.CommandSetID, in testNewInstance001() 135 JDWPCommands.EventRequestCommandSet.CommandSetID, in testNewInstance001() 145 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance001() 177 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testNewInstance001() 196 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance001() 233 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testNewInstance001() 255 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testNewInstance002() 284 JDWPCommands.EventRequestCommandSet.CommandSetID, in testNewInstance002() 326 JDWPCommands.EventRequestCommandSet.CommandSetID, in testNewInstance002() [all …]
|
D | InvokeMethodTest.java | 69 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod001() 97 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod001() 136 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod001() 146 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod001() 176 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod001() 204 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod001() 248 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod002() 291 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod002() 312 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod002() 386 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod003() [all …]
|
D | InvokeMethod002Test.java | 62 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod() 91 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod() 132 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod() 188 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod() 207 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod() 250 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
D | JDWPStackFrameTestCase.java | 71 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount() 84 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrames() 116 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in jdwpGetAllThreads() 134 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetThreadName() 147 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpSuspendThread() 157 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpResumeThread() 167 JDWPCommands.StackFrameCommandSet.CommandSetID, in jdwpPopFrames()
|
D | SetValuesTest.java | 67 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues002_InvalidObjectError() 87 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues003_ThreadNotSuspendedError() 112 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues004_InvalidFrameIDError() 155 CommandPacket packet = new CommandPacket(StackFrameCommandSet.CommandSetID, in testSetValues005_InvalidSlotError() 200 JDWPCommands.StackFrameCommandSet.CommandSetID, in examineGetValues() 218 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/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/ReferenceType/ |
D | ClassLoaderTest.java | 88 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassLoader003() 100 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassLoader003() 124 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in classLoaderTest() 160 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in isClassLoader() 176 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 | 83 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testIsCollected001() 132 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001() 154 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001() 198 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001() 258 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected_invalid() 281 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 | 63 JDWPCommands.EventRequestCommandSet.CommandSetID, in setEventRequest() 110 JDWPCommands.EventRequestCommandSet.CommandSetID, in clearEvent() 123 JDWPCommands.ClassTypeCommandSet.CommandSetID, in makeNewInstance() 204 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod001() 238 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod001() 319 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod002() 354 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod002()
|
D | ReferringObjectsTest.java | 114 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in DoTestReferringObjects() 132 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in DoTestReferringObjects() 191 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testReferringObjects_IllegalArgument() 209 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testReferringObjects_IllegalArgument()
|
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()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 192 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in getObjectReferenceType() 242 JDWPCommands.MethodCommandSet.CommandSetID, in getLineTable() 271 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getClassSignature() 290 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in getClassIDBySignature() 319 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in getReferenceTypeID() 345 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in resumeDebuggee() 362 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in createString() 380 JDWPCommands.StringReferenceCommandSet.CommandSetID, in getStringValue() 557 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in checkThreadState() 865 JDWPCommands.ClassTypeCommandSet.CommandSetID, in setStaticIntField() [all …]
|
/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/Events/ |
D | CombinedEventsTestCase.java | 63 JDWPCommands.MethodCommandSet.CommandSetID, in printMethodLineTable() 102 JDWPCommands.MethodCommandSet.CommandSetID, in getMethodStartCodeIndex() 126 JDWPCommands.MethodCommandSet.CommandSetID, in getMethodEndCodeIndex() 150 JDWPCommands.MethodCommandSet.CommandSetID, in getMethodEntryLocation() 179 JDWPCommands.MethodCommandSet.CommandSetID, in getMethodEndLocation()
|