HomeSort by relevance Sort by last modified time
    Searched refs:jshort (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/libgdx/extensions/gdx-bullet/jni/swig/common/
gdxEnableCriticalArrays.i 4 JAVA_CRITICAL_ARRAYS_TYPEMAPS(unsigned char, short, jshort, Uchar, "[S") /* unsigned char[ANY] */
5 JAVA_CRITICAL_ARRAYS_TYPEMAPS(short, short, jshort, Short, "[S") /* short[ANY] */
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 281 extern "C" JNIEXPORT jshort JNICALL
282 Java_android_renderscript_cts_CoreMathVerifier_maxI16(JNIEnv*, jclass, jshort x, jshort y) {
286 extern "C" JNIEXPORT jshort JNICALL
287 Java_android_renderscript_cts_CoreMathVerifier_maxU16(JNIEnv*, jclass, jshort x, jshort y) {
321 extern "C" JNIEXPORT jshort JNICALL
322 Java_android_renderscript_cts_CoreMathVerifier_minI16(JNIEnv*, jclass, jshort x, jshort y) {
326 extern "C" JNIEXPORT jshort JNICAL
    [all...]
  /libcore/luni/src/test/native/
dalvik_system_JniTest.cpp 136 extern "C" jshort Java_dalvik_system_JniTest_returnShortArgFrom16(
138 jshort o1, jshort o2, jshort o3, jshort o4, jshort o5,
139 jshort o6, jshort o7, jshort o8, jshort o9, jshort o10
    [all...]
libcore_io_Memory_test.cpp 62 swap_align_test<jshort, 9> (swapShorts, [] (jshort* src, jshort* dst, uint64_t i) {
99 memory_peek_test<jshort>(Memory_peekShortNative, 0x0102);
125 memory_poke_test<jshort>(Memory_pokeShortNative, 0x0102);
  /libcore/ojluni/src/main/native/
Bits.c 66 #define SWAPSHORT(x) ((jshort)(((x) << 8) | (((x) >> 8) & 0xff)))
67 #define SWAPINT(x) ((jint)((SWAPSHORT((jshort)(x)) << 16) | \
68 (SWAPSHORT((jshort)((x) >> 16)) & 0xffff)))
81 jshort *srcShort, *dstShort, *endShort;
82 jshort tmpShort;
84 dstShort = (jshort *)jlong_to_ptr(dstAddr);
95 srcShort = (jshort *)(bytes + srcPos);
96 endShort = srcShort + (size / sizeof(jshort));
116 jshort *srcShort, *dstShort, *endShort;
117 jshort tmpShort
    [all...]
  /art/test/115-native-bridge/
nativebridge.cc 153 static jshort trampoline_Java_Main_shortMethod(JNIEnv* env, jclass klass, jshort s1, jshort s2,
154 jshort s3, jshort s4, jshort s5, jshort s6,
155 jshort s7, jshort s8, jshort s9, jshort s10)
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
com.badlogic.gdx.physics.box2d.Fixture.h 48 (JNIEnv *, jobject, jlong, jshort, jshort, jshort);
com.badlogic.gdx.physics.box2d.Fixture.cpp 59 JNIEXPORT void JNICALL Java_com_badlogic_gdx_physics_box2d_Fixture_jniSetFilterData(JNIEnv* env, jobject object, jlong addr, jshort categoryBits, jshort maskBits, jshort groupIndex) {
  /hardware/bsp/intel/peripheral/libupm/src/gas/
javaupm_gas.i 30 JCALL3(ReleaseShortArrayElements, jenv, $input, (jshort *)$1, 0);
45 JCALL3(ReleaseShortArrayElements, jenv, $input, (jshort *)$2, 0);
  /hardware/bsp/intel/peripheral/libupm/src/mic/
javaupm_mic.i 22 JCALL3(ReleaseShortArrayElements, jenv, $input, (jshort *)$1, 0);
37 JCALL3(ReleaseShortArrayElements, jenv, $input, (jshort *)$2, 0);
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 49 // Byte-swap 2 jshort values packed in a jint.
61 static inline void swapShorts(jshort* dstShorts, const jshort* srcShorts, size_t count) {
70 jshort v = get_unaligned<jshort>(reinterpret_cast<const jshort*>(src));
71 put_unaligned<jshort>(reinterpret_cast<jshort*>(dst), bswap_16(v));
135 PEEKER(jchar, Char, jshort, swapShorts);
155 PEEKER(jshort, Short, jshort, swapShorts)
    [all...]
  /cts/tests/tests/media/libaudiojni/
sl-utils.h 74 jshort *envGetArrayElements(JNIEnv *env, jshortArray array, jboolean *isCopy) {
79 void envReleaseArrayElements(JNIEnv *env, jshortArray array, jshort *elems, jint mode) {
  /hardware/bsp/intel/peripheral/libupm/src/adxl345/
javaupm_adxl345.i 33 JCALL4(SetShortArrayRegion, jenv, $result, 0, 3, (jshort*)$1);
  /libcore/luni/src/benchmark/native/
libcore_io_Memory_bench.cpp 62 swap_bench<jshort, 0>(state, swapShorts);
79 swap_bench<jshort, 1>(state, swapShorts);
96 swap_bench<jshort, 2>(state, swapShorts);
  /development/ndk/platforms/android-3/include/
jni.h 38 typedef int16_t jshort; /* signed 16 bits */ typedef
47 typedef short jshort; /* signed 16 bits */ typedef
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)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
jni.h 38 typedef int16_t jshort; /* signed 16 bits */ typedef
47 typedef short jshort; /* signed 16 bits */ typedef
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)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
jni.h 38 typedef int16_t jshort; /* signed 16 bits */ typedef
47 typedef short jshort; /* signed 16 bits */ typedef
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)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
jni.h 38 typedef int16_t jshort; /* signed 16 bits */ typedef
47 typedef short jshort; /* signed 16 bits */ typedef
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)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
jni.h 38 typedef int16_t jshort; /* signed 16 bits */ typedef
47 typedef short jshort; /* signed 16 bits */ typedef
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)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
jni.h 38 typedef int16_t jshort; /* signed 16 bits */ typedef
47 typedef short jshort; /* signed 16 bits */ typedef
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)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
jni.h 38 typedef int16_t jshort; /* signed 16 bits */ typedef
47 typedef short jshort; /* signed 16 bits */ typedef
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)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
jni.h 38 typedef int16_t jshort; /* signed 16 bits */ typedef
47 typedef short jshort; /* signed 16 bits */ typedef
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)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
jni.h 38 typedef int16_t jshort; /* signed 16 bits */ typedef
47 typedef short jshort; /* signed 16 bits */ typedef
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)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
jni.h 38 typedef int16_t jshort; /* signed 16 bits */ typedef
47 typedef short jshort; /* signed 16 bits */ typedef
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)
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
jni.h 38 typedef int16_t jshort; /* signed 16 bits */ typedef
47 typedef short jshort; /* signed 16 bits */ typedef
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)
    [all...]

Completed in 350 milliseconds

1 2 3 4 5 6