Home
last modified time | relevance | path

Searched refs:jthrowable (Results 1 – 5 of 5) sorted by relevance

/external/conscrypt/src/compat/native/
DJNIHelp.h110 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…
/external/chromium_org/base/android/
Djni_android.cc29 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) { in GetJavaExceptionInfo()
255 jthrowable java_throwable = env->ExceptionOccurred(); in CheckException()
/external/javasqlite/src/main/native/
Dsqlite_jni.c357 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 …]
/external/chromium_org/third_party/npapi/npspy/extern/java/
Djni.h83 typedef _jthrowable *jthrowable; typedef
102 typedef jobject jthrowable; typedef
226 (JNIEnv *env, jthrowable obj);
229 jthrowable (JNICALL *ExceptionOccurred)
746 jint Throw(jthrowable obj) { in Throw()
752 jthrowable ExceptionOccurred() { in ExceptionOccurred()
/external/svox/pico/compat/jni/
Dcom_android_tts_compat_SynthProxy.cpp185 jthrowable ex = env->ExceptionOccurred(); in checkException()