Home
last modified time | relevance | path

Searched defs:message (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/tests_mts/src/android/libnativehelper/mts/
DJniHelpTest.java35 private static native void throwException(String className, String message); in throwException()
39 private static native void throwNullPointerException(String message); in throwNullPointerException()
40 private static native void throwRuntimeException(String message); in throwRuntimeException()
67 final String message = "Because test"; in testThrowException() local
87 final String message = "Because another test"; in testThrowNullPointerException() local
97 final String message = "Because test again"; in testThrowRuntimeException() local
/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp48 ScopedLocalRef<jstring> message(env, env->NewStringUTF(messageBuffer)); in AssertionError() local
53 static void throwException(JNIEnv* env, jclass /*clazz*/, jstring className, jstring message) { in throwException()
71 jstring message) { in throwNullPointerException()
76 static void throwRuntimeException(JNIEnv* env, jclass /*clazz*/, jstring message) { in throwRuntimeException()
/libnativehelper/
DJNIHelp.c104 jstring message = (jstring) (*env)->CallObjectMethod(env, thrown, getMessage); in GetExceptionSummary() local
279 int jniThrowException(JNIEnv* env, const char* className, const char* message) { in jniThrowException()
316 const char* message = platformStrError(errnum, buffer, sizeof(buffer)); in jniThrowIOException() local