Home | History | Annotate | Download | only in include

Lines Matching defs:jshort

38 typedef int16_t         jshort;         /* signed 16 bits */
47 typedef short jshort; /* signed 16 bits */
128 jshort s;
226 jshort (*CallShortMethod)(JNIEnv*, jobject, jmethodID, ...);
227 jshort (*CallShortMethodV)(JNIEnv*, jobject, jmethodID, va_list);
228 jshort (*CallShortMethodA)(JNIEnv*, jobject, jmethodID, jvalue*);
269 jshort (*CallNonvirtualShortMethod)(JNIEnv*, jobject, jclass,
271 jshort (*CallNonvirtualShortMethodV)(JNIEnv*, jobject, jclass,
273 jshort (*CallNonvirtualShortMethodA)(JNIEnv*, jobject, jclass,
312 jshort (*GetShortField)(JNIEnv*, jobject, jfieldID);
322 void (*SetShortField)(JNIEnv*, jobject, jfieldID, jshort);
344 jshort (*CallStaticShortMethod)(JNIEnv*, jclass, jmethodID, ...);
345 jshort (*CallStaticShortMethodV)(JNIEnv*, jclass, jmethodID, va_list);
346 jshort (*CallStaticShortMethodA)(JNIEnv*, jclass, jmethodID, jvalue*);
370 jshort (*GetStaticShortField)(JNIEnv*, jclass, jfieldID);
380 void (*SetStaticShortField)(JNIEnv*, jclass, jfieldID, jshort);
412 jshort* (*GetShortArrayElements)(JNIEnv*, jshortArray, jboolean*);
425 jshort*, jint);
442 jsize, jsize, jshort*);
460 jsize, jsize, const jshort*);
640 CALL_TYPE(jshort, Short)
693 CALL_NONVIRT_TYPE(jshort, Short)
725 jshort GetShortField(jobject obj, jfieldID fieldID)
746 void SetShortField(jobject obj, jfieldID fieldID, jshort value)
797 CALL_STATIC_TYPE(jshort, Short)
826 jshort GetStaticShortField(jclass clazz, jfieldID fieldID)
847 void SetStaticShortField(jclass clazz, jfieldID fieldID, jshort value)
921 jshort* GetShortArrayElements(jshortArray array, jboolean* isCopy)
941 void ReleaseShortArrayElements(jshortArray array, jshort* elems,
967 jshort* buf)
992 const jshort* buf)