Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventLocationEventTestCase.java131 clearEvent(eventKind, requestId.intValue()); in clearAllEvents()
136 private void clearEvent(byte fieldEventKind, int requestId) { in clearEvent() method in EventLocationEventTestCase
138 debuggeeWrapper.vmMirror.clearEvent(fieldEventKind, requestId); in clearEvent()
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()
DCombinedEventsTest.java163 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_01()
169 clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_01()
299 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_02()
306 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_02()
418 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_03()
424 clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_03()
547 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_04()
554 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_04()
727 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents_05()
890 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.java73 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, exceptionRequestID); in testBreakpointOnCatch()
DClassUnloadTest.java99 … reply = debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.CLASS_UNLOAD, requestID); in testClassUnloadEvent()
DCombinedEvents003Test.java162 ReplyPacket clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents003_01()
168 clearReply = debuggeeWrapper.vmMirror.clearEvent( in testCombinedEvents003_01()
DExceptionBaseTest.java62 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.EXCEPTION, requestID); in receiveAndCheckExceptionEvent()
DClassPrepare002Test.java127 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.CLASS_PREPARE, in testClassPrepareCausedByDebugger()
DFieldModification002Test.java135 clearEvent(JDWPConstants.EventKind.FIELD_MODIFICATION, requestID, false); in hookFieldModification()
DSingleStepTest.java182 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, requestID); in stepFunction()
DSingleStepWithLocationTest.java153 … debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, (int) requestID); in testSingleStepToLocation()
DSingleStepThroughReflectionTest.java175 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.SINGLE_STEP, in clearSingleStep()
DCombinedEvents002Test.java312 debuggeeWrapper.vmMirror.clearEvent(eventKind.byteValue(), requestId.intValue()); in clearEvents()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodTest.java108 protected void clearEvent(int requestID) { in clearEvent() method in InvokeMethodTest
196 clearEvent(requestID); in testInvokeMethod001()
311 clearEvent(requestID); in testInvokeMethod002()
DInvokeMethodDefault002Test.java96 debuggeeWrapper.vmMirror.clearEvent(JDWPConstants.EventKind.METHOD_ENTRY, requestID); in testInvokeMethod()
DInvokeMethodDefaultTest.java96 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.java92 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.java240 clearEvent(eventKind, requestID, true); in clearAndResume()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java898 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.java1570 public ReplyPacket clearEvent(byte eventKind, int requestID) { in clearEvent() method in VmMirror