Searched refs:jdoubleArray (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/include_jni/ |
D | jni.h | 73 typedef _jdoubleArray* jdoubleArray; typedef 95 typedef jarray jdoubleArray; typedef 391 jdoubleArray (*NewDoubleArray)(JNIEnv*, jsize); 400 jdouble* (*GetDoubleArrayElements)(JNIEnv*, jdoubleArray, jboolean*); 416 void (*ReleaseDoubleArrayElements)(JNIEnv*, jdoubleArray, 433 void (*GetDoubleArrayRegion)(JNIEnv*, jdoubleArray, 451 void (*SetDoubleArrayRegion)(JNIEnv*, jdoubleArray, 879 jdoubleArray NewDoubleArray(jsize length) in NewDoubleArray() 896 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy) in GetDoubleArrayElements() 920 void ReleaseDoubleArrayElements(jdoubleArray array, jdouble* elems, in ReleaseDoubleArrayElements() [all …]
|
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 326 FN0(fi,NORMAL ,jdoubleArray) \ 348 FN(afi,NORMAL ,jdoubleArray,jdoubleArray) \ 349 FN(agi,NORMAL ,jdoubleArray,jdoubleArray,jobject) \
|
/libnativehelper/include_platform_header_only/nativehelper/detail/ |
D | signature_checker.h | 794 TYPE_TRAIT_FN(jdoubleArray, "[D", kFastNative, kFinal, kSecondOrLate…
|