Home | History | Annotate | Download | only in include

Lines Matching refs:jshort

22 typedef int16_t         jshort;         /* signed 16 bits */
31 typedef short jshort; /* signed 16 bits */
112 jshort s;
210 jshort (*CallShortMethod)(JNIEnv*, jobject, jmethodID, ...);
211 jshort (*CallShortMethodV)(JNIEnv*, jobject, jmethodID, va_list);
212 jshort (*CallShortMethodA)(JNIEnv*, jobject, jmethodID, jvalue*);
253 jshort (*CallNonvirtualShortMethod)(JNIEnv*, jobject, jclass,
255 jshort (*CallNonvirtualShortMethodV)(JNIEnv*, jobject, jclass,
257 jshort (*CallNonvirtualShortMethodA)(JNIEnv*, jobject, jclass,
296 jshort (*GetShortField)(JNIEnv*, jobject, jfieldID);
306 void (*SetShortField)(JNIEnv*, jobject, jfieldID, jshort);
328 jshort (*CallStaticShortMethod)(JNIEnv*, jclass, jmethodID, ...);
329 jshort (*CallStaticShortMethodV)(JNIEnv*, jclass, jmethodID, va_list);
330 jshort (*CallStaticShortMethodA)(JNIEnv*, jclass, jmethodID, jvalue*);
354 jshort (*GetStaticShortField)(JNIEnv*, jclass, jfieldID);
364 void (*SetStaticShortField)(JNIEnv*, jclass, jfieldID, jshort);
396 jshort* (*GetShortArrayElements)(JNIEnv*, jshortArray, jboolean*);
409 jshort*, jint);
426 jsize, jsize, jshort*);
444 jsize, jsize, const jshort*);
621 CALL_TYPE(jshort, Short)
671 CALL_NONVIRT_TYPE(jshort, Short)
703 jshort GetShortField(jobject obj, jfieldID fieldID)
722 void SetShortField(jobject obj, jfieldID fieldID, jshort value)
768 CALL_STATIC_TYPE(jshort, Short)
797 jshort GetStaticShortField(jclass clazz, jfieldID fieldID)
816 void SetStaticShortField(jclass clazz, jfieldID fieldID, jshort value)
888 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy)
908 void ReleaseShortArrayElements(jshortArray array, jshort* elems,
934 jshort* buf)
959 const jshort* buf)