HomeSort by relevance Sort by last modified time
    Searched defs:childThreads (Results 1 - 3 of 3) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
ChildrenTest.java 93 int childThreads = reply.getNextValueAsInt();
94 if (childThreads != 1) {
95 logWriter.println("## FAILURE: Unexpected number of child threads = " + childThreads);
97 assertEquals("Invalid number of child threads,", 1, childThreads);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
TopLevelThreadGroupsTest.java 100 int childThreads = replyChilds.getNextValueAsInt();
101 logWriter.println("==> Returned child threads: " + childThreads);
103 for (int j = 0; j < childThreads; j++) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 94 milliseconds