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

1 2 3 4

  /libcore/ojluni/src/main/native/
socket_tagger_util.cpp 27 if (env->ExceptionOccurred()) { return fd; }
41 if (env->ExceptionOccurred()) { return; }
ObjectStreamClass.c 63 jthrowable th = (*env)->ExceptionOccurred(env);
92 jthrowable th = (*env)->ExceptionOccurred(env);
System.c 50 if ((*env)->ExceptionOccurred(env)) return NULL; \
64 if ((*env)->ExceptionOccurred(env)) return NULL; \
73 if ((*env)->ExceptionOccurred(env)) return NULL; \
81 if ((*env)->ExceptionOccurred(env)) return NULL; \
io_util.c 185 if (!(*env)->ExceptionOccurred(env)) {
net_util.h 43 { if (!(*env)->ExceptionOccurred(env)) JNU_ThrowByName(env, ex, msg) }
  /cts/tests/tests/jni/libjnitest/
helper.c 78 jthrowable oneException = (*env)->ExceptionOccurred(env);
android_jni_cts_StaticNonce.c 104 if ((*env)->ExceptionOccurred(env) != NULL) {
130 if ((*env)->ExceptionOccurred(env) != NULL) {
147 if ((*env)->ExceptionOccurred(env) != NULL) {
android_jni_cts_InstanceNonce.c 105 if ((*env)->ExceptionOccurred(env) != NULL) {
131 if ((*env)->ExceptionOccurred(env) != NULL) {
  /libcore/luni/src/main/native/
ExecStrings.cpp 49 jthrowable pending_exception = env_->ExceptionOccurred();
  /external/javasqlite/src/main/native/
sqlite_jni.c 392 exc = (*env)->ExceptionOccurred(env);
546 exc = (*env)->ExceptionOccurred(env);
556 exc = (*env)->ExceptionOccurred(env);
598 exc = (*env)->ExceptionOccurred(env);
607 exc = (*env)->ExceptionOccurred(env);
630 exc = (*env)->ExceptionOccurred(env);
639 exc = (*env)->ExceptionOccurred(env);
665 exc = (*env)->ExceptionOccurred(env);
674 exc = (*env)->ExceptionOccurred(env);
715 exc = (*env)->ExceptionOccurred(env)
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/jni/
com_googlecode_android_scripting_Exec.cpp 97 exc = env->ExceptionOccurred();
184 if (env->ExceptionOccurred() != NULL) {
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp 650 JavaExceptionMessage exc(jenv, jenv->ExceptionOccurred());
    [all...]
  /libnativehelper/
JNIHelp.cpp 229 scoped_local_ref<jthrowable> exception(env, (*env)->ExceptionOccurred(e));
278 scoped_local_ref<jthrowable> currentException(env, (*env)->ExceptionOccurred(e));
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 49 if (env->ExceptionOccurred())
  /frameworks/base/core/jni/
android_os_MessageQueue.cpp 69 jthrowable exceptionObj = env->ExceptionOccurred();
android_util_Binder.cpp 264 jthrowable excep = env->ExceptionOccurred();
283 jthrowable excep = env->ExceptionOccurred();
392 jthrowable excep = env->ExceptionOccurred();
    [all...]
  /art/runtime/
jni_internal_test.cc 62 jthrowable exception = env_->ExceptionOccurred();
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp 650 JavaExceptionMessage exc(jenv, jenv->ExceptionOccurred());
    [all...]
  /art/compiler/driver/
compiler_driver_test.cc 168 jthrowable exception = env_->ExceptionOccurred();
  /art/test/004-JniTest/
jni_test.cc 318 jthrowable thrown = env->ExceptionOccurred();
701 jthrowable thrown = env_->ExceptionOccurred();
  /development/ndk/platforms/android-3/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp 650 JavaExceptionMessage exc(jenv, jenv->ExceptionOccurred());
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 175 jthrowable (*ExceptionOccurred)(JNIEnv*);
531 jthrowable ExceptionOccurred()
532 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]

Completed in 369 milliseconds

1 2 3 4