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

1 2 3 4

  /art/dalvikvm/
dalvikvm.cc 65 env->ExceptionDescribe();
78 env->ExceptionDescribe();
85 env->ExceptionDescribe();
93 env->ExceptionDescribe();
  /frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp 79 env->ExceptionDescribe();
95 env->ExceptionDescribe();
119 env->ExceptionDescribe();
209 env->ExceptionDescribe();
218 env->ExceptionDescribe();
  /cts/tests/tests/jni/libjnitest/
helper.c 80 (*env)->ExceptionDescribe(env);
  /external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
JavaInputStream.cpp 36 fEnv->ExceptionDescribe();
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediacodeccommon.h 106 jni->ExceptionDescribe();
jni_helpers.h 41 // This macros uses the comma operator to execute ExceptionDescribe
46 << (jni->ExceptionDescribe(), jni->ExceptionClear(), "")
  /external/webrtc/webrtc/modules/utility/include/
helpers_android.h 21 << (jni->ExceptionDescribe(), jni->ExceptionClear(), "")
  /frameworks/base/core/jni/
android_util_FileObserver.cpp 84 env->ExceptionDescribe();
android_media_JetPlayer.cpp 65 env->ExceptionDescribe();
android_media_AudioRecord.cpp 101 env->ExceptionDescribe();
115 env->ExceptionDescribe();
    [all...]
android_media_AudioTrack.cpp 138 env->ExceptionDescribe();
152 env->ExceptionDescribe();
    [all...]
  /frameworks/opt/net/wifi/service/jni/
jni_helper.cpp 495 mEnv->ExceptionDescribe();
522 mEnv->ExceptionDescribe();
543 mEnv->ExceptionDescribe();
563 mEnv->ExceptionDescribe();
  /art/test/004-JniTest/
jni_test.cc 415 env_->ExceptionDescribe();
428 env_->ExceptionDescribe();
438 env_->ExceptionDescribe();
457 env_->ExceptionDescribe();
466 env_->ExceptionDescribe();
476 env_->ExceptionDescribe();
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 51 env->ExceptionDescribe();
  /development/ndk/platforms/android-3/include/
jni.h 190 void (*ExceptionDescribe)(JNIEnv*);
548 void ExceptionDescribe()
549 { functions->ExceptionDescribe(this); }
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 176 void (*ExceptionDescribe)(JNIEnv*);
534 void ExceptionDescribe()
535 { functions->ExceptionDescribe(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
jni.h 190 void (*ExceptionDescribe)(JNIEnv*);
548 void ExceptionDescribe()
549 { functions->ExceptionDescribe(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
jni.h 190 void (*ExceptionDescribe)(JNIEnv*);
548 void ExceptionDescribe()
549 { functions->ExceptionDescribe(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
jni.h 190 void (*ExceptionDescribe)(JNIEnv*);
548 void ExceptionDescribe()
549 { functions->ExceptionDescribe(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
jni.h 190 void (*ExceptionDescribe)(JNIEnv*);
548 void ExceptionDescribe()
549 { functions->ExceptionDescribe(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
jni.h 190 void (*ExceptionDescribe)(JNIEnv*);
548 void ExceptionDescribe()
549 { functions->ExceptionDescribe(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
jni.h 190 void (*ExceptionDescribe)(JNIEnv*);
548 void ExceptionDescribe()
549 { functions->ExceptionDescribe(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
jni.h 190 void (*ExceptionDescribe)(JNIEnv*);
548 void ExceptionDescribe()
549 { functions->ExceptionDescribe(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
jni.h 190 void (*ExceptionDescribe)(JNIEnv*);
548 void ExceptionDescribe()
549 { functions->ExceptionDescribe(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
jni.h 190 void (*ExceptionDescribe)(JNIEnv*);
548 void ExceptionDescribe()
549 { functions->ExceptionDescribe(this); }
    [all...]

Completed in 1176 milliseconds

1 2 3 4