Home
last modified time | relevance | path

Searched refs:combinedEventsLocation (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTest.java108 Location combinedEventsLocation = getMethodEntryLocation(debuggeeClassID, methodForEvents); in testCombinedEvents_01() local
109 if ( combinedEventsLocation == null ) { in testCombinedEvents_01()
114 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_01()
156 receiveAndCheckEvents(EXPECTED_EVENTS_ARRAY, combinedEventsLocation); in testCombinedEvents_01()
242 Location combinedEventsLocation = getMethodEndLocation(debuggeeClassID, methodForEvents); in testCombinedEvents_02() local
243 if ( combinedEventsLocation == null ) { in testCombinedEvents_02()
249 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents_02()
291 receiveAndCheckEvents(EXPECTED_EVENTS_ARRAY, combinedEventsLocation); in testCombinedEvents_02()
401 Location combinedEventsLocation = getMethodEntryLocation(debuggeeClassID, methodForEvents); in testCombinedEvents_03() local
402 if ( combinedEventsLocation == null ) { in testCombinedEvents_03()
[all …]
DCombinedEvents003Test.java102 Location combinedEventsLocation = getMethodEntryLocation(debuggeeClassID, methodForEvents); in testCombinedEvents003_01() local
103 if ( combinedEventsLocation == null ) { in testCombinedEvents003_01()
108 ReplyPacket reply = debuggeeWrapper.vmMirror.setBreakpoint(combinedEventsLocation); in testCombinedEvents003_01()
155 receiveAndCheckEvents(EXPECTED_EVENTS_ARRAY, combinedEventsLocation); in testCombinedEvents003_01()