OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllThreadsDebuggee
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
AllThreadsDebuggee.java
45
public class
AllThreadsDebuggee
extends SyncDebuggee {
103
synchronized(
AllThreadsDebuggee
.waitForStart){
105
AllThreadsDebuggee
.waitForStart.notifyAll();
116
runDebuggee(
AllThreadsDebuggee
.class);
AllThreadsTest.java
43
return "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.
AllThreadsDebuggee
";
48
* <BR>At first the test starts
AllThreadsDebuggee
which runs the TESTED_THREAD thread
98
if (threadName.equals(
AllThreadsDebuggee
.TESTED_THREAD)) {
99
printErrorAndFail(
AllThreadsDebuggee
.TESTED_THREAD
109
* <BR>At first the test starts
AllThreadsDebuggee
which runs the TESTED_THREAD thread
183
* <BR>At first the test starts
AllThreadsDebuggee
which runs the TESTED_THREAD thread
211
if (threadName.equals(
AllThreadsDebuggee
.TESTED_THREAD)) {
219
printErrorAndFail(
AllThreadsDebuggee
.TESTED_THREAD + " not found");
222
printErrorAndFail(
AllThreadsDebuggee
.TESTED_THREAD
Completed in 216 milliseconds