Home
last modified time | relevance | path

Searched refs:VM_DEATH (Results 1 – 16 of 16) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DVMDeathTest.java57 JDWPConstants.EventKind.VM_DEATH, in testVMDeathEvent()
59 JDWPConstants.EventKind.getName(JDWPConstants.EventKind.VM_DEATH), in testVMDeathEvent()
DVMDeath002Test.java84 setRequestCommand.setNextValueAsByte(JDWPConstants.EventKind.VM_DEATH); in testVMDeathRequest()
127 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testVMDeathRequest()
DCombinedEvents003Test.java203 if ( parsedEvents[i].getEventKind() == JDWPConstants.EventKind.VM_DEATH ) { in receiveAndCheckEvents()
360 || parsedEvents[0].getEventKind() != JDWPConstants.EventKind.VM_DEATH) { in checkVMDeathEvent()
DCombinedEventsTest.java926 if ( parsedEvents[i].getEventKind() == JDWPConstants.EventKind.VM_DEATH ) { in receiveAndCheckEvents()
1086 || parsedEvents[0].getEventKind() != JDWPConstants.EventKind.VM_DEATH) { in checkVMDeathEvent()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DVMDeathTest.java74 setRequestCommand.setNextValueAsByte(JDWPConstants.EventKind.VM_DEATH); in testVMDeathRequest()
125 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testVMDeathRequest()
DFieldAccessTest.java100 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testFieldAccess001()
DFieldModificationTest.java101 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testFieldModification001()
DClassPrepareTest.java106 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testClassPrepare001()
DExceptionTest.java107 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in testException001()
DSingleStepTest.java151 if (eventKind == JDWPConstants.EventKind.VM_DEATH) { in stepFunction()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java323 public static final byte VM_DEATH = 99; field in JDWPConstants.EventKind
378 case VM_DEATH: in getName()
DParsedEvent.java629 super(suspendPolicy, packet, JDWPConstants.EventKind.VM_DEATH); in Event_VM_DEATH()
725 case JDWPConstants.EventKind.VM_DEATH: { in parseEventPacket()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventRequestManagerImpl.java708 return JDWP.EventKind.VM_DEATH; in eventCmd()
932 return (List<VMDeathRequest>)unmodifiableRequestList(JDWP.EventKind.VM_DEATH); in vmDeathRequests()
DEventSetImpl.java768 case JDWP.EventKind.VM_DEATH: in createEvent()
/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec3021 (Alt VMDeath=JDWP.EventKind.VM_DEATH
3169 (Constant VM_DEATH =99 )
/external/oj-libjdwp/src/share/back/
Dutil.c2038 index2jdwp[EI_VM_DEATH -EI_min] = JDWP_EVENT(VM_DEATH); in eventIndexInit()
2103 case JDWP_EVENT(VM_DEATH): in jdwp2EventIndex()