Home
last modified time | relevance | path

Searched refs:getNextValueAsThreadGroupID (Results 1 – 8 of 8) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
DParentTest.java75 groupID = reply.getNextValueAsThreadGroupID(); in testParent001()
85 groupID = reply.getNextValueAsThreadGroupID(); in testParent001()
DChildrenTest.java79 groupID = reply.getNextValueAsThreadGroupID(); in testChildren001()
123 groupID = reply.getNextValueAsThreadGroupID(); in testChildren001()
DNameTest.java74 groupID = reply.getNextValueAsThreadGroupID(); in testName001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DTopLevelThreadGroupsTest.java71 long threadGroupID = reply.getNextValueAsThreadGroupID() ; in testTopLevelThreadGroups001()
123 long id = replyChilds.getNextValueAsThreadGroupID(); in printThreadGroup()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DThreadGroupTest.java83 groupID = replyThread.getNextValueAsThreadGroupID(); in testThreadGroup001()
DThreadGroup002Test.java201 long threadGroupID = reply.getNextValueAsThreadGroupID(); in testThreadGroup002()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacket.java604 public long getNextValueAsThreadGroupID() { in getNextValueAsThreadGroupID() method in Packet
DVmMirror.java2219 return reply.getNextValueAsThreadGroupID(); in getThreadGroupID()