Home
last modified time | relevance | path

Searched refs:returnedExceptionSignature (Results 1 – 6 of 6) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionUncaughtTest.java67 String returnedExceptionSignature = getClassSignature(typeID); in testExceptionUncaughtEvent_ExceptionObject() local
68 printTestLog("returnedExceptionSignature = |" + returnedExceptionSignature+"|"); in testExceptionUncaughtEvent_ExceptionObject()
70 EXCEPTION_SIGNATURE, returnedExceptionSignature); in testExceptionUncaughtEvent_ExceptionObject()
DExceptionCaughtTest.java161 String returnedExceptionSignature = getClassSignature(typeID); in runExceptionObjectTest() local
162 printTestLog("returnedExceptionSignature = |" + returnedExceptionSignature+"|"); in runExceptionObjectTest()
164 getExpectedExceptionSignature(fromNative), returnedExceptionSignature); in runExceptionObjectTest()
DFieldAccessTest.java90 String returnedExceptionSignature = getClassSignature(typeID); in testFieldAccessEvent() local
92 classSignature, returnedExceptionSignature); in testFieldAccessEvent()
DFieldModificationTest.java90 String returnedExceptionSignature = getClassSignature(typeID); in testFieldModifyEvent() local
92 classSignature, returnedExceptionSignature); in testFieldModifyEvent()
DFieldWithLocationTest.java110 String returnedExceptionSignature = getClassSignature(typeID); in checkEvent() local
112 DEBUGGEE_SIGNATURE, returnedExceptionSignature); in checkEvent()
DFieldModification002Test.java134 String returnedExceptionSignature = getClassSignature(typeID); in hookFieldModification() local
136 classSignature, returnedExceptionSignature); in hookFieldModification()