HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionOccurred (Results 51 - 75 of 84) sorted by null

1 23 4

  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
jni.h 189 jthrowable (*ExceptionOccurred)(JNIEnv*);
545 jthrowable ExceptionOccurred()
546 { return functions->ExceptionOccurred(this); }
    [all...]
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 185 jthrowable ex = env->ExceptionOccurred();
  /libcore/ojluni/src/main/native/
PlainDatagramSocketImpl.c     [all...]
NetworkInterface.c 679 if (sock < 0 && (*env)->ExceptionOccurred(env)) {
jni_util.c 173 if (!(*env)->ExceptionOccurred(env)) {
    [all...]
  /art/runtime/native/
java_lang_Class.cc 81 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred());
  /art/runtime/
reflection.cc 650 jthrowable th = soa.Env()->ExceptionOccurred();
    [all...]

Completed in 183 milliseconds

1 23 4