Home
last modified time | relevance | path

Searched refs:SetDoubleArrayRegion (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h451 void (*SetDoubleArrayRegion)(JNIEnv*, jdoubleArray, member
970 void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, in SetDoubleArrayRegion() function
972 { functions->SetDoubleArrayRegion(this, array, start, len, buf); } in SetDoubleArrayRegion()
/aosp12/libnativehelper/include_jni/
H A Djni.h451 void (*SetDoubleArrayRegion)(JNIEnv*, jdoubleArray, member
970 void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, in SetDoubleArrayRegion() function
972 { functions->SetDoubleArrayRegion(this, array, start, len, buf); } in SetDoubleArrayRegion()
/aosp12/art/runtime/jni/
H A Djni_internal_test.cc579 env_->SetDoubleArrayRegion(reinterpret_cast<jdoubleArray>(array), 0, kLength, in SetPrimitiveArrayRegionElementsOfWrongType()
1238 EXPECT_PRIMITIVE_ARRAY(NewDoubleArray, GetDoubleArrayRegion, SetDoubleArrayRegion, in TEST_F()
H A Djni_internal.cc2435 static void SetDoubleArrayRegion(JNIEnv* env, jdoubleArray array, jsize start, jsize length, in SetDoubleArrayRegion() function in art::JNI
3139 JNIImpl::SetDoubleArrayRegion,
H A Dcheck_jni.cc3807 baseEnv(env)->SetDoubleArrayRegion(env, down_cast<jdoubleArray>(array), start, len, in SetPrimitiveArrayRegion()
4035 CheckJNI::SetDoubleArrayRegion,
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp747 env->SetDoubleArrayRegion(otherModesEnergy, (jsize)0, size, in gnssPowerStatsCb()
1009 env->SetDoubleArrayRegion(doubleArray, (jsize)0, numCols, array[i].row.data()); in translate2dDoubleArray()