Home
last modified time | relevance | path

Searched refs:clearEvent (Results 1 – 21 of 21) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventWithExceptionTest.java91 clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId, true); in testBreakpoint_BeforeException()
114 clearEvent(JDWPConstants.EventKind.BREAKPOINT, breakpointRequestId, true); in testBreakpoint_BeforeException()
174 clearEvent(JDWPConstants.EventKind.BREAKPOINT, breakpointRequestId, true); in testBreakpoint_UponException()
268 clearEvent(JDWPConstants.EventKind.SINGLE_STEP, singleStepRequestId, true); in runSingleStepTest()
326 clearEvent(fieldEventKind, fieldWatchpointRequestId, true); in runFieldWatchpointTest()
383 clearEvent(methodExitEventKind, methodExitRequestId, true); in runMethodExitTest()
DEventLocationEventTestCase.java133 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()
DCombinedEventsTest.java164 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()
DSingleStepWithPendingExceptionTest.java80 clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestId, true); in testSingleStepWithPendingException()
115 clearEvent(JDWPConstants.EventKind.SINGLE_STEP, singleStepRequestId, true); in testSingleStepWithPendingException()
DBreakpointOnCatchTest.java74 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestID); in testBreakpointOnCatch()
DCombinedEvents003Test.java163 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents003_01()
169 clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents003_01()
DClassUnloadTest.java98 … reply = debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.CLASS_UNLOAD, requestID); in testClassUnloadEvent()
DExceptionBaseTest.java62 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, requestID); in receiveAndCheckExceptionEvent()
DFieldModification002Test.java134 clearEvent(JDWPConstants.EventKind.FIELD_MODIFICATION, requestID, false); in hookFieldModification()
DSingleStepTest.java186 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, requestID); in stepFunction()
DSingleStepWithLocationTest.java154 … debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, (int) requestID); in testSingleStepToLocation()
DSingleStepThroughReflectionTest.java178 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, in clearSingleStep()
DCombinedEvents002Test.java308 debuggeeWrapper.vmMirror.clearEvent(eventKind.byteValue(), requestId.intValue()); in clearEvents()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodTest.java106 protected void clearEvent(int requestID) { in clearEvent() method in InvokeMethodTest
194 clearEvent(requestID); in testInvokeMethod001()
309 clearEvent(requestID); in testInvokeMethod002()
DInvokeMethodDefaultTest.java95 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.METHOD_ENTRY, requestID); in testInvokeMethod()
DInvokeMethodDefault002Test.java95 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.METHOD_ENTRY, requestID); in testInvokeMethod()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Deoptimization/
DDeoptimizationWithExceptionHandlingTest.java145 debuggeeWrapper.vmMirror.clearEvent(eventKind, requestID); in waitForExceptionEvent()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java95 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.METHOD_ENTRY, requestID); in testInvokeMethodStatic()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DJDWPEventModifierTestCase.java250 clearEvent(eventKind, requestID, true); in clearAndResume()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java951 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/
DVmMirror.java1905 public ReplyPacket clearEvent(byte eventKind, int requestID) { in clearEvent() method in VmMirror