Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionUncaughtTest.java92 long returnedThread = exceptionEvent.getThreadID(); in testExceptionUncaughtEvent_ThrowLocation() local
96 printTestLog("returnedThread = " + returnedThread); in testExceptionUncaughtEvent_ThrowLocation()
97 assertTrue("Returned exception ThreadID is null,", returnedThread != 0); in testExceptionUncaughtEvent_ThrowLocation()
104 Location topFrameLoc = getTopFrameLocation(returnedThread); in testExceptionUncaughtEvent_ThrowLocation()
146 long returnedThread = exceptionEvent.getThreadID(); in testExceptionUncaughtEvent_CatchLocation() local
149 printTestLog("returnedThread = " + returnedThread); in testExceptionUncaughtEvent_CatchLocation()
150 assertTrue("Returned exception ThreadID is null,", returnedThread != 0); in testExceptionUncaughtEvent_CatchLocation()
DExceptionCaughtTest.java178 long returnedThread = exceptionEvent.getThreadID(); in runThrowLocationTest() local
182 printTestLog("returnedThread = " + returnedThread); in runThrowLocationTest()
183 assertTrue("Returned exception ThreadID is null,", returnedThread != 0); in runThrowLocationTest()
190 Location topFrameLoc = getTopFrameLocation(returnedThread); in runThrowLocationTest()
227 long returnedThread = exceptionEvent.getThreadID(); in runCatchLocationTest() local
230 printTestLog("returnedThread = " + returnedThread); in runCatchLocationTest()
231 assertTrue("Returned exception ThreadID is null,", returnedThread != 0); in runCatchLocationTest()
239 Location topFrameLoc = getTopFrameLocation(returnedThread); in runCatchLocationTest()