Home
last modified time | relevance | path

Searched refs:GetDoubleArrayElements (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/
Dauto_array.rs58 type_array!(jdouble, GetDoubleArrayElements, ReleaseDoubleArrayElements);
/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Dauto_elements.rs104 type_array!(jdouble, GetDoubleArrayElements, ReleaseDoubleArrayElements);
/external/pytorch/.circleci/windows-jni/include/
Djni.h402 jdouble* (*GetDoubleArrayElements)(JNIEnv*, jdoubleArray, jboolean*); member
890 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy) in GetDoubleArrayElements() function
891 { return functions->GetDoubleArrayElements(this, array, isCopy); } in GetDoubleArrayElements()
/external/pytorch/.ci/docker/java/
Djni.h401 jdouble* (*GetDoubleArrayElements)(JNIEnv*, jdoubleArray, jboolean*); member
897 jdouble* GetDoubleArrayElements(jdoubleArray array, jboolean* isCopy) in GetDoubleArrayElements() function
898 { return functions->GetDoubleArrayElements(this, array, isCopy); } in GetDoubleArrayElements()
/external/webp/swig/
Dlibwebp_java_wrap.c771 *jarr = (*jenv)->GetDoubleArrayElements(jenv, input, 0); in SWIG_JavaArrayInDouble()
798 arr = (*jenv)->GetDoubleArrayElements(jenv, jresult, 0); in SWIG_JavaArrayOutDouble()
/external/oj-libjdwp/src/share/javavm/export/
Djni.h666 jdouble * (JNICALL *GetDoubleArrayElements)
1685 jdouble * GetDoubleArrayElements(jdoubleArray array, jboolean *isCopy) { in GetDoubleArrayElements() function
1686 return functions->GetDoubleArrayElements(this,array,isCopy); in GetDoubleArrayElements()
/external/rust/android-crates-io/crates/jni-sys/src/
Dlib.rs1182 pub GetDoubleArrayElements: Option< field