Searched refs:SetDoubleArrayRegion (Results 1 – 2 of 2) sorted by relevance
/dalvik/libnativehelper/include/nativehelper/ |
D | jni.h | 466 void (*SetDoubleArrayRegion)(JNIEnv*, jdoubleArray, member 985 void SetDoubleArrayRegion(jdoubleArray array, jsize start, jsize len, in SetDoubleArrayRegion() function 987 { functions->SetDoubleArrayRegion(this, array, start, len, buf); } in SetDoubleArrayRegion()
|
/dalvik/vm/ |
D | Jni.cpp | 3277 SetDoubleArrayRegion,
|