Searched refs:jdoubleArray (Results 1 – 4 of 4) sorted by relevance
/libnativehelper/header_only_include/nativehelper/ |
D | utils.h | 68 operator jdoubleArray() const { return nullptr; } in jdoubleArray() function
|
/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, 880 jdoubleArray NewDoubleArray(jsize length) in NewDoubleArray() 897 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy) in GetDoubleArrayElements() 921 void ReleaseDoubleArrayElements(jdoubleArray array, jdouble* elems, in ReleaseDoubleArrayElements() [all …]
|
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 314 FN0(fi,NORMAL ,jdoubleArray) \ 336 FN(afi,NORMAL ,jdoubleArray,jdoubleArray) \ 337 FN(agi,NORMAL ,jdoubleArray,jdoubleArray,jobject) \
|
/libnativehelper/include_platform_header_only/nativehelper/detail/ |
D | signature_checker.h | 795 TYPE_TRAIT_FN(jdoubleArray, "[D", kFastNative, kFinal, kSecondOrLate…
|