HomeSort by relevance Sort by last modified time
    Searched defs:ThreadReference (Results 1 - 25 of 45) sorted by null

1 2

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
FramesDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
32 * The class specifies debuggee for <code>org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesTest</code>.
FrameCountTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.FrameCount command.
42 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesDebuggee";
46 * This testcase exercises ThreadReference.CurrentContendedMonitor command.
51 * the JDWP command ThreadReference.Frames and compares size of
52 * this list with the value got via invoking ThreadReference.FrameCount command.
74 checkReplyPacket(reply, "ThreadReference::FrameCount command");
NameTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
36 * JDWP Unit test for ThreadReference.Name command.
45 * This testcase exercises ThreadReference.Name command.
47 * <BR> Then the tests performs the ThreadReference.Name command
68 checkReplyPacket(thrdReply, "ThreadReference::Name command");
StatusTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Status command.
42 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.StatusDebuggee";
46 * This testcase exercises ThreadReference.Status command for suspended Thread.
49 * <BR> At first the test suspends tested thread by ThreadReference.Suspend command.
50 * <BR> Then the tests performs the ThreadReference.Status command
73 checkReplyPacket(reply, "ThreadReference::Status command");
106 * This testcase exercises ThreadReference.Status command.
109 * <BR> Then the tests performs the ThreadReference.Status command
130 checkReplyPacket(reply, "ThreadReference::Status command")
    [all...]
ThreadGroupTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
36 * JDWP Unit test for ThreadReference.ThreadGroup command.
41 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ThreadGroupDebuggee";
45 * This testcase exercises ThreadReference.ThreadGroup command.
53 * ThreadReference.ThreadGroup command for tested thread returns 'TESTED_GROUP' thread group.
80 checkReplyPacket(replyThread, "ThreadReference::ThreadGroup command");
CurrentContendedMonitorTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
38 * JDWP Unit test for ThreadReference.CurrentContendedMonitor command.
43 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.CurrentContendedMonitorDebuggee";
47 * This testcase exercises ThreadReference.CurrentContendedMonitor command.
50 * <BR> Then the test performs the ThreadReference.CurrentContendedMonitor command
92 checkReplyPacket(reply, "ThreadReference::CurrentContendedMonitor command");
134 checkReplyPacket(reply, "ThreadReference::Interrupt command");
ForceEarlyReturn002Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
33 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command ";
38 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ForceEarlyReturnDebuggee";
51 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR>
54 * ThreadReference.ForceEarlyReturn command for the tested thread and gets
99 "ThreadReference::ForceEarlyReturn command");
ForceEarlyReturn003Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
30 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command ";
35 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ForceEarlyReturnDebuggee";
48 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR>
51 * ThreadReference.ForceEarlyReturn command for the tested thread and gets
100 "ThreadReference::ForceEarlyReturn command");
ForceEarlyReturn004Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
30 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command ";
35 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ForceEarlyReturnDebuggee";
48 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR>
51 * ThreadReference.ForceEarlyReturn command for the tested thread and gets
100 "ThreadReference::ForceEarlyReturn command");
ForceEarlyReturn005Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
31 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command ";
34 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ForceEarlyReturnDebuggee";
47 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR>
50 * ThreadReference.ForceEarlyReturn command for the tested thread and gets
100 "ThreadReference::ForceEarlyReturn command");
InterruptTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Interrupt command.
45 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.InterruptDebuggee";
49 * This testcase exercises ThreadReference.Interrupt command.
53 * <BR> Then the tests performs the ThreadReference.Interrupt command
OwnedMonitorsDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
35 * The class specifies debuggee for <code>org.apache.harmony.jpda.tests.jdwp.ThreadReference.OwnedMonitorsTest</code>.
OwnedMonitorsStackDepthInfoDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
28 * The class specifies debuggee for <code>org.apache.harmony.jpda.tests.jdwp.ThreadReference.OwnedMonitorsStackDepthInfoTest</code>.
OwnedMonitorsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
38 * JDWP Unit test for ThreadReference.OwnedMonitors command.
43 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.OwnedMonitorsDebuggee";
47 * This testcase exercises ThreadReference.OwnedMonitors command.
50 * <BR>Then the test performs the ThreadReference.OwnedMonitors command
88 checkReplyPacket(reply, "ThreadReference::OwnedMonitors command");
Status002Debuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
32 * The class specifies debuggee for <code>org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status002Test</code>.
Status002Test.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Status command for the sleeping Thread.
45 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status002Debuggee";
58 * This testcase exercises ThreadReference.Status command for the sleeping Thread.
62 * <BR> Then the tests performs the ThreadReference.Status command
71 " for ThreadReference.Status command: START...");
81 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
88 checkReplyPacket(checkedReply, "ThreadReference.Status command");
123 " for ThreadReference.Status command: FINISH...");
Status003Debuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
32 * The class specifies debuggee for <code>org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status003Test</code>.
Status003Test.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Status command for the Thread waiting for time.
45 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status003Debuggee";
58 * This testcase exercises ThreadReference.Status command for the Thread waiting for time.
62 * <BR> Then the tests performs the ThreadReference.Status command
70 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: START...");
80 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
87 checkReplyPacket(checkedReply, "ThreadReference.Status command");
120 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: FINISH...");
Status004Debuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
32 * The class specifies debuggee for <code>org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status004Test</code>.
Status004Test.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Status command for the Thread waiting UNDEFINITELY.
45 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status004Debuggee";
57 * This testcase exercises ThreadReference.Status command for the Thread waiting UNDEFINITELY.
61 * <BR> Then the tests performs the ThreadReference.Status command
69 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: START...");
79 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
86 checkReplyPacket(checkedReply, "ThreadReference.Status command");
119 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: FINISH...");
Status005Debuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
32 * The class specifies debuggee for <code>org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status005Test</code>.
Status005Test.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Status command for the Thread waiting to enter in locked Monitor.
45 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status005Debuggee";
58 * This testcase exercises ThreadReference.Status command for the Thread waiting to enter in locked Monitor.
61 * <BR> Then the tests performs the ThreadReference.Status command
69 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: START...");
80 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
87 checkReplyPacket(checkedReply, "ThreadReference.Status command");
120 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: FINISH...");
Status006Debuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
31 * The class specifies debuggee for <code>org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status006Test</code>.
Status006Test.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Status command for the Thread which has started and finished.
45 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status006Debuggee";
58 * This testcase exercises ThreadReference.Status command for the Thread which has started and finished.
61 * <BR> Then the tests performs the ThreadReference.Status command
69 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: START...");
74 ("ThreadReference.Status006Test: testStatus007(#1)");
88 ("ThreadReference.Status006Test: testStatus007(#2)");
91 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
98 checkReplyPacket(checkedReply, "ThreadReference.Status command")
    [all...]
StatusDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
35 * The class specifies debuggee for <code>org.apache.harmony.jpda.tests.jdwp.ThreadReference.StatusTest</code>.

Completed in 980 milliseconds

1 2