Searched refs:CommandSetID (Results 1 - 25 of 132) sorted by relevance

123456

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPCommands.java38 public static final byte CommandSetID = 1; field in class:JDWPCommands.VirtualMachineCommandSet
89 public static final byte CommandSetID = 2; field in class:JDWPCommands.ReferenceTypeCommandSet
134 public static final byte CommandSetID = 3; field in class:JDWPCommands.ClassTypeCommandSet
150 public static final byte CommandSetID = 4; field in class:JDWPCommands.ArrayTypeCommandSet
159 public static final byte CommandSetID = 5; field in class:JDWPCommands.InterfaceTypeCommandSet
167 public static final byte CommandSetID = 6; field in class:JDWPCommands.MethodCommandSet
185 public static final byte CommandSetID = 8; field in class:JDWPCommands.FieldCommandSet
193 public static final byte CommandSetID = 9; field in class:JDWPCommands.ObjectReferenceCommandSet
220 public static final byte CommandSetID = 10; field in class:JDWPCommands.StringReferenceCommandSet
230 public static final byte CommandSetID field in class:JDWPCommands.ThreadReferenceCommandSet
267 public static final byte CommandSetID = 12; field in class:JDWPCommands.ThreadGroupReferenceCommandSet
281 public static final byte CommandSetID = 13; field in class:JDWPCommands.ArrayReferenceCommandSet
295 public static final byte CommandSetID = 14; field in class:JDWPCommands.ClassLoaderReferenceCommandSet
305 public static final byte CommandSetID = 15; field in class:JDWPCommands.EventRequestCommandSet
319 public static final byte CommandSetID = 16; field in class:JDWPCommands.StackFrameCommandSet
335 public static final byte CommandSetID = 17; field in class:JDWPCommands.ClassObjectReferenceCommandSet
345 public static final byte CommandSetID = 64; field in class:JDWPCommands.EventCommandSet
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DDisposeObjectsTest.java63 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
75 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
87 JDWPCommands.ObjectReferenceCommandSet.CommandSetID,
102 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
114 JDWPCommands.ObjectReferenceCommandSet.CommandSetID,
H A DCreateStringTest.java57 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
68 JDWPCommands.StringReferenceCommandSet.CommandSetID,
H A DDisposeTest.java56 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
67 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
H A DTopLevelThreadGroupsTest.java59 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
83 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID,
94 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID,
108 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
126 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID,
H A DExitTest.java51 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
H A DHoldEventsTest.java66 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
87 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
H A DReleaseEventsTest.java76 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
87 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
H A DSuspendTest.java57 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
80 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DSuspendCountTest.java139 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
161 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
176 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
194 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
204 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
229 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
244 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
309 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
324 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
343 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
[all...]
H A DResumeTest.java148 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
169 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
188 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
217 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
228 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
254 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
293 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
308 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
338 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
349 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
[all...]
H A DOwnedMonitorsStackDepthInfoTest.java50 CommandPacket packet = new CommandPacket(JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
92 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
135 JDWPCommands.ObjectReferenceCommandSet.CommandSetID,
181 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DJDWPStackFrameTestCase.java92 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
105 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
126 JDWPCommands.MethodCommandSet.CommandSetID,
152 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
170 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
183 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
193 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
203 JDWPCommands.StackFrameCommandSet.CommandSetID,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DNewInstanceTest.java65 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
88 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
112 JDWPCommands.EventRequestCommandSet.CommandSetID,
154 JDWPCommands.EventRequestCommandSet.CommandSetID,
164 JDWPCommands.ClassTypeCommandSet.CommandSetID,
196 JDWPCommands.ObjectReferenceCommandSet.CommandSetID,
215 JDWPCommands.ClassTypeCommandSet.CommandSetID,
252 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
274 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
299 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
[all...]
H A DInvokeMethod002Test.java59 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
85 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
110 JDWPCommands.EventRequestCommandSet.CommandSetID,
151 JDWPCommands.EventRequestCommandSet.CommandSetID,
181 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
218 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
237 JDWPCommands.ClassTypeCommandSet.CommandSetID,
280 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
H A DInvokeMethodTest.java67 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
92 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
116 JDWPCommands.EventRequestCommandSet.CommandSetID,
155 JDWPCommands.EventRequestCommandSet.CommandSetID,
165 JDWPCommands.ClassTypeCommandSet.CommandSetID,
195 JDWPCommands.ClassTypeCommandSet.CommandSetID,
223 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
267 JDWPCommands.EventRequestCommandSet.CommandSetID,
310 JDWPCommands.EventRequestCommandSet.CommandSetID,
330 JDWPCommands.ClassTypeCommandSet.CommandSetID,
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
H A DLengthTest.java60 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
93 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
110 JDWPCommands.ArrayReferenceCommandSet.CommandSetID,
H A DSetValuesTest.java58 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
101 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
123 JDWPCommands.ArrayReferenceCommandSet.CommandSetID,
137 JDWPCommands.ArrayReferenceCommandSet.CommandSetID,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
H A DNewInstanceTest.java72 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
99 JDWPCommands.ArrayTypeCommandSet.CommandSetID,
121 JDWPCommands.ArrayReferenceCommandSet.CommandSetID,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
H A DParentTest.java67 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
77 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID,
154 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
H A DAbstractReflectedTypeTestCase.java49 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
76 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
104 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
118 JDWPCommands.ClassObjectReferenceCommandSet.CommandSetID,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DEnableCollectionTest.java81 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
110 JDWPCommands.ObjectReferenceCommandSet.CommandSetID,
122 JDWPCommands.ObjectReferenceCommandSet.CommandSetID,
186 JDWPCommands.ObjectReferenceCommandSet.CommandSetID,
H A DIsCollectedTest.java84 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
133 JDWPCommands.ObjectReferenceCommandSet.CommandSetID,
155 JDWPCommands.ObjectReferenceCommandSet.CommandSetID,
199 JDWPCommands.ObjectReferenceCommandSet.CommandSetID,
259 JDWPCommands.ObjectReferenceCommandSet.CommandSetID,
282 JDWPCommands.ObjectReferenceCommandSet.CommandSetID,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
H A DClassObjectTest.java76 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
89 JDWPCommands.ObjectReferenceCommandSet.CommandSetID,
108 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
127 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPTestCase.java168 JDWPCommands.ObjectReferenceCommandSet.CommandSetID,
190 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
219 JDWPCommands.MethodCommandSet.CommandSetID,
238 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
264 JDWPCommands.ReferenceTypeCommandSet.CommandSetID,
283 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
312 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
338 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
355 JDWPCommands.VirtualMachineCommandSet.CommandSetID,
373 JDWPCommands.StringReferenceCommandSet.CommandSetID,
[all...]

Completed in 189 milliseconds

123456