Searched refs:jint (Results 1 - 9 of 9) sorted by relevance

/ndk/samples/two-libs/jni/
H A Dsecond.c20 jint
23 jint x,
24 jint y )
/ndk/build/platforms/android-3/arch-arm/usr/include/
H A Djni.h23 typedef int32_t jint; /* signed 32 bits */ typedef
32 typedef int jint; /* signed 32 bits */ typedef
39 typedef jint jsize;
113 jint i;
154 jint (*GetVersion)(JNIEnv *);
171 jint (*Throw)(JNIEnv*, jthrowable);
172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
178 jint (*PushLocalFrame)(JNIEnv*, jint);
187 jint (*EnsureLocalCapacit
[all...]
/ndk/build/platforms/android-4/arch-arm/usr/include/
H A Djni.h23 typedef int32_t jint; /* signed 32 bits */ typedef
32 typedef int jint; /* signed 32 bits */ typedef
39 typedef jint jsize;
113 jint i;
154 jint (*GetVersion)(JNIEnv *);
171 jint (*Throw)(JNIEnv*, jthrowable);
172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
178 jint (*PushLocalFrame)(JNIEnv*, jint);
187 jint (*EnsureLocalCapacit
[all...]
/ndk/build/platforms/android-5/arch-arm/usr/include/
H A Djni.h23 typedef int32_t jint; /* signed 32 bits */ typedef
32 typedef int jint; /* signed 32 bits */ typedef
39 typedef jint jsize;
113 jint i;
154 jint (*GetVersion)(JNIEnv *);
171 jint (*Throw)(JNIEnv*, jthrowable);
172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
178 jint (*PushLocalFrame)(JNIEnv*, jint);
187 jint (*EnsureLocalCapacit
[all...]
/ndk/build/platforms/android-5/arch-x86/usr/include/
H A Djni.h23 typedef int32_t jint; /* signed 32 bits */ typedef
32 typedef int jint; /* signed 32 bits */ typedef
39 typedef jint jsize;
113 jint i;
154 jint (*GetVersion)(JNIEnv *);
171 jint (*Throw)(JNIEnv*, jthrowable);
172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
178 jint (*PushLocalFrame)(JNIEnv*, jint);
187 jint (*EnsureLocalCapacit
[all...]
/ndk/build/platforms/android-8/arch-arm/usr/include/
H A Djni.h23 typedef int32_t jint; /* signed 32 bits */ typedef
32 typedef int jint; /* signed 32 bits */ typedef
39 typedef jint jsize;
113 jint i;
154 jint (*GetVersion)(JNIEnv *);
171 jint (*Throw)(JNIEnv*, jthrowable);
172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
178 jint (*PushLocalFrame)(JNIEnv*, jint);
187 jint (*EnsureLocalCapacit
[all...]
/ndk/build/platforms/android-8/arch-x86/usr/include/
H A Djni.h23 typedef int32_t jint; /* signed 32 bits */ typedef
32 typedef int jint; /* signed 32 bits */ typedef
39 typedef jint jsize;
113 jint i;
154 jint (*GetVersion)(JNIEnv *);
171 jint (*Throw)(JNIEnv*, jthrowable);
172 jint (*ThrowNew)(JNIEnv *, jclass, const char *);
178 jint (*PushLocalFrame)(JNIEnv*, jint);
187 jint (*EnsureLocalCapacit
[all...]
/ndk/samples/san-angeles/jni/
H A Dapp-android.c56 Java_com_example_SanAngeles_DemoRenderer_nativeResize( JNIEnv* env, jobject thiz, jint w, jint h )
/ndk/samples/hello-gl2/jni/
H A Dgl_code.cpp172 JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_init(JNIEnv * env, jobject obj, jint width, jint height);
176 JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_init(JNIEnv * env, jobject obj, jint width, jint height)

Completed in 781 milliseconds