HomeSort by relevance Sort by last modified time
    Searched refs:ThreadReferenceCommandSet (Results 1 - 25 of 39) sorted by null

1 2

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
SuspendCountTest.java 139 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
140 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand);
161 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
162 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand);
176 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
177 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand);
194 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
195 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand);
204 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
205 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand)
    [all...]
ResumeTest.java 148 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
149 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand);
188 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
189 JDWPCommands.ThreadReferenceCommandSet.StatusCommand);
217 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
218 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand);
228 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
229 JDWPCommands.ThreadReferenceCommandSet.StatusCommand);
293 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
294 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand)
    [all...]
OwnedMonitorsStackDepthInfoTest.java 50 CommandPacket packet = new CommandPacket(JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
51 JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand);
92 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
93 JDWPCommands.ThreadReferenceCommandSet.OwnedMonitorsStackDepthInfoCommand);
181 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
182 JDWPCommands.ThreadReferenceCommandSet.OwnedMonitorsStackDepthInfoCommand);
FrameCountTest.java 70 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
71 JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand);
95 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
96 JDWPCommands.ThreadReferenceCommandSet.FramesCommand);
NameTest.java 63 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
64 JDWPCommands.ThreadReferenceCommandSet.NameCommand);
CurrentContendedMonitorTest.java 87 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
88 JDWPCommands.ThreadReferenceCommandSet.CurrentContendedMonitorCommand);
129 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
130 JDWPCommands.ThreadReferenceCommandSet.InterruptCommand);
StatusTest.java 68 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
69 JDWPCommands.ThreadReferenceCommandSet.StatusCommand);
125 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
126 JDWPCommands.ThreadReferenceCommandSet.StatusCommand);
SuspendTest.java 125 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
126 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand);
136 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
137 JDWPCommands.ThreadReferenceCommandSet.StatusCommand);
InterruptTest.java 68 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
69 JDWPCommands.ThreadReferenceCommandSet.InterruptCommand);
ThreadGroupTest.java 75 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
76 JDWPCommands.ThreadReferenceCommandSet.ThreadGroupCommand);
ForceEarlyReturn002Test.java 87 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
88 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand);
ForceEarlyReturn003Test.java 88 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
89 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand);
ForceEarlyReturn004Test.java 88 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
89 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand);
ForceEarlyReturn005Test.java 88 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
89 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand);
ForceEarlyReturn006Test.java 117 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
118 JDWPCommands.ThreadReferenceCommandSet.ForceEarlyReturnCommand);
OwnedMonitorsTest.java 84 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
85 JDWPCommands.ThreadReferenceCommandSet.OwnedMonitorsCommand);
Status002Test.java 83 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
84 JDWPCommands.ThreadReferenceCommandSet.StatusCommand);
Status003Test.java 82 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
83 JDWPCommands.ThreadReferenceCommandSet.StatusCommand);
Status004Test.java 81 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
82 JDWPCommands.ThreadReferenceCommandSet.StatusCommand);
Status005Test.java 82 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
83 JDWPCommands.ThreadReferenceCommandSet.StatusCommand);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
JDWPStackFrameTestCase.java 92 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
93 JDWPCommands.ThreadReferenceCommandSet.FrameCountCommand);
105 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
106 JDWPCommands.ThreadReferenceCommandSet.FramesCommand);
170 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
171 JDWPCommands.ThreadReferenceCommandSet.NameCommand);
183 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
184 JDWPCommands.ThreadReferenceCommandSet.SuspendCommand);
193 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
194 JDWPCommands.ThreadReferenceCommandSet.ResumeCommand)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
Resume002Test.java 102 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
103 JDWPCommands.ThreadReferenceCommandSet.StatusCommand);
121 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
122 JDWPCommands.ThreadReferenceCommandSet.SuspendCountCommand);
SuspendTest.java 80 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
81 JDWPCommands.ThreadReferenceCommandSet.StatusCommand);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
NameTest.java 66 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
67 JDWPCommands.ThreadReferenceCommandSet.ThreadGroupCommand);
ParentTest.java 67 JDWPCommands.ThreadReferenceCommandSet.CommandSetID,
68 JDWPCommands.ThreadReferenceCommandSet.ThreadGroupCommand);

Completed in 321 milliseconds

1 2