Searched defs:ThrowNew (Results 1 - 6 of 6) sorted by relevance

/ndk/build/platforms/android-3/arch-arm/usr/include/
H A Djni.h172 jint (*ThrowNew)(JNIEnv *, jclass, const char *); member in struct:JNINativeInterface
526 jint ThrowNew(jclass clazz, const char* message) function in struct:_JNIEnv
527 { return functions->ThrowNew(this, clazz, message); }
/ndk/build/platforms/android-4/arch-arm/usr/include/
H A Djni.h172 jint (*ThrowNew)(JNIEnv *, jclass, const char *); member in struct:JNINativeInterface
526 jint ThrowNew(jclass clazz, const char* message) function in struct:_JNIEnv
527 { return functions->ThrowNew(this, clazz, message); }
/ndk/build/platforms/android-5/arch-arm/usr/include/
H A Djni.h172 jint (*ThrowNew)(JNIEnv *, jclass, const char *); member in struct:JNINativeInterface
526 jint ThrowNew(jclass clazz, const char* message) function in struct:_JNIEnv
527 { return functions->ThrowNew(this, clazz, message); }
/ndk/build/platforms/android-5/arch-x86/usr/include/
H A Djni.h172 jint (*ThrowNew)(JNIEnv *, jclass, const char *); member in struct:JNINativeInterface
526 jint ThrowNew(jclass clazz, const char* message) function in struct:_JNIEnv
527 { return functions->ThrowNew(this, clazz, message); }
/ndk/build/platforms/android-8/arch-arm/usr/include/
H A Djni.h172 jint (*ThrowNew)(JNIEnv *, jclass, const char *); member in struct:JNINativeInterface
526 jint ThrowNew(jclass clazz, const char* message) function in struct:_JNIEnv
527 { return functions->ThrowNew(this, clazz, message); }
/ndk/build/platforms/android-8/arch-x86/usr/include/
H A Djni.h172 jint (*ThrowNew)(JNIEnv *, jclass, const char *); member in struct:JNINativeInterface
526 jint ThrowNew(jclass clazz, const char* message) function in struct:_JNIEnv
527 { return functions->ThrowNew(this, clazz, message); }

Completed in 190 milliseconds