Home
last modified time | relevance | path

Searched refs:JDWPCommands (Results 1 – 25 of 156) 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()
489 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in resume()
490 JDWPCommands.VirtualMachineCommandSet.ResumeCommand); in resume()
502 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in resumeThread()
503 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in resumeThread()
[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;
138 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
139 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand); in testSuspendCount001()
160 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
161 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand); in testSuspendCount001()
175 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
176 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand); in testSuspendCount001()
193 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
194 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in testSuspendCount001()
203 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
[all …]
DResumeTest.java30 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
147 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
148 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in testResume001()
168 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testResume001()
169 JDWPCommands.VirtualMachineCommandSet.SuspendCommand); in testResume001()
187 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
188 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testResume001()
216 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
217 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in testResume001()
227 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()
DCurrentContendedMonitorTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
73 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testCurrentContendedMonitor001()
74 JDWPCommands.ThreadReferenceCommandSet.CurrentContendedMonitorCommand); in testCurrentContendedMonitor001()
87 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testCurrentContendedMonitor001()
88 JDWPCommands.ObjectReferenceCommandSet.MonitorInfoCommand); in testCurrentContendedMonitor001()
115 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testCurrentContendedMonitor001()
116 JDWPCommands.ThreadReferenceCommandSet.InterruptCommand); in testCurrentContendedMonitor001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameTestCase.java32 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
71 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount()
72 JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand); in jdwpGetFrameCount()
84 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrames()
85 JDWPCommands.ThreadReferenceCommandSet.FramesCommand); in jdwpGetFrames()
116 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in jdwpGetAllThreads()
117 JDWPCommands.VirtualMachineCommandSet.AllThreadsCommand); in jdwpGetAllThreads()
134 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetThreadName()
135 JDWPCommands.ThreadReferenceCommandSet.NameCommand); in jdwpGetThreadName()
147 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpSuspendThread()
[all …]
/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;
67 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testNewInstance001()
68 JDWPCommands.VirtualMachineCommandSet.ClassesBySignatureCommand); in testNewInstance001()
93 JDWPCommands.EventRequestCommandSet.CommandSetID, in testNewInstance001()
94 JDWPCommands.EventRequestCommandSet.SetCommand); in testNewInstance001()
135 JDWPCommands.EventRequestCommandSet.CommandSetID, in testNewInstance001()
136 JDWPCommands.EventRequestCommandSet.ClearCommand); in testNewInstance001()
145 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testNewInstance001()
146 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in testNewInstance001()
177 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testNewInstance001()
[all …]
DInvokeMethodTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
69 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod001()
70 JDWPCommands.VirtualMachineCommandSet.ClassesBySignatureCommand); in testInvokeMethod001()
97 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod001()
98 JDWPCommands.EventRequestCommandSet.SetCommand); in testInvokeMethod001()
136 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod001()
137 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod001()
146 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod001()
147 JDWPCommands.ClassTypeCommandSet.InvokeMethodCommand); in testInvokeMethod001()
176 JDWPCommands.ClassTypeCommandSet.CommandSetID, in testInvokeMethod001()
[all …]
DInvokeMethod002Test.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
62 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testInvokeMethod()
63 JDWPCommands.VirtualMachineCommandSet.ClassesBySignatureCommand); in testInvokeMethod()
91 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod()
92 JDWPCommands.EventRequestCommandSet.SetCommand); in testInvokeMethod()
132 JDWPCommands.EventRequestCommandSet.CommandSetID, in testInvokeMethod()
133 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod()
188 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testInvokeMethod()
189 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testInvokeMethod()
207 JDWPCommands.ClassTypeCommandSet.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/ReferenceType/
DClassLoaderTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
88 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassLoader003()
89 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in testClassLoader003()
100 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassLoader003()
101 JDWPCommands.ReferenceTypeCommandSet.ClassLoaderCommand); in testClassLoader003()
124 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in classLoaderTest()
125 JDWPCommands.ReferenceTypeCommandSet.ClassLoaderCommand); in classLoaderTest()
160 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in isClassLoader()
161 JDWPCommands.ObjectReferenceCommandSet.ReferenceTypeCommand); in isClassLoader()
176 JDWPCommands.ClassTypeCommandSet.CommandSetID, in isClassLoader()
[all …]
DClassObjectTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
76 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001()
77 JDWPCommands.ReferenceTypeCommandSet.ClassObjectCommand); in testClassObject001()
89 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testClassObject001()
90 JDWPCommands.ObjectReferenceCommandSet.ReferenceTypeCommand); in testClassObject001()
108 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001()
109 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand); in testClassObject001()
127 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testClassObject001()
128 JDWPCommands.ReferenceTypeCommandSet.ClassLoaderCommand); in testClassObject001()
DSignature002Test.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
76 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002()
77 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testSignature002()
119 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002()
120 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand); in testSignature002()
148 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002()
149 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand); in testSignature002()
179 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testSignature002()
180 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;
83 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testIsCollected001()
84 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testIsCollected001()
132 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001()
133 JDWPCommands.ObjectReferenceCommandSet.DisableCollectionCommand); in testIsCollected001()
154 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001()
155 JDWPCommands.ObjectReferenceCommandSet.IsCollectedCommand); in testIsCollected001()
198 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected001()
199 JDWPCommands.ObjectReferenceCommandSet.IsCollectedCommand); in testIsCollected001()
258 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testIsCollected_invalid()
[all …]
DMonitorInfoTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
80 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testMonitorInfo001()
81 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testMonitorInfo001()
108 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testMonitorInfo001()
109 JDWPCommands.VirtualMachineCommandSet.SuspendCommand); in testMonitorInfo001()
119 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testMonitorInfo001()
120 JDWPCommands.ObjectReferenceCommandSet.MonitorInfoCommand); in testMonitorInfo001()
190 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testMonitorInfo001()
191 JDWPCommands.VirtualMachineCommandSet.SuspendCommand); in testMonitorInfo001()
201 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testMonitorInfo001()
[all …]
DReferringObjectsTest.java22 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
114 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in DoTestReferringObjects()
115 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in DoTestReferringObjects()
132 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in DoTestReferringObjects()
133 JDWPCommands.ObjectReferenceCommandSet.ReferringObjectsCommand); in DoTestReferringObjects()
191 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testReferringObjects_IllegalArgument()
192 JDWPCommands.ReferenceTypeCommandSet.InstancesCommand); in testReferringObjects_IllegalArgument()
209 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testReferringObjects_IllegalArgument()
210 JDWPCommands.ObjectReferenceCommandSet.ReferringObjectsCommand); in testReferringObjects_IllegalArgument()
DEnableCollectionTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
81 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testEnableCollection001()
82 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testEnableCollection001()
110 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testEnableCollection001()
111 JDWPCommands.ObjectReferenceCommandSet.DisableCollectionCommand); in testEnableCollection001()
122 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testEnableCollection001()
123 JDWPCommands.ObjectReferenceCommandSet.EnableCollectionCommand); in testEnableCollection001()
186 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in enableCollection()
187 JDWPCommands.ObjectReferenceCommandSet.EnableCollectionCommand); in enableCollection()
DInvokeMethodTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
63 JDWPCommands.EventRequestCommandSet.CommandSetID, in setEventRequest()
64 JDWPCommands.EventRequestCommandSet.SetCommand); in setEventRequest()
110 JDWPCommands.EventRequestCommandSet.CommandSetID, in clearEvent()
111 JDWPCommands.EventRequestCommandSet.ClearCommand); in clearEvent()
123 JDWPCommands.ClassTypeCommandSet.CommandSetID, in makeNewInstance()
124 JDWPCommands.ClassTypeCommandSet.NewInstanceCommand); in makeNewInstance()
204 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod001()
205 JDWPCommands.ObjectReferenceCommandSet.InvokeMethodCommand); in testInvokeMethod001()
238 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testInvokeMethod001()
[all …]
DReferenceTypeTest.java29 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
67 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in testReferenceType001()
68 JDWPCommands.VirtualMachineCommandSet.ClassesBySignatureCommand); in testReferenceType001()
101 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testReferenceType001()
102 JDWPCommands.ReferenceTypeCommandSet.GetValuesCommand); in testReferenceType001()
159 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in testReferenceType001()
160 JDWPCommands.ObjectReferenceCommandSet.ReferenceTypeCommand); in testReferenceType001()
186 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in testReferenceType001()
187 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand); in testReferenceType001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java32 import org.apache.harmony.jpda.tests.framework.jdwp.JDWPCommands;
192 JDWPCommands.ObjectReferenceCommandSet.CommandSetID, in getObjectReferenceType()
193 JDWPCommands.ObjectReferenceCommandSet.ReferenceTypeCommand); in getObjectReferenceType()
242 JDWPCommands.MethodCommandSet.CommandSetID, in getLineTable()
243 JDWPCommands.MethodCommandSet.LineTableCommand); in getLineTable()
271 JDWPCommands.ReferenceTypeCommandSet.CommandSetID, in getClassSignature()
272 JDWPCommands.ReferenceTypeCommandSet.SignatureCommand); in getClassSignature()
290 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in getClassIDBySignature()
291 JDWPCommands.VirtualMachineCommandSet.ClassesBySignatureCommand); in getClassIDBySignature()
319 JDWPCommands.VirtualMachineCommandSet.CommandSetID, in getReferenceTypeID()
[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/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()
/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()

1234567