Home
last modified time | relevance | path

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

/external/libchrome/base/android/jni_generator/
DtestNatives.golden209 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();
DtestNativesRegistrations.golden103 JNI_GENERATOR_EXPORT jthrowable Java_org_chromium_TestJni_nativeMessWithJavaException(
106 jthrowable e);
/external/libchrome/base/test/android/
Djava_handler_thread_helpers.h32 ScopedJavaLocalRef<jthrowable> exception);
Djava_handler_thread_helpers.cc33 ScopedJavaLocalRef<jthrowable> exception) { in IsExceptionTestException()
/external/libchrome/base/android/
Djava_exception_reporter.cc49 const JavaParamRef<jthrowable>& e) { in JNI_JavaExceptionReporter_ReportJavaException()
Djni_android.cc237 jthrowable java_throwable = env->ExceptionOccurred(); in CheckException()
263 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) { in GetJavaExceptionInfo()
Djni_android.h150 jthrowable java_throwable);
/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/libchrome/libchrome_tools/patch/
Dmojo.patch17 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) {
/external/sl4a/ScriptingLayerForAndroid/jni/
Dcom_googlecode_android_scripting_Exec.cpp88 jthrowable exc; in JNU_GetStringNativeChars()
/external/oj-libjdwp/src/share/javavm/export/
Djni.h84 typedef _jthrowable *jthrowable; typedef
103 typedef jobject jthrowable; typedef
245 (JNIEnv *env, jthrowable obj);
248 jthrowable (JNICALL *ExceptionOccurred)
818 jint Throw(jthrowable obj) { in Throw()
824 jthrowable ExceptionOccurred() { in ExceptionOccurred()
/external/oj-libjdwp/src/share/back/
DdebugInit.c573 jthrowable currentException; in cbEarlyException()
DeventHandler.c548 jthrowable currentException; in event_callback()
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc350 android::ScopedJavaLocalRef<jthrowable> exception = in RunTest_AbortDontRunMoreTasks()