Searched refs:jthrowable (Results 1 – 5 of 5) sorted by relevance
110 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);171 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL…
29 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) { in GetJavaExceptionInfo()255 jthrowable java_throwable = env->ExceptionOccurred(); in CheckException()
357 jthrowable exc; in trans2iso()528 jthrowable exc; in callback()1056 jthrowable exc; in Java_SQLite_Database__1open4()1276 jthrowable exc; in Java_SQLite_Database__1open_1aux_1file()1360 jthrowable exc; in Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2()1439 jthrowable exc; in Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2_3Ljava_lang_String_2()1725 jthrowable exc; in call_common()1801 jthrowable exc; in call3_common()1867 jthrowable exc; in mkfunc_common()1982 jthrowable exc; in Java_SQLite_Database__1function_1type()[all …]
83 typedef _jthrowable *jthrowable; typedef102 typedef jobject jthrowable; typedef226 (JNIEnv *env, jthrowable obj);229 jthrowable (JNICALL *ExceptionOccurred)746 jint Throw(jthrowable obj) { in Throw()752 jthrowable ExceptionOccurred() { in ExceptionOccurred()
185 jthrowable ex = env->ExceptionOccurred(); in checkException()