HomeSort by relevance Sort by last modified time
    Searched refs:jthrowable (Results 1 - 25 of 73) sorted by null

1 2 3

  /frameworks/base/core/jni/
android_os_MessageQueue.h 55 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) = 0;
android_os_MessageQueue.cpp 38 virtual void raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj);
46 jthrowable mExceptionObj;
57 jthrowable exceptionObj = env->ExceptionOccurred();
78 void NativeMessageQueue::raiseException(JNIEnv* env, const char* msg, jthrowable exceptionObj) {
84 mExceptionObj = jthrowable(env->NewLocalRef(exceptionObj));
android_util_Binder.cpp 176 static void report_exception(JNIEnv* env, jthrowable excep, const char* msg)
271 jthrowable excep = env->ExceptionOccurred();
295 jthrowable excep2 = env->ExceptionOccurred();
402 jthrowable excep = env->ExceptionOccurred();
    [all...]
  /art/runtime/native/
java_lang_Class.cc 67 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred());
69 jthrowable cnfe = reinterpret_cast<jthrowable>(env->NewObject(WellKnownClasses::java_lang_ClassNotFoundException,
  /libnativehelper/include/nativehelper/
JNIHelp.h 115 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
176 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL) {
182 extern "C" std::string jniGetStackTrace(C_JNIEnv* env, jthrowable exception);
184 inline std::string jniGetStackTrace(JNIEnv* env, 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 77 jthrowable oneException = (*env)->ExceptionOccurred(env);
  /libcore/luni/src/main/native/
ExecStrings.cpp 49 jthrowable pending_exception = env_->ExceptionOccurred();
java_util_regex_Pattern.cpp 71 env->Throw(reinterpret_cast<jthrowable>(exception));
java_lang_System.cpp 37 static void System_log(JNIEnv* env, jclass, jchar type, jstring javaMessage, jthrowable exception) {
  /libnativehelper/
JNIHelp.cpp 100 static bool getExceptionSummary(C_JNIEnv* env, jthrowable exception, std::string& result) {
151 static bool getStackTrace(C_JNIEnv* env, jthrowable exception, std::string& result) {
214 scoped_local_ref<jthrowable> exception(env, (*env)->ExceptionOccurred(e));
260 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) {
265 extern "C" std::string jniGetStackTrace(C_JNIEnv* env, jthrowable exception) {
268 scoped_local_ref<jthrowable> currentException(env, (*env)->ExceptionOccurred(e));
  /external/chromium_org/base/android/
jni_android.cc 56 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) {
307 jthrowable java_throwable = env->ExceptionOccurred();
  /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...]
  /art/runtime/
reflection.cc 92 jthrowable th = soa.Env()->ExceptionOccurred();
97 soa.Env()->Throw(reinterpret_cast<jthrowable>(exception_instance));
  /art/compiler/driver/
compiler_driver_test.cc 161 jthrowable exception = env_->ExceptionOccurred();
  /cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.cpp 265 jthrowable exception = env->ExceptionOccurred();
  /development/ndk/platforms/android-3/include/
jni.h 88 typedef _jthrowable* jthrowable; typedef
110 typedef jobject jthrowable; typedef
186 jint (*Throw)(JNIEnv*, jthrowable);
188 jthrowable (*ExceptionOccurred)(JNIEnv*);
538 jint Throw(jthrowable obj)
544 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 73 typedef _jthrowable* jthrowable; typedef
95 typedef jobject jthrowable; typedef
171 jint (*Throw)(JNIEnv*, jthrowable);
173 jthrowable (*ExceptionOccurred)(JNIEnv*);
523 jint Throw(jthrowable obj)
529 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 73 typedef _jthrowable* jthrowable; typedef
95 typedef jobject jthrowable; typedef
171 jint (*Throw)(JNIEnv*, jthrowable);
173 jthrowable (*ExceptionOccurred)(JNIEnv*);
523 jint Throw(jthrowable obj)
529 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h 73 typedef _jthrowable* jthrowable; typedef
95 typedef jobject jthrowable; typedef
171 jint (*Throw)(JNIEnv*, jthrowable);
173 jthrowable (*ExceptionOccurred)(JNIEnv*);
523 jint Throw(jthrowable obj)
529 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h 73 typedef _jthrowable* jthrowable; typedef
95 typedef jobject jthrowable; typedef
171 jint (*Throw)(JNIEnv*, jthrowable);
173 jthrowable (*ExceptionOccurred)(JNIEnv*);
523 jint Throw(jthrowable obj)
529 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
jni.h 73 typedef _jthrowable* jthrowable; typedef
95 typedef jobject jthrowable; typedef
171 jint (*Throw)(JNIEnv*, jthrowable);
173 jthrowable (*ExceptionOccurred)(JNIEnv*);
523 jint Throw(jthrowable obj)
529 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
jni.h 73 typedef _jthrowable* jthrowable; typedef
95 typedef jobject jthrowable; typedef
171 jint (*Throw)(JNIEnv*, jthrowable);
173 jthrowable (*ExceptionOccurred)(JNIEnv*);
523 jint Throw(jthrowable obj)
529 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
jni.h 73 typedef _jthrowable* jthrowable; typedef
95 typedef jobject jthrowable; typedef
171 jint (*Throw)(JNIEnv*, jthrowable);
173 jthrowable (*ExceptionOccurred)(JNIEnv*);
523 jint Throw(jthrowable obj)
529 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
jni.h 73 typedef _jthrowable* jthrowable; typedef
95 typedef jobject jthrowable; typedef
171 jint (*Throw)(JNIEnv*, jthrowable);
173 jthrowable (*ExceptionOccurred)(JNIEnv*);
523 jint Throw(jthrowable obj)
529 jthrowable ExceptionOccurred()
    [all...]

Completed in 485 milliseconds

1 2 3