Home
last modified time | relevance | path

Searched refs:eventCodeIndex (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTestCase.java260 long eventCodeIndex = eventLocation.index; in checkEventLocation() local
261 logWriter.println("=> CodeIndex in event = " + eventCodeIndex); in checkEventLocation()
263 if ( expectedLocation.index != eventCodeIndex ) { in checkEventLocation()
DCombinedEvents003Test.java320 long eventCodeIndex = eventLocation.index; in receiveAndCheckEvents() local
321 logWriter.println("=> CodeIndex in event = " + eventCodeIndex); in receiveAndCheckEvents()
322 if ( expectedLocation.index != eventCodeIndex ) { in receiveAndCheckEvents()
DCombinedEventsTest.java1046 long eventCodeIndex = eventLocation.index; in receiveAndCheckEvents() local
1047 logWriter.println("=> CodeIndex in event = " + eventCodeIndex); in receiveAndCheckEvents()
1048 if ( expectedLocation.index != eventCodeIndex ) { in receiveAndCheckEvents()