Home
last modified time | relevance | path

Searched refs:childGroups (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
DChildrenTest.java115 int childGroups = reply.getNextValueAsInt(); in testChildren001() local
116 if (childGroups != 1) { in testChildren001()
117 logWriter.println("## FAILURE: Unexpected number of child groups " + childGroups); in testChildren001()
119 assertEquals("Invalid number of child groups,", 1, childGroups); in testChildren001()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DTopLevelThreadGroupsTest.java118 int childGroups = replyChilds.getNextValueAsInt(); in printThreadGroup() local
119 logWriter.println("\n==> Returned child groups: " + childGroups); in printThreadGroup()
121 for (int j = 0; j < childGroups; j++) { in printThreadGroup()