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.java74 groupID = reply.getNextValueAsThreadGroupID(); in testParent001()
84 groupID = reply.getNextValueAsThreadGroupID(); in testParent001()
DChildrenTest.java78 groupID = reply.getNextValueAsThreadGroupID(); in testChildren001()
122 groupID = reply.getNextValueAsThreadGroupID(); in testChildren001()
DNameTest.java73 groupID = reply.getNextValueAsThreadGroupID(); in testName001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DTopLevelThreadGroupsTest.java70 long threadGroupID = reply.getNextValueAsThreadGroupID() ; in testTopLevelThreadGroups001()
122 long id = replyChilds.getNextValueAsThreadGroupID(); in printThreadGroup()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DThreadGroupTest.java82 groupID = replyThread.getNextValueAsThreadGroupID(); in testThreadGroup001()
DThreadGroup002Test.java200 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.java2554 return reply.getNextValueAsThreadGroupID(); in getThreadGroupID()