Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DExceptionCaughtTest.java145 private void runExceptionObjectTest(boolean fromNative) { in runExceptionObjectTest() argument
148 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runExceptionObjectTest()
165 getExpectedExceptionSignature(fromNative), returnedExceptionSignature); in runExceptionObjectTest()
175 private void runThrowLocationTest(boolean fromNative) { in runThrowLocationTest() argument
178 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runThrowLocationTest()
200 getThrowLocationMethodClassSignature(fromNative); in runThrowLocationTest()
201 String expectedThrowLocationMethodName = getThrowLocationMethodName(fromNative); in runThrowLocationTest()
224 private void runCatchLocationTest(boolean fromNative) { in runCatchLocationTest() argument
227 ParsedEvent.Event_EXCEPTION exceptionEvent = requestAndReceiveExceptionEvent(fromNative); in runCatchLocationTest()
247 String expectedCatchLocationMethodName = getCatchLocationMethodName(fromNative); in runCatchLocationTest()
[all …]
/external/oj-libjdwp/src/share/back/
DstepControl.c174 step->fromNative = JNI_FALSE; in initState()
185 step->fromNative = JNI_TRUE; in initState()
199 step->fromNative = JNI_TRUE; in initState()
772 if (step->fromStackDepth > 0 && !step->fromNative ) { in initEvents()
777 if (step->fromNative && in initEvents()
DstepControl.h40 jboolean fromNative; member