Home
last modified time | relevance | path

Searched refs:allThreadIDReply (Results 1 – 5 of 5) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DSuspendTest.java82 ReplyPacket allThreadIDReply = null; in testSuspend001() local
84 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testSuspend001()
90 int threads = allThreadIDReply.getNextValueAsInt(); in testSuspend001()
98 long threadID = allThreadIDReply.getNextValueAsThreadID(); in testSuspend001()
DThreadGroup002Test.java98 ReplyPacket allThreadIDReply = null; in testThreadGroup002() local
100 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testThreadGroup002()
107 int threads = allThreadIDReply.getNextValueAsInt(); in testThreadGroup002()
110 long threadID = allThreadIDReply.getNextValueAsThreadID(); in testThreadGroup002()
DSuspendCountTest.java92 ReplyPacket allThreadIDReply = null; in testSuspendCount001() local
94 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testSuspendCount001()
101 int threads = allThreadIDReply.getNextValueAsInt(); in testSuspendCount001()
111 long threadID = allThreadIDReply.getNextValueAsThreadID(); in testSuspendCount001()
DResumeTest.java88 ReplyPacket allThreadIDReply = null; in testResume001() local
90 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in testResume001()
97 int threads = allThreadIDReply.getNextValueAsInt(); in testResume001()
100 long threadID = allThreadIDReply.getNextValueAsThreadID(); in testResume001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DResumeTest.java294 ReplyPacket allThreadIDReply = null; in createThreadInfos() local
296 allThreadIDReply = debuggeeWrapper.vmMirror.getAllThreadID(); in createThreadInfos()
302 int threads = allThreadIDReply.getNextValueAsInt(); in createThreadInfos()
305 long threadID = allThreadIDReply.getNextValueAsThreadID(); in createThreadInfos()