Home
last modified time | relevance | path

Searched defs:fromNative (Results 1 – 2 of 2) 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()
175 private void runThrowLocationTest(boolean fromNative) { in runThrowLocationTest()
224 private void runCatchLocationTest(boolean fromNative) { in runCatchLocationTest()
272 private ParsedEvent.Event_EXCEPTION requestAndReceiveExceptionEvent(boolean fromNative) { in requestAndReceiveExceptionEvent()
307 static String getExpectedExceptionSignature(boolean fromNative) { in getExpectedExceptionSignature()
312 static String getThrowLocationMethodName(boolean fromNative) { in getThrowLocationMethodName()
316 String getThrowLocationMethodClassSignature(boolean fromNative) { in getThrowLocationMethodClassSignature()
320 static String getCatchLocationMethodName(boolean fromNative) { in getCatchLocationMethodName()
325 static String getSignalMessage(boolean fromNative) { in getSignalMessage()
/external/oj-libjdwp/src/share/back/
DstepControl.h40 jboolean fromNative; member