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

1 2 3 4 5 6

  /art/test/004-ThreadStress/
thread_stress.cc 31 extern "C" JNIEXPORT void JNICALL Java_Main_printThrowable(JNIEnv*, jclass, jthrowable t) {
  /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));
  /libcore/ojluni/src/main/native/
ObjectStreamClass.c 63 jthrowable th = (*env)->ExceptionOccurred(env);
92 jthrowable th = (*env)->ExceptionOccurred(env);
  /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 79 jthrowable oneException = (*env)->ExceptionOccurred(env);
  /external/libmojo/base/android/
jni_android.h 123 jthrowable java_throwable);
jni_android.cc 223 jthrowable java_throwable = env->ExceptionOccurred();
248 std::string GetJavaExceptionInfo(JNIEnv* env, jthrowable java_throwable) {
  /libcore/luni/src/main/native/
ExecStrings.cpp 50 jthrowable pending_exception = env_->ExceptionOccurred();
java_util_regex_Pattern.cpp 67 env->Throw(reinterpret_cast<jthrowable>(exception));
  /libnativehelper/
JNIHelp.cpp 117 static bool getExceptionSummary(C_JNIEnv* env, jthrowable exception, std::string& result) {
168 static bool getStackTrace(C_JNIEnv* env, jthrowable exception, std::string& result) {
231 scoped_local_ref<jthrowable> exception(env, (*env)->ExceptionOccurred(e));
277 static std::string jniGetStackTrace(C_JNIEnv* env, jthrowable exception) {
280 scoped_local_ref<jthrowable> currentException(env, (*env)->ExceptionOccurred(e));
305 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) {
  /frameworks/base/media/jni/
android_media_MediaDescrambler.cpp 260 static jthrowable createServiceSpecificException(
279 return (jthrowable)env->NewObject(
285 jthrowable exception = createServiceSpecificException(env, serviceSpecificError, msg);
  /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-9/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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...]

Completed in 1505 milliseconds

1 2 3 4 5 6