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()
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/
DJDWPStackFrameTestCase.java93 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()
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.java140 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 …]
DResumeTest.java149 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 …]
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.java66 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 …]
DInvokeMethodTest.java68 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 …]
DInvokeMethod002Test.java60 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/
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/share/
DJDWPTestCase.java187 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/
DClassLoaderTest.java87 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()
DClassObjectTest.java77 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001()
90 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testClassObject001()
109 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001()
128 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001()
DSignature002Test.java77 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/
DIsCollectedTest.java85 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()
DMonitorInfoTest.java81 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()
DEnableCollectionTest.java82 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testEnableCollection001()
111 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testEnableCollection001()
123 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testEnableCollection001()
187 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in enableCollection()
DReferringObjectsTest.java116 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()
DInvokeMethodTest.java62 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/
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()

1234567