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

1 2 3

  /external/chromium_org/third_party/npapi/npspy/extern/java/
jri_md.h 194 typedef int jint; typedef
197 typedef long jint; typedef
536 #define JRI_GET_INT64(_t,_addr) ( ((_t).x[0] = ((jint*)(_addr))[0]), \
537 ((_t).x[1] = ((jint*)(_addr))[1]), \
540 ((jint*)(_addr))[0] = (_t).x[0], \
541 ((jint*)(_addr))[1] = (_t).x[1] )
549 #define JRI_GET_DOUBLE(_t,_addr) ( ((_t).x[0] = ((jint*)(_addr))[0]), \
550 ((_t).x[1] = ((jint*)(_addr))[1]), \
553 ((jint*)(_addr))[0] = (_t).x[0], \
554 ((jint*)(_addr))[1] = (_t).x[1]
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
jni.h 39 typedef int32_t jint; /* signed 32 bits */ typedef
48 typedef int jint; /* signed 32 bits */ typedef
55 typedef jint jsize;
129 jint i;
170 jint (*GetVersion)(JNIEnv *);
187 jint (*Throw)(JNIEnv*, jthrowable);
188 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
194 jint (*PushLocalFrame)(JNIEnv*, jint);
203 jint (*EnsureLocalCapacity)(JNIEnv*, jint)
    [all...]

Completed in 776 milliseconds

1 2 3