Searched refs:ExceptionOccurred (Results 1 - 10 of 10) sorted by relevance

/external/jmonkeyengine/engine/src/bullet-native/
H A DjmeBulletUtil.cpp44 env->Throw(env->ExceptionOccurred());
49 env->Throw(env->ExceptionOccurred());
54 env->Throw(env->ExceptionOccurred());
71 env->Throw(env->ExceptionOccurred());
76 env->Throw(env->ExceptionOccurred());
82 env->Throw(env->ExceptionOccurred());
93 env->Throw(env->ExceptionOccurred());
98 env->Throw(env->ExceptionOccurred());
103 env->Throw(env->ExceptionOccurred());
108 env->Throw(env->ExceptionOccurred());
[all...]
H A DjmeClasses.cpp118 env->Throw(env->ExceptionOccurred());
126 env->Throw(env->ExceptionOccurred());
132 env->Throw(env->ExceptionOccurred());
137 env->Throw(env->ExceptionOccurred());
153 env->Throw(env->ExceptionOccurred());
168 env->Throw(env->ExceptionOccurred());
175 env->Throw(env->ExceptionOccurred());
189 env->Throw(env->ExceptionOccurred());
195 env->Throw(env->ExceptionOccurred());
201 env->Throw(env->ExceptionOccurred());
[all...]
H A Dcom_jme3_bullet_util_DebugShapeFactory.cpp61 env->Throw(env->ExceptionOccurred());
67 env->Throw(env->ExceptionOccurred());
72 env->Throw(env->ExceptionOccurred());
131 env->Throw(env->ExceptionOccurred());
136 env->Throw(env->ExceptionOccurred());
141 env->Throw(env->ExceptionOccurred());
H A DjmePhysicsSpace.cpp45 env->Throw(env->ExceptionOccurred());
217 env->Throw(env->ExceptionOccurred());
231 env->Throw(env->ExceptionOccurred());
256 env->Throw(env->ExceptionOccurred());
H A Dcom_jme3_bullet_objects_PhysicsGhostObject.cpp190 m_env->Throw(m_env->ExceptionOccurred());
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c392 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(en
[all...]
/external/chromium_org/base/android/
H A Djni_android.cc307 jthrowable java_throwable = env->ExceptionOccurred();
/external/svox/pico/compat/jni/
H A Dcom_android_tts_compat_SynthProxy.cpp185 jthrowable ex = env->ExceptionOccurred();
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djri.h78 (((*(env))->ExceptionOccurred)(env, JRI_ExceptionOccurred_op))
414 struct java_lang_Throwable* (*ExceptionOccurred)(JRIEnv* env, jint op); member in struct:JRIEnvInterface
H A Djni.h229 jthrowable (JNICALL *ExceptionOccurred) member in struct:JNINativeInterface_
752 jthrowable ExceptionOccurred() { function in struct:JNIEnv_
753 return functions->ExceptionOccurred(this);

Completed in 201 milliseconds