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

/ndk/build/platforms/android-3/arch-arm/usr/include/
H A Djni.h171 jint (*Throw)(JNIEnv*, jthrowable); member in struct:JNINativeInterface
523 jint Throw(jthrowable obj) function in struct:_JNIEnv
524 { return functions->Throw(this, obj); }
/ndk/build/platforms/android-4/arch-arm/usr/include/
H A Djni.h171 jint (*Throw)(JNIEnv*, jthrowable); member in struct:JNINativeInterface
523 jint Throw(jthrowable obj) function in struct:_JNIEnv
524 { return functions->Throw(this, obj); }
/ndk/build/platforms/android-5/arch-arm/usr/include/
H A Djni.h171 jint (*Throw)(JNIEnv*, jthrowable); member in struct:JNINativeInterface
523 jint Throw(jthrowable obj) function in struct:_JNIEnv
524 { return functions->Throw(this, obj); }
/ndk/build/platforms/android-5/arch-x86/usr/include/
H A Djni.h171 jint (*Throw)(JNIEnv*, jthrowable); member in struct:JNINativeInterface
523 jint Throw(jthrowable obj) function in struct:_JNIEnv
524 { return functions->Throw(this, obj); }
/ndk/build/platforms/android-8/arch-arm/usr/include/
H A Djni.h171 jint (*Throw)(JNIEnv*, jthrowable); member in struct:JNINativeInterface
523 jint Throw(jthrowable obj) function in struct:_JNIEnv
524 { return functions->Throw(this, obj); }
/ndk/build/platforms/android-8/arch-x86/usr/include/
H A Djni.h171 jint (*Throw)(JNIEnv*, jthrowable); member in struct:JNINativeInterface
523 jint Throw(jthrowable obj) function in struct:_JNIEnv
524 { return functions->Throw(this, obj); }

Completed in 5658 milliseconds