/frameworks/base/core/jni/ |
android_os_MessageQueue.h | 55 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) = 0;
|
android_os_MessageQueue.cpp | 46 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj); 57 jthrowable mExceptionObj; 69 jthrowable exceptionObj = env->ExceptionOccurred(); 90 void NativeMessageQueue::raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) { 96 mExceptionObj = jthrowable(env->NewLocalRef(exceptionObj));
|
android_util_Binder.cpp | 168 static void report_exception(JNIEnv* env, jthrowable excep, const char* msg) 264 jthrowable excep = env->ExceptionOccurred(); 283 jthrowable excep = env->ExceptionOccurred(); 392 jthrowable excep = env->ExceptionOccurred(); [all...] |
/libcore/ojluni/src/main/native/ |
ObjectStreamClass.c | 63 jthrowable th = (*env)->ExceptionOccurred(env); 92 jthrowable th = (*env)->ExceptionOccurred(env);
|
/external/conscrypt/src/compat/native/ |
JNIHelp.h | 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) {
|
/libnativehelper/include/nativehelper/ |
JNIHelp.h | 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) {
|
jni.h | 75 typedef _jthrowable* jthrowable; typedef 97 typedef jobject jthrowable; typedef 173 jint (*Throw)(JNIEnv*, jthrowable); 175 jthrowable (*ExceptionOccurred)(JNIEnv*); 525 jint Throw(jthrowable obj) 531 jthrowable ExceptionOccurred() [all...] |
/cts/tests/tests/jni/libjnitest/ |
helper.c | 78 jthrowable oneException = (*env)->ExceptionOccurred(env);
|
/external/conscrypt/src/openjdk/native/ |
JNIHelp.h | 110 void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception);
|
/libcore/luni/src/main/native/ |
ExecStrings.cpp | 49 jthrowable pending_exception = env_->ExceptionOccurred();
|
java_util_regex_Pattern.cpp | 67 env->Throw(reinterpret_cast<jthrowable>(exception));
|
/libnativehelper/ |
JNIHelp.cpp | 115 static bool getExceptionSummary(C_JNIEnv* env, jthrowable exception, std::string& result) { 166 static bool getStackTrace(C_JNIEnv* env, jthrowable exception, std::string& result) { 229 scoped_local_ref<jthrowable> exception(env, (*env)->ExceptionOccurred(e)); 275 static std::string jniGetStackTrace(C_JNIEnv* env, jthrowable exception) { 278 scoped_local_ref<jthrowable> currentException(env, (*env)->ExceptionOccurred(e)); 303 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) {
|
/external/javasqlite/src/main/native/ |
sqlite_jni.c | 357 jthrowable exc; 528 jthrowable exc; 1056 jthrowable exc; 1276 jthrowable exc; 1360 jthrowable exc; 1439 jthrowable exc; [all...] |
/external/sl4a/ScriptingLayerForAndroid/jni/ |
com_googlecode_android_scripting_Exec.cpp | 88 jthrowable exc;
|
/development/ndk/platforms/android-3/include/ |
jni.h | 89 typedef _jthrowable* jthrowable; typedef 111 typedef jobject jthrowable; typedef 187 jint (*Throw)(JNIEnv*, jthrowable); 189 jthrowable (*ExceptionOccurred)(JNIEnv*); 539 jint Throw(jthrowable obj) 545 jthrowable ExceptionOccurred() [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/ |
jni.h | 89 typedef _jthrowable* jthrowable; typedef 111 typedef jobject jthrowable; typedef 187 jint (*Throw)(JNIEnv*, jthrowable); 189 jthrowable (*ExceptionOccurred)(JNIEnv*); 539 jint Throw(jthrowable obj) 545 jthrowable ExceptionOccurred() [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/ |
jni.h | 89 typedef _jthrowable* jthrowable; typedef 111 typedef jobject jthrowable; typedef 187 jint (*Throw)(JNIEnv*, jthrowable); 189 jthrowable (*ExceptionOccurred)(JNIEnv*); 539 jint Throw(jthrowable obj) 545 jthrowable ExceptionOccurred() [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/ |
jni.h | 89 typedef _jthrowable* jthrowable; typedef 111 typedef jobject jthrowable; typedef 187 jint (*Throw)(JNIEnv*, jthrowable); 189 jthrowable (*ExceptionOccurred)(JNIEnv*); 539 jint Throw(jthrowable obj) 545 jthrowable ExceptionOccurred() [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/ |
jni.h | 89 typedef _jthrowable* jthrowable; typedef 111 typedef jobject jthrowable; typedef 187 jint (*Throw)(JNIEnv*, jthrowable); 189 jthrowable (*ExceptionOccurred)(JNIEnv*); 539 jint Throw(jthrowable obj) 545 jthrowable ExceptionOccurred() [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/ |
jni.h | 89 typedef _jthrowable* jthrowable; typedef 111 typedef jobject jthrowable; typedef 187 jint (*Throw)(JNIEnv*, jthrowable); 189 jthrowable (*ExceptionOccurred)(JNIEnv*); 539 jint Throw(jthrowable obj) 545 jthrowable ExceptionOccurred() [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/ |
jni.h | 89 typedef _jthrowable* jthrowable; typedef 111 typedef jobject jthrowable; typedef 187 jint (*Throw)(JNIEnv*, jthrowable); 189 jthrowable (*ExceptionOccurred)(JNIEnv*); 539 jint Throw(jthrowable obj) 545 jthrowable ExceptionOccurred() [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/ |
jni.h | 89 typedef _jthrowable* jthrowable; typedef 111 typedef jobject jthrowable; typedef 187 jint (*Throw)(JNIEnv*, jthrowable); 189 jthrowable (*ExceptionOccurred)(JNIEnv*); 539 jint Throw(jthrowable obj) 545 jthrowable ExceptionOccurred() [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/ |
jni.h | 89 typedef _jthrowable* jthrowable; typedef 111 typedef jobject jthrowable; typedef 187 jint (*Throw)(JNIEnv*, jthrowable); 189 jthrowable (*ExceptionOccurred)(JNIEnv*); 539 jint Throw(jthrowable obj) 545 jthrowable ExceptionOccurred() [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/ |
jni.h | 89 typedef _jthrowable* jthrowable; typedef 111 typedef jobject jthrowable; typedef 187 jint (*Throw)(JNIEnv*, jthrowable); 189 jthrowable (*ExceptionOccurred)(JNIEnv*); 539 jint Throw(jthrowable obj) 545 jthrowable ExceptionOccurred() [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/ |
jni.h | 89 typedef _jthrowable* jthrowable; typedef 111 typedef jobject jthrowable; typedef 187 jint (*Throw)(JNIEnv*, jthrowable); 189 jthrowable (*ExceptionOccurred)(JNIEnv*); 539 jint Throw(jthrowable obj) 545 jthrowable ExceptionOccurred() [all...] |