HomeSort by relevance Sort by last modified time
    Searched defs:Throw (Results 51 - 75 of 104) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
jni.h 187 jint (*Throw)(JNIEnv*, jthrowable);
539 jint Throw(jthrowable obj)
540 { return functions->Throw(this, obj); }
    [all...]
  /art/runtime/
jni_internal.cc 690 static jint Throw(JNIEnv* env, jthrowable java_exception) {
857 // void and doesn't throw any exceptions, but we should probably
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jri.h 72 (((*(env))->Throw)(env, JRI_Throw_op, obj))
412 void (*Throw)(JRIEnv* env, jint op, struct java_lang_Throwable* a);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /libnativehelper/include/nativehelper/
jni.h 173 jint (*Throw)(JNIEnv*, jthrowable);
525 jint Throw(jthrowable obj)
526 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
jni.h 171 jint (*Throw)(JNIEnv*, jthrowable);
523 jint Throw(jthrowable obj)
524 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
jni.h 186 jint (*Throw)(JNIEnv*, jthrowable);
538 jint Throw(jthrowable obj)
539 { return functions->Throw(this, obj); }
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
jni.h 186 jint (*Throw)(JNIEnv*, jthrowable);
538 jint Throw(jthrowable obj)
539 { return functions->Throw(this, obj); }
    [all...]

Completed in 3056 milliseconds

1 23 4 5