Home
last modified time | relevance | path

Searched refs:CommandSetID (Results 1 – 25 of 155) sorted by relevance

1234567

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPCommands.java38 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 …]
DVmMirror.java274 .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/
DSuspendCountTest.java138 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 …]
DResumeTest.java147 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 …]
DOwnedMonitorsStackDepthInfoTest.java42 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/
DNewInstanceTest.java67 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 …]
DInvokeMethodTest.java69 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 …]
DInvokeMethod002Test.java62 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/
DJDWPStackFrameTestCase.java71 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()
DSetValuesTest.java67 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()
DGetValuesTest.java65 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/
DDisposeObjectsTest.java64 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()
DTopLevelThreadGroupsTest.java60 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()
DAllThreadsTest.java62 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/
DClassLoaderTest.java88 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()
DClassObjectTest.java76 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001()
89 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testClassObject001()
108 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001()
127 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001()
DSignature002Test.java76 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/
DIsCollectedTest.java83 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()
DMonitorInfoTest.java80 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()
DInvokeMethodTest.java63 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()
DReferringObjectsTest.java114 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()
DEnableCollectionTest.java81 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/
DJDWPTestCase.java192 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/
DAbstractReflectedTypeTestCase.java49 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/
DCombinedEventsTestCase.java63 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()

1234567