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

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ClassUnloadTest.java 37 * JDWP Unit test for CLASS_UNLOAD event.
52 * This testcase is for CLASS_UNLOAD event.
78 checkReplyPacket(reply, "Set CLASS_UNLOAD event");
98 reply = debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.CLASS_UNLOAD, requestID);
114 assertEquals("Invalid event kind,", JDWPConstants.EventKind.CLASS_UNLOAD
116 , JDWPConstants.EventKind.getName(JDWPConstants.EventKind.CLASS_UNLOAD)
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 292 public static final byte CLASS_UNLOAD = 9;
352 case CLASS_UNLOAD:
353 return "CLASS_UNLOAD";
ParsedEvent.java 472 * The class implements JDWP CLASS_UNLOAD event.
485 super(suspendPolicy, packet, JDWPConstants.EventKind.CLASS_UNLOAD);
712 case JDWPConstants.EventKind.CLASS_UNLOAD: {
VmMirror.java     [all...]

Completed in 187 milliseconds