Searched refs:getAllThreadID (Results 1 - 9 of 9) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DNameTest.java54 ReplyPacket thrdReply, reply = debuggeeWrapper.vmMirror.getAllThreadID();
H A DThreadGroupTest.java62 ReplyPacket replyThread, reply = debuggeeWrapper.vmMirror.getAllThreadID();
H A DSuspendTest.java84 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID();
87 ("## FAILURE: Exception in vmMirror.getAllThreadID() = " + exception);
H A DThreadGroup002Test.java100 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID();
103 ("## FAILURE: Exception in vmMirror.getAllThreadID() = " + exception);
H A DSuspendCountTest.java94 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID();
97 ("## FAILURE: Exception in vmMirror.getAllThreadID() = " + exception);
H A DResumeTest.java90 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID();
93 ("## FAILURE: Exception in vmMirror.getAllThreadID() = " + exception);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DSuspendTest.java63 reply = debuggeeWrapper.vmMirror.getAllThreadID();
H A DResumeTest.java86 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID();
89 ("## FAILURE: Exception in vmMirror.getAllThreadID() = " + exception);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java659 request = getAllThreadID();
680 public ReplyPacket getAllThreadID() { method in class:VmMirror

Completed in 343 milliseconds