HomeSort by relevance Sort by last modified time
    Searched refs:jthrowable (Results 51 - 73 of 73) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
jni.h 88 typedef _jthrowable* jthrowable; typedef
110 typedef jobject jthrowable; typedef
186 jint (*Throw)(JNIEnv*, jthrowable);
188 jthrowable (*ExceptionOccurred)(JNIEnv*);
538 jint Throw(jthrowable obj)
544 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
jni.h 88 typedef _jthrowable* jthrowable; typedef
110 typedef jobject jthrowable; typedef
186 jint (*Throw)(JNIEnv*, jthrowable);
188 jthrowable (*ExceptionOccurred)(JNIEnv*);
538 jint Throw(jthrowable obj)
544 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
jni.h 88 typedef _jthrowable* jthrowable; typedef
110 typedef jobject jthrowable; typedef
186 jint (*Throw)(JNIEnv*, jthrowable);
188 jthrowable (*ExceptionOccurred)(JNIEnv*);
538 jint Throw(jthrowable obj)
544 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
jni.h 88 typedef _jthrowable* jthrowable; typedef
110 typedef jobject jthrowable; typedef
186 jint (*Throw)(JNIEnv*, jthrowable);
188 jthrowable (*ExceptionOccurred)(JNIEnv*);
538 jint Throw(jthrowable obj)
544 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
jni.h 88 typedef _jthrowable* jthrowable; typedef
110 typedef jobject jthrowable; typedef
186 jint (*Throw)(JNIEnv*, jthrowable);
188 jthrowable (*ExceptionOccurred)(JNIEnv*);
538 jint Throw(jthrowable obj)
544 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
jni.h 88 typedef _jthrowable* jthrowable; typedef
110 typedef jobject jthrowable; typedef
186 jint (*Throw)(JNIEnv*, jthrowable);
188 jthrowable (*ExceptionOccurred)(JNIEnv*);
538 jint Throw(jthrowable obj)
544 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
jni.h 88 typedef _jthrowable* jthrowable; typedef
110 typedef jobject jthrowable; typedef
186 jint (*Throw)(JNIEnv*, jthrowable);
188 jthrowable (*ExceptionOccurred)(JNIEnv*);
538 jint Throw(jthrowable obj)
544 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
jni.h 88 typedef _jthrowable* jthrowable; typedef
110 typedef jobject jthrowable; typedef
186 jint (*Throw)(JNIEnv*, jthrowable);
188 jthrowable (*ExceptionOccurred)(JNIEnv*);
538 jint Throw(jthrowable obj)
544 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
jni.h 88 typedef _jthrowable* jthrowable; typedef
110 typedef jobject jthrowable; typedef
186 jint (*Throw)(JNIEnv*, jthrowable);
188 jthrowable (*ExceptionOccurred)(JNIEnv*);
538 jint Throw(jthrowable obj)
544 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
jni.h 88 typedef _jthrowable* jthrowable; typedef
110 typedef jobject jthrowable; typedef
186 jint (*Throw)(JNIEnv*, jthrowable);
188 jthrowable (*ExceptionOccurred)(JNIEnv*);
538 jint Throw(jthrowable obj)
544 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
jni.h 88 typedef _jthrowable* jthrowable; typedef
110 typedef jobject jthrowable; typedef
186 jint (*Throw)(JNIEnv*, jthrowable);
188 jthrowable (*ExceptionOccurred)(JNIEnv*);
538 jint Throw(jthrowable obj)
544 jthrowable ExceptionOccurred()
    [all...]
  /art/runtime/
jni_internal_test.cc 794 jthrowable exception = env_->ExceptionOccurred(); \
795 EXPECT_NE(static_cast<jthrowable>(NULL), exception); \
    [all...]
jni_internal.cc 392 ScopedLocalRef<jthrowable> exception(env, reinterpret_cast<jthrowable>(env->NewObjectA(exception_class, mid, args)));
744 static jint Throw(JNIEnv* env, jthrowable java_exception) {
784 ScopedLocalRef<jthrowable> exception(env, soa.AddLocalReference<jthrowable>(old_exception.get()));
804 static jthrowable ExceptionOccurred(JNIEnv* env) {
807 return soa.AddLocalReference<jthrowable>(exception);
    [all...]
check_jni.cc 618 what = "jthrowable";
    [all...]
thread.cc     [all...]
class_linker.cc 112 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred());
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jni.h 83 typedef _jthrowable *jthrowable; typedef
102 typedef jobject jthrowable; typedef
226 (JNIEnv *env, jthrowable obj);
229 jthrowable (JNICALL *ExceptionOccurred)
746 jint Throw(jthrowable obj) {
752 jthrowable ExceptionOccurred() {
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 377 jthrowable exception =
378 (jthrowable)env->NewObject(clazz.get(), constructID, err, msgObj);
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 185 jthrowable ex = env->ExceptionOccurred();
  /art/compiler/jni/
jni_compiler_test.cc 556 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred());
  /dalvik/vm/
Jni.cpp     [all...]
CheckJni.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 100 jthrowable cause = NULL;
119 env->Throw(reinterpret_cast<jthrowable>(exception));
    [all...]

Completed in 485 milliseconds

1 23