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

1 2 3

  /external/jmonkeyengine/engine/src/bullet-native/
jmeBulletUtil.cpp 44 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...]
jmeClasses.cpp 118 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...]
com_jme3_bullet_util_DebugShapeFactory.cpp 61 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());
jmePhysicsSpace.cpp 45 env->Throw(env->ExceptionOccurred());
217 env->Throw(env->ExceptionOccurred());
231 env->Throw(env->ExceptionOccurred());
256 env->Throw(env->ExceptionOccurred());
com_jme3_bullet_objects_PhysicsGhostObject.cpp 190 m_env->Throw(m_env->ExceptionOccurred());
  /frameworks/base/core/jni/
com_android_internal_os_ZygoteInit.cpp 99 if (env->ExceptionOccurred() != NULL) {
109 if (env->ExceptionOccurred() != NULL) {
119 if (env->ExceptionOccurred() != NULL) {
137 if (env->ExceptionOccurred() != NULL) {
196 if (env->ExceptionOccurred() != NULL) {
205 if (env->ExceptionOccurred() != NULL) {
212 if (env->ExceptionOccurred() != NULL) {
235 if (env->ExceptionOccurred() != NULL) {
242 if (env->ExceptionOccurred() != NULL) {
android_net_LocalSocketImpl.cpp 82 if (env->ExceptionOccurred() != NULL) {
121 if (env->ExceptionOccurred() != NULL) {
146 if (env->ExceptionOccurred() != NULL) {
182 if (env->ExceptionOccurred() != NULL) {
212 if (env->ExceptionOccurred() != NULL) {
274 if (env->ExceptionOccurred() != NULL) {
321 if (env->ExceptionOccurred() != NULL) {
381 if (env->ExceptionOccurred() != NULL) {
406 if (env->ExceptionOccurred() != NULL) {
460 if (env->ExceptionOccurred() != NULL)
    [all...]
android_server_NetworkManagementSocketTagger.cpp 38 if (env->ExceptionOccurred() != NULL) {
54 if (env->ExceptionOccurred() != NULL) {
android_os_MessageQueue.cpp 57 jthrowable exceptionObj = env->ExceptionOccurred();
android_os_SELinux.cpp 100 if (env->ExceptionOccurred() != NULL) {
android_util_Binder.cpp 271 jthrowable excep = env->ExceptionOccurred();
295 jthrowable excep2 = env->ExceptionOccurred();
402 jthrowable excep = env->ExceptionOccurred();
    [all...]
  /cts/tests/tests/jni/libjnitest/
helper.c 77 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) {
  /external/javasqlite/src/main/native/
sqlite_jni.c 393 exc = (*env)->ExceptionOccurred(env);
547 exc = (*env)->ExceptionOccurred(env);
557 exc = (*env)->ExceptionOccurred(env);
599 exc = (*env)->ExceptionOccurred(env);
608 exc = (*env)->ExceptionOccurred(env);
631 exc = (*env)->ExceptionOccurred(env);
640 exc = (*env)->ExceptionOccurred(env);
666 exc = (*env)->ExceptionOccurred(env);
675 exc = (*env)->ExceptionOccurred(env);
716 exc = (*env)->ExceptionOccurred(env)
    [all...]
  /cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.cpp 265 jthrowable exception = env->ExceptionOccurred();
270 if (!env->IsInstanceOf(env->ExceptionOccurred(),
  /libcore/luni/src/main/native/
java_lang_ProcessManager.cpp 211 jthrowable exception = env->ExceptionOccurred();
libcore_net_RawSocket.cpp 183 if (env->ExceptionOccurred()) {
  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp     [all...]
JFmTxNative.cpp     [all...]
  /libnativehelper/
JNIHelp.cpp 213 scoped_local_ref<jthrowable> exception(env, (*env)->ExceptionOccurred(e));
262 scoped_local_ref<jthrowable> currentException(env, (*env)->ExceptionOccurred(e));
  /development/ndk/platforms/android-3/include/
jni.h 188 jthrowable (*ExceptionOccurred)(JNIEnv*);
544 jthrowable ExceptionOccurred()
545 { return functions->ExceptionOccurred(this); }
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 175 jthrowable (*ExceptionOccurred)(JNIEnv*);
531 jthrowable ExceptionOccurred()
532 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 173 jthrowable (*ExceptionOccurred)(JNIEnv*);
529 jthrowable ExceptionOccurred()
530 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 173 jthrowable (*ExceptionOccurred)(JNIEnv*);
529 jthrowable ExceptionOccurred()
530 { return functions->ExceptionOccurred(this); }
    [all...]

Completed in 269 milliseconds

1 2 3