Searched refs:jshort (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Djritypes.h74 jshort s;
175 JRI_NewScalarArray(env, ((length) * sizeof(jshort)), JRISigShort, (jbyte*)(initialValues))
179 ((jshort*)JRI_GetScalarArrayElements(env, array))
H A Djni.h58 typedef short jshort; typedef
126 jshort s;
296 jshort (JNICALL *CallShortMethod)
298 jshort (JNICALL *CallShortMethodV)
300 jshort (JNICALL *CallShortMethodA)
374 jshort (JNICALL *CallNonvirtualShortMethod)
376 jshort (JNICALL *CallNonvirtualShortMethodV)
379 jshort (JNICALL *CallNonvirtualShortMethodA)
439 jshort (JNICALL *GetShortField)
459 (JNIEnv *env, jobject obj, jfieldID fieldID, jshort va
[all...]
H A Djri.h440 jshort (*CallMethodShort)(JRIEnv* env, jint op, void* a, jint b, ...);
441 jshort (*CallMethodShortV)(JRIEnv* env, jint op, void* a, jint b, va_list c);
442 jshort (*CallMethodShortA)(JRIEnv* env, jint op, void* a, jint b, JRIValue* c);
460 jshort (*GetFieldShort)(JRIEnv* env, jint op, void* a, jint b);
469 void (*SetFieldShort)(JRIEnv* env, jint op, void* a, jint b, jshort c);
488 jshort (*CallStaticMethodShort)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, ...);
489 jshort (*CallStaticMethodShortV)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, va_list c);
490 jshort (*CallStaticMethodShortA)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, JRIValue* c);
508 jshort (*GetStaticFieldShort)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b);
517 void (*SetStaticFieldShort)(JRIEnv* env, jint op, struct java_lang_Class* a, jint b, jshort
[all...]
H A Djriext.h396 typedef jshort
426 (*JRI_SetVar_short_t)(JRIDebuggerEnv* env, jsize frameIndex, jsize varIndex, jshort value);
H A Djri_md.h177 typedef short jshort;
/external/conscrypt/src/compat/native/
H A DScopedPrimitiveArray.h67 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RO(jshort, Short);
118 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RW(jshort, Short);
/external/chromium_org/content/browser/android/java/
H A Dgin_java_script_to_java_types_coercion.cc91 result.s = static_cast<jshort>(int_value);
153 result.s = static_cast<jshort>(RoundDoubleToInt(double_value));

Completed in 1372 milliseconds