Home
last modified time | relevance | path

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

1234567

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java270 .setCommand(JDWPCommands.EventRequestCommandSet.ClearCommand); in clearBreakpoint()
274 .setCommandSet(JDWPCommands.EventRequestCommandSet.CommandSetID); in clearBreakpoint()
300 .setCommand(JDWPCommands.EventRequestCommandSet.ClearAllBreakpointsCommand); in ClearAllBreakpoints()
304 .setCommandSet(JDWPCommands.EventRequestCommandSet.CommandSetID); in ClearAllBreakpoints()
325 .setCommand(JDWPCommands.VirtualMachineCommandSet.CapabilitiesNewCommand); in capabilities()
329 .setCommandSet(JDWPCommands.VirtualMachineCommandSet.CommandSetID); in capabilities()
477 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in resume()
478 JDWPCommands.VirtualMachineCommandSet.ResumeCommand); in resume()
490 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in resumeThread()
491 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in resumeThread()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameTestCase.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
93 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount()
94 JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand); in jdwpGetFrameCount()
106 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrames()
107 JDWPCommands.ThreadReferenceCommandSet.FramesCommand); in jdwpGetFrames()
127 JDWPCommands.MethodCommandSet.CommandSetID, in jdwpGetVariableTable()
128 JDWPCommands.MethodCommandSet.VariableTableCommand); in jdwpGetVariableTable()
153 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in jdwpGetAllThreads()
154 JDWPCommands.VirtualMachineCommandSet.AllThreadsCommand); in jdwpGetAllThreads()
171 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetThreadName()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DSuspendCountTest.java30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
140 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
141 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand); in testSuspendCount001()
162 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
163 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand); in testSuspendCount001()
177 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
178 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand); in testSuspendCount001()
195 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
196 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in testSuspendCount001()
205 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
[all …]
DResumeTest.java30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
149 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
150 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in testResume001()
170 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testResume001()
171 JDWPCommands.VirtualMachineCommandSet.SuspendCommand); in testResume001()
189 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
190 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testResume001()
218 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
219 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in testResume001()
229 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
[all …]
DOwnedMonitorsStackDepthInfoTest.java22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
42 CommandPacket packet = new CommandPacket(JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount()
43JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand); in jdwpGetFrameCount()
79 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo()
80 JDWPCommands.ThreadReferenceCommandSet.OwnedMonitorsStackDepthInfoCommand); in testOwnedMonitorsStackDepthInfo()
122 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo()
123 JDWPCommands.ObjectReferenceCommandSet.MonitorInfoCommand); in testOwnedMonitorsStackDepthInfo()
162 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo_Unsuspended()
163 JDWPCommands.ThreadReferenceCommandSet.OwnedMonitorsStackDepthInfoCommand); in testOwnedMonitorsStackDepthInfo_Unsuspended()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DNewInstanceTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
66 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testNewInstance001()
67 JDWPCommands.VirtualMachineCommandSet.ClassesBySignatureCommand); in testNewInstance001()
89 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testNewInstance001()
90 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in testNewInstance001()
113 JDWPCommands.EventRequestCommandSet.CommandSetID, in testNewInstance001()
114 JDWPCommands.EventRequestCommandSet.SetCommand); in testNewInstance001()
155 JDWPCommands.EventRequestCommandSet.CommandSetID, in testNewInstance001()
156 JDWPCommands.EventRequestCommandSet.ClearCommand); in testNewInstance001()
165 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance001()
[all …]
DInvokeMethodTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
68 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod001()
69 JDWPCommands.VirtualMachineCommandSet.ClassesBySignatureCommand); in testInvokeMethod001()
93 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod001()
94 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in testInvokeMethod001()
117 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod001()
118 JDWPCommands.EventRequestCommandSet.SetCommand); in testInvokeMethod001()
156 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod001()
157 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod001()
166 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod001()
[all …]
DInvokeMethod002Test.java28 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
60 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod()
61 JDWPCommands.VirtualMachineCommandSet.ClassesBySignatureCommand); in testInvokeMethod()
86 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod()
87 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in testInvokeMethod()
111 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod()
112 JDWPCommands.EventRequestCommandSet.SetCommand); in testInvokeMethod()
152 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod()
153 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod()
182 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DDisposeObjectsTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
64 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testDisposeObjects001()
65 JDWPCommands.VirtualMachineCommandSet.CreateStringCommand); in testDisposeObjects001()
76 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testDisposeObjects001()
77 JDWPCommands.VirtualMachineCommandSet.DisposeObjectsCommand); in testDisposeObjects001()
88 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testDisposeObjects001()
89 JDWPCommands.ObjectReferenceCommandSet.ReferenceTypeCommand); in testDisposeObjects001()
103 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testDisposeObjects001()
104 JDWPCommands.VirtualMachineCommandSet.DisposeObjectsCommand); in testDisposeObjects001()
115 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testDisposeObjects001()
[all …]
DTopLevelThreadGroupsTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
60 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testTopLevelThreadGroups001()
61 JDWPCommands.VirtualMachineCommandSet.TopLevelThreadGroupsCommand); in testTopLevelThreadGroups001()
84 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID, in printThreadGroup()
85 JDWPCommands.ThreadGroupReferenceCommandSet.NameCommand); in printThreadGroup()
95 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID, in printThreadGroup()
96 JDWPCommands.ThreadGroupReferenceCommandSet.ChildrenCommand); in printThreadGroup()
109 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in printThreadGroup()
110 JDWPCommands.ThreadReferenceCommandSet.NameCommand); in printThreadGroup()
127 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID, in printThreadGroup()
[all …]
DAllThreadsTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
62 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testAllThreads003()
63 JDWPCommands.VirtualMachineCommandSet.AllThreadsCommand); in testAllThreads003()
83 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testAllThreads003()
84 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testAllThreads003()
120 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testAllThreads002()
121 JDWPCommands.VirtualMachineCommandSet.AllThreadsCommand); in testAllThreads002()
143 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testAllThreads002()
144 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testAllThreads002()
193 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testAllThreads001()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java31 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
187 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in getObjectReferenceType()
188 JDWPCommands.ObjectReferenceCommandSet.ReferenceTypeCommand); in getObjectReferenceType()
209 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getMethodID()
210 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethodID()
240 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getMethodID()
241 JDWPCommands.ReferenceTypeCommandSet.MethodsCommand); in getMethodID()
269 JDWPCommands.MethodCommandSet.CommandSetID, in getLineTable()
270 JDWPCommands.MethodCommandSet.LineTableCommand); in getLineTable()
288 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getMethodName()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DClassLoaderTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
87 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassLoader003()
88 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in testClassLoader003()
99 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassLoader003()
100 JDWPCommands.ReferenceTypeCommandSet.ClassLoaderCommand); in testClassLoader003()
123 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in classLoaderTest()
124 JDWPCommands.ReferenceTypeCommandSet.ClassLoaderCommand); in classLoaderTest()
159 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in isClassLoader()
160 JDWPCommands.ObjectReferenceCommandSet.ReferenceTypeCommand); in isClassLoader()
175 JDWPCommands.ClassTypeCommandSet.CommandSetID, in isClassLoader()
[all …]
DClassObjectTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
77 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001()
78 JDWPCommands.ReferenceTypeCommandSet.ClassObjectCommand); in testClassObject001()
90 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testClassObject001()
91 JDWPCommands.ObjectReferenceCommandSet.ReferenceTypeCommand); in testClassObject001()
109 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001()
110 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand); in testClassObject001()
128 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001()
129 JDWPCommands.ReferenceTypeCommandSet.ClassLoaderCommand); in testClassObject001()
DSignature002Test.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
77 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002()
78 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testSignature002()
120 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002()
121 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand); in testSignature002()
149 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002()
150 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand); in testSignature002()
180 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002()
181 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand); in testSignature002()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DIsCollectedTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
85 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testIsCollected001()
86 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testIsCollected001()
134 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001()
135 JDWPCommands.ObjectReferenceCommandSet.DisableCollectionCommand); in testIsCollected001()
156 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001()
157 JDWPCommands.ObjectReferenceCommandSet.IsCollectedCommand); in testIsCollected001()
200 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001()
201 JDWPCommands.ObjectReferenceCommandSet.IsCollectedCommand); in testIsCollected001()
260 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected_invalid()
[all …]
DMonitorInfoTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
81 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testMonitorInfo001()
82 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testMonitorInfo001()
109 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testMonitorInfo001()
110 JDWPCommands.VirtualMachineCommandSet.SuspendCommand); in testMonitorInfo001()
120 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testMonitorInfo001()
121 JDWPCommands.ObjectReferenceCommandSet.MonitorInfoCommand); in testMonitorInfo001()
191 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testMonitorInfo001()
192 JDWPCommands.VirtualMachineCommandSet.SuspendCommand); in testMonitorInfo001()
202 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testMonitorInfo001()
[all …]
DEnableCollectionTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
82 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testEnableCollection001()
83 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testEnableCollection001()
111 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testEnableCollection001()
112 JDWPCommands.ObjectReferenceCommandSet.DisableCollectionCommand); in testEnableCollection001()
123 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testEnableCollection001()
124 JDWPCommands.ObjectReferenceCommandSet.EnableCollectionCommand); in testEnableCollection001()
187 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in enableCollection()
188 JDWPCommands.ObjectReferenceCommandSet.EnableCollectionCommand); in enableCollection()
DReferringObjectsTest.java22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
116 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in DoTestReferringObjects()
117 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in DoTestReferringObjects()
134 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in DoTestReferringObjects()
135 JDWPCommands.ObjectReferenceCommandSet.ReferringObjectsCommand); in DoTestReferringObjects()
193 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testReferringObjects_IllegalArgument()
194 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in testReferringObjects_IllegalArgument()
211 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testReferringObjects_IllegalArgument()
212 JDWPCommands.ObjectReferenceCommandSet.ReferringObjectsCommand); in testReferringObjects_IllegalArgument()
DInvokeMethodTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
62 JDWPCommands.EventRequestCommandSet.CommandSetID, in setEventRequest()
63 JDWPCommands.EventRequestCommandSet.SetCommand); in setEventRequest()
109 JDWPCommands.EventRequestCommandSet.CommandSetID, in clearEvent()
110 JDWPCommands.EventRequestCommandSet.ClearCommand); in clearEvent()
122 JDWPCommands.ClassTypeCommandSet.CommandSetID, in makeNewInstance()
123 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in makeNewInstance()
203 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod001()
204 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in testInvokeMethod001()
237 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod001()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
DAbstractReflectedTypeTestCase.java22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
49 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in runReflectedTypeTest()
50 JDWPCommands.VirtualMachineCommandSet.ClassesBySignatureCommand); in runReflectedTypeTest()
76 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in runReflectedTypeTest()
77 JDWPCommands.ReferenceTypeCommandSet.ClassLoaderCommand); in runReflectedTypeTest()
104 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in runReflectedTypeTest()
105 JDWPCommands.ReferenceTypeCommandSet.ClassObjectCommand); in runReflectedTypeTest()
118 JDWPCommands.ClassObjectReferenceCommandSet.CommandSetID, in runReflectedTypeTest()
119 JDWPCommands.ClassObjectReferenceCommandSet.ReflectedTypeCommand); in runReflectedTypeTest()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
DSetValuesTest.java30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
58 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSetValues001()
59 JDWPCommands.ReferenceTypeCommandSet.FieldsCommand); in testSetValues001()
101 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in checkArrayValues()
102 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in checkArrayValues()
123 JDWPCommands.ArrayReferenceCommandSet.CommandSetID, in checkArrayRegion()
124 JDWPCommands.ArrayReferenceCommandSet.SetValuesCommand); in checkArrayRegion()
137 JDWPCommands.ArrayReferenceCommandSet.CommandSetID, in checkArrayRegion()
138 JDWPCommands.ArrayReferenceCommandSet.GetValuesCommand); in checkArrayRegion()
DLengthTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
58 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testLength001()
59 JDWPCommands.ReferenceTypeCommandSet.FieldsCommand); in testLength001()
91 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in checkArrayLength()
92 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in checkArrayLength()
108 JDWPCommands.ArrayReferenceCommandSet.CommandSetID, in checkArrayLength()
109 JDWPCommands.ArrayReferenceCommandSet.LengthCommand); in checkArrayLength()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
DParentTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
68 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testParent001()
69 JDWPCommands.ThreadReferenceCommandSet.ThreadGroupCommand); in testParent001()
78 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID, in testParent001()
79 JDWPCommands.ThreadGroupReferenceCommandSet.ParentCommand); in testParent001()
155 JDWPCommands.ThreadGroupReferenceCommandSet.CommandSetID, in checkCommandError()
156 JDWPCommands.ThreadGroupReferenceCommandSet.NameCommand); in checkCommandError()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
DNewInstanceTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
73 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testNewInstance001()
74 JDWPCommands.VirtualMachineCommandSet.ClassesBySignatureCommand); in testNewInstance001()
100 JDWPCommands.ArrayTypeCommandSet.CommandSetID, in testNewInstance001()
101 JDWPCommands.ArrayTypeCommandSet.NewInstanceCommand); in testNewInstance001()
122 JDWPCommands.ArrayReferenceCommandSet.CommandSetID, in testNewInstance001()
123 JDWPCommands.ArrayReferenceCommandSet.LengthCommand); in testNewInstance001()

1234567