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

  /prebuilts/jdk/jdk8/darwin-x86/include/darwin/
jni_md.h 33 typedef int jint; typedef
  /prebuilts/jdk/jdk9/darwin-x86/include/darwin/
jni_md.h 33 typedef int jint; typedef
  /external/oj-libjdwp/src/solaris/javavm/export/
jni_md.h 42 typedef int jint; typedef
  /prebuilts/jdk/jdk8/linux-x86/include/linux/
jni_md.h 42 typedef int jint; typedef
  /prebuilts/jdk/jdk9/linux-x86/include/linux/
jni_md.h 42 typedef int jint; typedef
  /libnativehelper/include_jni/
jni.h 35 typedef int32_t jint; /* signed 32 bits */ typedef
41 typedef jint jsize;
115 jint i;
156 jint (*GetVersion)(JNIEnv *);
173 jint (*Throw)(JNIEnv*, jthrowable);
174 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
180 jint (*PushLocalFrame)(JNIEnv*, jint);
189 jint (*EnsureLocalCapacity)(JNIEnv*, jint);
    [all...]

Completed in 49 milliseconds