HomeSort by relevance Sort by last modified time
    Searched defs:jthrowable (Results 1 - 6 of 6) sorted by null

  /external/oj-libjdwp/src/share/javavm/export/
jni.h 84 typedef _jthrowable *jthrowable; typedef
103 typedef jobject jthrowable; typedef
245 (JNIEnv *env, jthrowable obj);
248 jthrowable (JNICALL *ExceptionOccurred)
818 jint Throw(jthrowable obj) {
824 jthrowable ExceptionOccurred() {
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jni.h 84 typedef _jthrowable *jthrowable; typedef
103 typedef jobject jthrowable; typedef
245 (JNIEnv *env, jthrowable obj);
248 jthrowable (JNICALL *ExceptionOccurred)
818 jint Throw(jthrowable obj) {
824 jthrowable ExceptionOccurred() {
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jni.h 84 typedef _jthrowable *jthrowable; typedef
103 typedef jobject jthrowable; typedef
245 (JNIEnv *env, jthrowable obj);
248 jthrowable (JNICALL *ExceptionOccurred)
818 jint Throw(jthrowable obj) {
824 jthrowable ExceptionOccurred() {
    [all...]
  /libnativehelper/include_jni/
jni.h 75 typedef _jthrowable* jthrowable; typedef
97 typedef jobject jthrowable; typedef
173 jint (*Throw)(JNIEnv*, jthrowable);
175 jthrowable (*ExceptionOccurred)(JNIEnv*);
525 jint Throw(jthrowable obj)
531 jthrowable ExceptionOccurred()
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jni.h 84 typedef _jthrowable *jthrowable; typedef
103 typedef jobject jthrowable; typedef
245 (JNIEnv *env, jthrowable obj);
248 jthrowable (JNICALL *ExceptionOccurred)
823 jint Throw(jthrowable obj) {
829 jthrowable ExceptionOccurred() {
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jni.h 84 typedef _jthrowable *jthrowable; typedef
103 typedef jobject jthrowable; typedef
245 (JNIEnv *env, jthrowable obj);
248 jthrowable (JNICALL *ExceptionOccurred)
823 jint Throw(jthrowable obj) {
829 jthrowable ExceptionOccurred() {
    [all...]

Completed in 1671 milliseconds