Searched refs:groupID (Results 1 – 7 of 7) sorted by relevance
66 long groupID; in testChildren001() local78 groupID = reply.getNextValueAsThreadGroupID(); in testChildren001()79 logWriter.println("==> groupID = " + groupID); in testChildren001()85 packet.setNextValueAsThreadID(groupID); in testChildren001()90 + debuggeeWrapper.vmMirror.getThreadGroupName(groupID) in testChildren001()122 groupID = reply.getNextValueAsThreadGroupID(); in testChildren001()123 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testChildren001()125 logWriter.println("\n==> group: groupID = " + groupID + "; groupName = " + groupName); in testChildren001()185 private void checkCommandError(long groupID, int expectedError) { in checkCommandError() argument186 logWriter.println("Send ThreadGroupReference.Children command with id " + groupID); in checkCommandError()[all …]
62 long groupID; in testParent001() local74 groupID = reply.getNextValueAsThreadGroupID(); in testParent001()79 packet.setNextValueAsThreadID(groupID); in testParent001()84 groupID = reply.getNextValueAsThreadGroupID(); in testParent001()86 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testParent001()88 logWriter.println("\tgroupID=" + groupID in testParent001()150 private void checkCommandError(long groupID, int expectedError) { in checkCommandError() argument151 logWriter.println("Send ThreadGroupReference.Name command with id " + groupID); in checkCommandError()156 packet.setNextValueAsThreadGroupID(groupID); in checkCommandError()
61 long groupID; in testName001() local73 groupID = reply.getNextValueAsThreadGroupID(); in testName001()74 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testName001()78 + "; groupID=" + groupID in testName001()140 private void checkCommandError(long groupID, int expectedError) { in checkCommandError() argument141 logWriter.println("Send ThreadGroupReference.Name command with id " + groupID); in checkCommandError()146 packet.setNextValueAsThreadGroupID(groupID); in checkCommandError()
66 long threadID, groupID; in testThreadGroup001() local82 groupID = replyThread.getNextValueAsThreadGroupID(); in testThreadGroup001()84 groupName = debuggeeWrapper.vmMirror.getThreadGroupName(groupID); in testThreadGroup001()89 + "; groupID=" + groupID in testThreadGroup001()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
772 public String getThreadGroupName(long groupID) { in getThreadGroupName() argument777 commandPacket.setNextValueAsReferenceTypeID(groupID); in getThreadGroupName()