Home
last modified time | relevance | path

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

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DSuspendCountTest.java138 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()
204 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand); in testSuspendCount001()
[all …]
DResumeTest.java147 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
148 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); 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()
228 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testResume001()
292 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
293 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand); in testResume001()
[all …]
DOwnedMonitorsStackDepthInfoTest.java42 CommandPacket packet = new CommandPacket(JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount()
43 … JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand); in jdwpGetFrameCount()
79 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo()
80 JDWPCommands.ThreadReferenceCommandSet.OwnedMonitorsStackDepthInfoCommand); in testOwnedMonitorsStackDepthInfo()
162 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testOwnedMonitorsStackDepthInfo_Unsuspended()
163 JDWPCommands.ThreadReferenceCommandSet.OwnedMonitorsStackDepthInfoCommand); in testOwnedMonitorsStackDepthInfo_Unsuspended()
DFrameCountTest.java71 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testFrameCount001()
72 JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand); in testFrameCount001()
96 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in getFramesCount()
97 JDWPCommands.ThreadReferenceCommandSet.FramesCommand); in getFramesCount()
DCurrentContendedMonitorTest.java73 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testCurrentContendedMonitor001()
74 JDWPCommands.ThreadReferenceCommandSet.CurrentContendedMonitorCommand); in testCurrentContendedMonitor001()
115 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testCurrentContendedMonitor001()
116 JDWPCommands.ThreadReferenceCommandSet.InterruptCommand); in testCurrentContendedMonitor001()
DStatusTest.java69 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStatus002()
70 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testStatus002()
126 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStatus001()
127 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testStatus001()
DSuspendTest.java126 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspend001()
127 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand); in testSuspend001()
137 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspend001()
138 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testSuspend001()
DForceEarlyReturnTest.java104 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in RunTestForceEarlyReturn()
105 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand); in RunTestForceEarlyReturn()
254 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testForceEarlyReturn_NotSuspended()
255 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand); in testForceEarlyReturn_NotSuspended()
DThreadGroup002Test.java171 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testThreadGroup002()
172 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testThreadGroup002()
189 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testThreadGroup002()
190 JDWPCommands.ThreadReferenceCommandSet.ThreadGroupCommand); in testThreadGroup002()
DNameTest.java64 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testName001()
65 JDWPCommands.ThreadReferenceCommandSet.NameCommand); in testName001()
DInterruptTest.java69 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testInterrupt001()
70 JDWPCommands.ThreadReferenceCommandSet.InterruptCommand); in testInterrupt001()
DForceEarlyReturn005Test.java79 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testForceEarlyReturn_ReturnVoid()
80 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand); in testForceEarlyReturn_ReturnVoid()
DForceEarlyReturn002Test.java76 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testForceEarlyReturn_ReturnLong()
77 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand); in testForceEarlyReturn_ReturnLong()
DThreadGroupTest.java76 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testThreadGroup001()
77 JDWPCommands.ThreadReferenceCommandSet.ThreadGroupCommand); in testThreadGroup001()
DForceEarlyReturn004Test.java80 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testForceEarlyReturn_ReturnDouble()
81 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand); in testForceEarlyReturn_ReturnDouble()
DStopTest.java94 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStop001()
95 JDWPCommands.ThreadReferenceCommandSet.StopCommand); in testStop001()
DForceEarlyReturn003Test.java80 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testForceEarlyReturn_ReturnFloat()
81 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand); in testForceEarlyReturn_ReturnFloat()
DStatus002Test.java84 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStatus003()
85 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testStatus003()
DStatus005Test.java83 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStatus006()
84 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testStatus006()
DOwnedMonitorsTest.java75 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testOwnedMonitors001()
76 JDWPCommands.ThreadReferenceCommandSet.OwnedMonitorsCommand); in testOwnedMonitors001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameTestCase.java71 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount()
72 JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand); in jdwpGetFrameCount()
84 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrames()
85 JDWPCommands.ThreadReferenceCommandSet.FramesCommand); in jdwpGetFrames()
134 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetThreadName()
135 JDWPCommands.ThreadReferenceCommandSet.NameCommand); in jdwpGetThreadName()
147 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpSuspendThread()
148 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand); in jdwpSuspendThread()
157 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpResumeThread()
158 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.java83 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testAllThreads003()
84 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testAllThreads003()
143 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testAllThreads002()
144 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testAllThreads002()
DSuspendTest.java81 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testSuspend001()
82 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testSuspend001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java502 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in resumeThread()
503 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in resumeThread()
529 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in suspendThread()
530 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand); in suspendThread()
744 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in getThreadName()
745 JDWPCommands.ThreadReferenceCommandSet.NameCommand); in getThreadName()
760 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in getThreadStatus()
761 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in getThreadStatus()
776 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in getThreadSuspendCount()
777 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand); in getThreadSuspendCount()
[all …]

12