Home
last modified time | relevance | path

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

123456

/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.java332 .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/
DJDWPStackFrameTestCase.java92 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()
DSetValuesTest.java66 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()
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/ThreadReference/
DSuspendCountTest.java139 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 …]
DResumeTest.java148 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 …]
DOwnedMonitorsStackDepthInfoTest.java41 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/
DNewInstanceTest.java65 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 …]
DInvokeMethodTest.java67 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 …]
DInvokeMethod002Test.java59 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/
DDisposeObjectsTest.java63 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()
DTopLevelThreadGroupsTest.java59 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()
DAllThreadsTest.java61 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/
DJDWPTestCase.java185 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/
DClassLoaderTest.java86 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()
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.java84 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()
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.java61 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()
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()
DReferringObjectsTest.java117 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/
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/ArrayReference/
DSetValuesTest.java58 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSetValues001()
101 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in checkArrayValues()
123 JDWPCommands.ArrayReferenceCommandSet.CommandSetID, in checkArrayRegion()
137 JDWPCommands.ArrayReferenceCommandSet.CommandSetID, in checkArrayRegion()

123456