Searched refs:jthrowable (Results 1 – 14 of 14) sorted by relevance
209 static base::android::ScopedJavaLocalRef<jthrowable> JNI_TestJni_MessWithJavaException(JNIEnv* env,211 const base::android::JavaParamRef<jthrowable>& e);213 JNI_GENERATOR_EXPORT jthrowable Java_org_chromium_TestJni_nativeMessWithJavaException(216 jthrowable e) {218 base::android::JavaParamRef<jthrowable>(env, e)).Release();
103 JNI_GENERATOR_EXPORT jthrowable Java_org_chromium_TestJni_nativeMessWithJavaException(106 jthrowable e);
32 ScopedJavaLocalRef<jthrowable> exception);
33 ScopedJavaLocalRef<jthrowable> exception) { in IsExceptionTestException()
49 const JavaParamRef<jthrowable>& e) { in JNI_JavaExceptionReporter_ReportJavaException()
237 jthrowable java_throwable = env->ExceptionOccurred(); in CheckException()263 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) { in GetJavaExceptionInfo()
150 jthrowable java_throwable);
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 …]
17 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) {
88 jthrowable exc; in JNU_GetStringNativeChars()
84 typedef _jthrowable *jthrowable; typedef103 typedef jobject jthrowable; typedef245 (JNIEnv *env, jthrowable obj);248 jthrowable (JNICALL *ExceptionOccurred)818 jint Throw(jthrowable obj) { in Throw()824 jthrowable ExceptionOccurred() { in ExceptionOccurred()
573 jthrowable currentException; in cbEarlyException()
548 jthrowable currentException; in event_callback()
350 android::ScopedJavaLocalRef<jthrowable> exception = in RunTest_AbortDontRunMoreTasks()