Searched refs:clearEvent (Results 1 – 11 of 11) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | EventLocationEventTestCase.java | 133 clearEvent(eventKind, requestId.intValue()); in clearAllEvents() 138 private void clearEvent(byte fieldEventKind, int requestId) { in clearEvent() method in EventLocationEventTestCase 140 debuggeeWrapper.vmMirror.clearEvent(fieldEventKind, requestId); in clearEvent()
|
D | CombinedEventsTest.java | 164 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_01() 170 clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_01() 300 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_02() 307 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_02() 419 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_03() 425 clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_03() 548 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_04() 555 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_04() 728 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_05() 891 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_06()
|
D | ClassUnloadTest.java | 98 … reply = debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.CLASS_UNLOAD, requestID); in testClassUnloadEvent()
|
D | CombinedEvents003Test.java | 163 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents003_01() 169 clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents003_01()
|
D | FieldModification002Test.java | 143 clearEvent(JDWPConstants.EventKind.FIELD_MODIFICATION, requestID, false); in hookFieldModification()
|
D | SingleStepTest.java | 181 … debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, (int) requestID); in stepFunction()
|
D | SingleStepWithLocationTest.java | 154 … debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, (int) requestID); in testSingleStepToLocation()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | InvokeMethodTest.java | 106 protected void clearEvent(int requestID) { in clearEvent() method in InvokeMethodTest 194 clearEvent(requestID); in testInvokeMethod001() 309 clearEvent(requestID); in testInvokeMethod002()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
D | JDWPEventModifierTestCase.java | 250 clearEvent(eventKind, requestID, true); in clearAndResume()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 820 protected void clearEvent(byte eventKind, int requestID, boolean verbose) { in clearEvent() method in JDWPTestCase
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | VmMirror.java | 1819 public ReplyPacket clearEvent(byte eventKind, int requestID) { in clearEvent() method in VmMirror
|