HomeSort by relevance Sort by last modified time
    Searched refs:ResumeDebuggee (Results 1 - 5 of 5) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ResumeDebuggee.java 31 public class ResumeDebuggee extends SyncDebuggee {
36 static ResumeDebuggee resumeDebuggeeThis;
67 logWriter.println("--> ResumeDebuggee: START...");
70 logWriter.println("--> ResumeDebuggee: Create and start tested threads...");
80 ("--> ResumeDebuggee: Exception while creating threads: " + thrown);
83 ("--> ResumeDebuggee: Created threads number = " + createdThreadsNumber);
89 logWriter.println("--> ResumeDebuggee: All created threads are started!");
97 logWriter.println("--> ResumeDebuggee: Wait for signal from test to finish...");
103 ("--> ResumeDebuggee: Send signal to all threads to finish and wait...");
112 ("--> ResumeDebuggee: All threads finished!")
    [all...]
ResumeTest.java 44 "Lorg/apache/harmony/jpda/tests/jdwp/ThreadReference/ResumeDebuggee;";
48 return "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ResumeDebuggee";
53 * <BR>At first the test starts ResumeDebuggee which starts and runs some tested threads.
71 setStaticIntField(debuggeeSignature, ResumeDebuggee.TO_FINISH_DEBUGGEE_FIELD_NAME, 99);
81 testedThreadsNames[i] = ResumeDebuggee.THREAD_NAME_PATTERN + i;
95 setStaticIntField(debuggeeSignature, ResumeDebuggee.TO_FINISH_DEBUGGEE_FIELD_NAME, 99);
128 setStaticIntField(debuggeeSignature, ResumeDebuggee.TO_FINISH_DEBUGGEE_FIELD_NAME, 99);
161 setStaticIntField(debuggeeSignature, ResumeDebuggee.TO_FINISH_DEBUGGEE_FIELD_NAME, 99);
175 setStaticIntField(debuggeeSignature, ResumeDebuggee.TO_FINISH_DEBUGGEE_FIELD_NAME, 99);
260 setStaticIntField(debuggeeSignature, ResumeDebuggee.TO_FINISH_DEBUGGEE_FIELD_NAME, 99)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
ResumeDebuggee.java 31 public class ResumeDebuggee extends SyncDebuggee {
36 static ResumeDebuggee ResumeDebuggeeThis;
67 logWriter.println("--> ResumeDebuggee: START...");
69 logWriter.println("--> ResumeDebuggee: Create thread groups...");
71 logWriter.println("--> ResumeDebuggee: Create and start tested threads...");
81 ("--> ResumeDebuggee: Exception while creating threads: " + thrown);
84 ("--> ResumeDebuggee: Created threads number = " + createdThreadsNumber);
90 logWriter.println("--> ResumeDebuggee: All created threads are started!");
98 logWriter.println("--> ResumeDebuggee: Wait for signal from test to finish...");
104 ("--> ResumeDebuggee: Send signal to all threads to finish and wait...")
    [all...]
ResumeTest.java 45 "Lorg/apache/harmony/jpda/tests/jdwp/VirtualMachine/ResumeDebuggee;";
49 return ResumeDebuggee.class.getName();
57 ResumeDebuggee.TO_FINISH_DEBUGGEE_FIELD_NAME, 99);
63 * <BR>At first the test starts ResumeDebuggee which starts and runs some tested threads.
107 * <BR>At first the test starts ResumeDebuggee which starts and runs some
171 * <BR>At first the test starts ResumeDebuggee which starts and runs some
290 threadInfos[i] = new ThreadInfo(ResumeDebuggee.THREAD_NAME_PATTERN + i);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
ResumeDebuggee.java 34 public class ResumeDebuggee extends SyncDebuggee {
51 runDebuggee(ResumeDebuggee.class);

Completed in 121 milliseconds