Searched refs:GetDoubleArrayRegion (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 433 void (*GetDoubleArrayRegion)(JNIEnv*, jdoubleArray, member 945 void GetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, in GetDoubleArrayRegion() function 947 { functions->GetDoubleArrayRegion(this, array, start, len, buf); } in GetDoubleArrayRegion()
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 433 void (*GetDoubleArrayRegion)(JNIEnv*, jdoubleArray, member 945 void GetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, in GetDoubleArrayRegion() function 947 { functions->GetDoubleArrayRegion(this, array, start, len, buf); } in GetDoubleArrayRegion()
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal_test.cc | 521 env_->GetDoubleArrayRegion(reinterpret_cast<jdoubleArray>(array), 0, kLength, in GetPrimitiveArrayRegionElementsOfWrongType() 1238 EXPECT_PRIMITIVE_ARRAY(NewDoubleArray, GetDoubleArrayRegion, SetDoubleArrayRegion, in TEST_F()
|
H A D | jni_internal.cc | 2391 static void GetDoubleArrayRegion(JNIEnv* env, jdoubleArray array, jsize start, jsize length, in GetDoubleArrayRegion() function in art::JNI 3131 JNIImpl::GetDoubleArrayRegion,
|
H A D | check_jni.cc | 3756 baseEnv(env)->GetDoubleArrayRegion(env, down_cast<jdoubleArray>(array), start, len, in GetPrimitiveArrayRegion() 4027 CheckJNI::GetDoubleArrayRegion,
|