Home
last modified time | relevance | path

Searched refs:ThreadReferenceCommandSet (Results 1 – 25 of 39) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DSuspendCountTest.java139 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
140 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand); in testSuspendCount001()
161 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
162 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand); in testSuspendCount001()
176 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
177 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand); in testSuspendCount001()
194 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
195 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in testSuspendCount001()
204 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspendCount001()
205 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand); in testSuspendCount001()
[all …]
DResumeTest.java148 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
149 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in testResume001()
188 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
189 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testResume001()
217 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
218 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in testResume001()
228 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
229 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testResume001()
293 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
294 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand); in testResume001()
[all …]
DOwnedMonitorsStackDepthInfoTest.java41 CommandPacket packet = new CommandPacket(JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount()
42 … JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand); in jdwpGetFrameCount()
78 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo()
79 JDWPCommands.ThreadReferenceCommandSet.OwnedMonitorsStackDepthInfoCommand); in testOwnedMonitorsStackDepthInfo()
161 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo_Unsuspended()
162 JDWPCommands.ThreadReferenceCommandSet.OwnedMonitorsStackDepthInfoCommand); in testOwnedMonitorsStackDepthInfo_Unsuspended()
DFrameCountTest.java70 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testFrameCount001()
71 JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand); in testFrameCount001()
95 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in getFramesCount()
96 JDWPCommands.ThreadReferenceCommandSet.FramesCommand); in getFramesCount()
DCurrentContendedMonitorTest.java72 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testCurrentContendedMonitor001()
73 JDWPCommands.ThreadReferenceCommandSet.CurrentContendedMonitorCommand); in testCurrentContendedMonitor001()
114 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testCurrentContendedMonitor001()
115 JDWPCommands.ThreadReferenceCommandSet.InterruptCommand); in testCurrentContendedMonitor001()
DStatusTest.java68 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStatus002()
69 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testStatus002()
125 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStatus001()
126 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testStatus001()
DSuspendTest.java125 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspend001()
126 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand); in testSuspend001()
136 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspend001()
137 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testSuspend001()
DForceEarlyReturnTest.java107 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in RunTestForceEarlyReturn()
108 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand); in RunTestForceEarlyReturn()
257 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testForceEarlyReturn_NotSuspended()
258 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand); in testForceEarlyReturn_NotSuspended()
DThreadGroup002Test.java172 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testThreadGroup002()
173 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testThreadGroup002()
190 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testThreadGroup002()
191 JDWPCommands.ThreadReferenceCommandSet.ThreadGroupCommand); in testThreadGroup002()
DNameTest.java63 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testName001()
64 JDWPCommands.ThreadReferenceCommandSet.NameCommand); in testName001()
DInterruptTest.java68 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testInterrupt001()
69 JDWPCommands.ThreadReferenceCommandSet.InterruptCommand); in testInterrupt001()
DThreadGroupTest.java75 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testThreadGroup001()
76 JDWPCommands.ThreadReferenceCommandSet.ThreadGroupCommand); in testThreadGroup001()
DForceEarlyReturn002Test.java78 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testForceEarlyReturn_ReturnLong()
79 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand); in testForceEarlyReturn_ReturnLong()
DForceEarlyReturn003Test.java79 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testForceEarlyReturn_ReturnFloat()
80 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand); in testForceEarlyReturn_ReturnFloat()
DStopTest.java93 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStop001()
94 JDWPCommands.ThreadReferenceCommandSet.StopCommand); in testStop001()
DForceEarlyReturn005Test.java79 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testForceEarlyReturn_ReturnVoid()
80 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand); in testForceEarlyReturn_ReturnVoid()
DForceEarlyReturn004Test.java79 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testForceEarlyReturn_ReturnDouble()
80 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand); in testForceEarlyReturn_ReturnDouble()
DStatus003Test.java82 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStatus004()
83 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testStatus004()
DStatus005Test.java82 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStatus006()
83 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testStatus006()
DStatus002Test.java83 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStatus003()
84 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testStatus003()
DStatus004Test.java81 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStatus005()
82 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testStatus005()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameTestCase.java92 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount()
93 JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand); in jdwpGetFrameCount()
105 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrames()
106 JDWPCommands.ThreadReferenceCommandSet.FramesCommand); in jdwpGetFrames()
170 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetThreadName()
171 JDWPCommands.ThreadReferenceCommandSet.NameCommand); in jdwpGetThreadName()
183 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpSuspendThread()
184 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand); in jdwpSuspendThread()
193 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpResumeThread()
194 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in jdwpResumeThread()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DResume002Test.java102 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in checkThreadSuspendStatus()
103 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in checkThreadSuspendStatus()
121 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in checkThreadSuspendCount()
122 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand); in checkThreadSuspendCount()
DAllThreadsTest.java82 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testAllThreads003()
83 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testAllThreads003()
142 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testAllThreads002()
143 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testAllThreads002()
DSuspendTest.java80 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspend001()
81 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testSuspend001()

12