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.java140 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()
206 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand); in testSuspendCount001()
[all …]
DResumeTest.java149 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
150 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); 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()
230 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testResume001()
294 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testResume001()
295 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.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.java173 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testThreadGroup002()
174 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testThreadGroup002()
191 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testThreadGroup002()
192 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()
DThreadGroupTest.java76 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testThreadGroup001()
77 JDWPCommands.ThreadReferenceCommandSet.ThreadGroupCommand); in testThreadGroup001()
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()
DForceEarlyReturn003Test.java80 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testForceEarlyReturn_ReturnFloat()
81 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand); in testForceEarlyReturn_ReturnFloat()
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()
DStatus003Test.java83 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStatus004()
84 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testStatus004()
DStatus006Test.java94 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStatus007()
95 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testStatus007()
DStatus004Test.java82 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in testStatus005()
83 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in testStatus005()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DJDWPStackFrameTestCase.java93 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrameCount()
94 JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand); in jdwpGetFrameCount()
106 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetFrames()
107 JDWPCommands.ThreadReferenceCommandSet.FramesCommand); in jdwpGetFrames()
171 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpGetThreadName()
172 JDWPCommands.ThreadReferenceCommandSet.NameCommand); in jdwpGetThreadName()
184 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpSuspendThread()
185 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand); in jdwpSuspendThread()
194 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in jdwpResumeThread()
195 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.java490 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in resumeThread()
491 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand); in resumeThread()
517 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in suspendThread()
518 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand); in suspendThread()
732 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in getThreadName()
733 JDWPCommands.ThreadReferenceCommandSet.NameCommand); in getThreadName()
748 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in getThreadStatus()
749 JDWPCommands.ThreadReferenceCommandSet.StatusCommand); in getThreadStatus()
764 JDWPCommands.ThreadReferenceCommandSet.CommandSetID, in getThreadSuspendCount()
765 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand); in getThreadSuspendCount()
[all …]

12