Home
last modified time | relevance | path

Searched refs:AllThreadsDebuggee (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DAllThreadsDebuggee.java45 public class AllThreadsDebuggee extends SyncDebuggee { class
101 synchronized(AllThreadsDebuggee.waitForStart){ in run()
103 AllThreadsDebuggee.waitForStart.notifyAll(); in run()
114 runDebuggee(AllThreadsDebuggee.class); in main()
DAllThreadsTest.java97 if (threadName.equals(AllThreadsDebuggee.TESTED_THREAD)) { in testAllThreads003()
98 printErrorAndFail(AllThreadsDebuggee.TESTED_THREAD in testAllThreads003()
210 if (threadName.equals(AllThreadsDebuggee.TESTED_THREAD)) { in testAllThreads001()
218 printErrorAndFail(AllThreadsDebuggee.TESTED_THREAD + " not found"); in testAllThreads001()
221 printErrorAndFail(AllThreadsDebuggee.TESTED_THREAD in testAllThreads001()