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>.
ForceEarlyReturn002Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
30 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command ";
36 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ForceEarlyReturnDebuggee";
40 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR>
43 * ThreadReference.ForceEarlyReturn command for the tested thread and gets
88 "ThreadReference::ForceEarlyReturn command");
ForceEarlyReturn003Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
30 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command ";
36 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ForceEarlyReturnDebuggee";
40 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR>
43 * ThreadReference.ForceEarlyReturn command for the tested thread and gets
92 "ThreadReference::ForceEarlyReturn command");
ForceEarlyReturn004Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
30 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command ";
36 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ForceEarlyReturnDebuggee";
40 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR>
43 * ThreadReference.ForceEarlyReturn command for the tested thread and gets
92 "ThreadReference::ForceEarlyReturn command");
ForceEarlyReturn005Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
30 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command ";
34 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ForceEarlyReturnDebuggee";
38 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR>
41 * ThreadReference.ForceEarlyReturn command for the tested thread and gets
91 "ThreadReference::ForceEarlyReturn command");
FrameCountTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.FrameCount command.
43 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.FramesDebuggee";
47 * This testcase exercises ThreadReference.CurrentContendedMonitor command.
52 * the JDWP command ThreadReference.Frames and compares size of
53 * this list with the value got via invoking ThreadReference.FrameCount command.
75 checkReplyPacket(reply, "ThreadReference::FrameCount command");
NameTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
36 * JDWP Unit test for ThreadReference.Name command.
46 * This testcase exercises ThreadReference.Name command.
48 * <BR> Then the tests performs the ThreadReference.Name command
69 checkReplyPacket(thrdReply, "ThreadReference::Name command");
OwnedMonitorsTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
38 * JDWP Unit test for ThreadReference.OwnedMonitors command.
44 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.OwnedMonitorsDebuggee";
48 * This testcase exercises ThreadReference.OwnedMonitors command.
51 * <BR>Then the test performs the ThreadReference.OwnedMonitors command
79 checkReplyPacket(reply, "ThreadReference::OwnedMonitors command");
StatusTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Status command.
43 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.StatusDebuggee";
47 * This testcase exercises ThreadReference.Status command for suspended Thread.
50 * <BR> At first the test suspends tested thread by ThreadReference.Suspend command.
51 * <BR> Then the tests performs the ThreadReference.Status command
74 checkReplyPacket(reply, "ThreadReference::Status command");
107 * This testcase exercises ThreadReference.Status command.
110 * <BR> Then the tests performs the ThreadReference.Status command
131 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.
42 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ThreadGroupDebuggee";
46 * This testcase exercises ThreadReference.ThreadGroup command.
54 * ThreadReference.ThreadGroup command for tested thread returns 'TESTED_GROUP' thread group.
81 checkReplyPacket(replyThread, "ThreadReference::ThreadGroup command");
CurrentContendedMonitorTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
38 * JDWP Unit test for ThreadReference.CurrentContendedMonitor command.
44 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.CurrentContendedMonitorDebuggee";
48 * This testcase exercises ThreadReference.CurrentContendedMonitor command.
51 * <BR> Then the test performs the ThreadReference.CurrentContendedMonitor command
78 checkReplyPacket(reply, "ThreadReference::CurrentContendedMonitor command");
120 checkReplyPacket(reply, "ThreadReference::Interrupt command");
ForceEarlyReturn006Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
31 static final String thisCommandName = "ThreadReference.ForceEarlyReturn command ";
33 static final String testObjSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ThreadReference/TestObject;";
37 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ForceEarlyReturnDebuggee";
64 * This testcase exercises ThreadReference.ForceEarlyReturn command. <BR>
67 * ThreadReference.ForceEarlyReturn command for the tested thread and gets
122 "ThreadReference::ForceEarlyReturn command");
InterruptTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ThreadReference;
37 * JDWP Unit test for ThreadReference.Interrupt command.
46 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.InterruptDebuggee";
50 * This testcase exercises ThreadReference.Interrupt command.
54 * <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>.
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.
46 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status002Debuggee";
59 * This testcase exercises ThreadReference.Status command for the sleeping Thread.
63 * <BR> Then the tests performs the ThreadReference.Status command
72 " for ThreadReference.Status command: START...");
82 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
89 checkReplyPacket(checkedReply, "ThreadReference.Status command");
124 " 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.
46 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status003Debuggee";
59 * This testcase exercises ThreadReference.Status command for the Thread waiting for time.
63 * <BR> Then the tests performs the ThreadReference.Status command
71 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: START...");
81 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
88 checkReplyPacket(checkedReply, "ThreadReference.Status command");
121 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.
46 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status004Debuggee";
58 * This testcase exercises ThreadReference.Status command for the Thread waiting UNDEFINITELY.
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...");
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.
46 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status005Debuggee";
59 * This testcase exercises ThreadReference.Status command for the Thread waiting to enter in locked Monitor.
62 * <BR> Then the tests performs the ThreadReference.Status command
70 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: START...");
81 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
88 checkReplyPacket(checkedReply, "ThreadReference.Status command");
121 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.
46 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.Status006Debuggee";
59 * This testcase exercises ThreadReference.Status command for the Thread which has started and finished.
62 * <BR> Then the tests performs the ThreadReference.Status command
70 logWriter.println("==> " + thisTestName + " for ThreadReference.Status command: START...");
75 ("ThreadReference.Status006Test: testStatus007(#1)");
89 ("ThreadReference.Status006Test: testStatus007(#2)");
92 ("=> Send ThreadReference.Status command for checked Thread and check reply...");
99 checkReplyPacket(checkedReply, "ThreadReference.Status command")
    [all...]

Completed in 313 milliseconds

1 2