Searched refs:GetDoubleArrayElements (Results 1 – 7 of 7) sorted by relevance
| /external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/ |
| D | auto_array.rs | 58 type_array!(jdouble, GetDoubleArrayElements, ReleaseDoubleArrayElements);
|
| /external/rust/android-crates-io/crates/jni/src/wrapper/objects/ |
| D | auto_elements.rs | 104 type_array!(jdouble, GetDoubleArrayElements, ReleaseDoubleArrayElements);
|
| /external/pytorch/.circleci/windows-jni/include/ |
| D | jni.h | 402 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/ |
| D | jni.h | 401 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/ |
| D | libwebp_java_wrap.c | 771 *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/ |
| D | jni.h | 666 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/ |
| D | lib.rs | 1182 pub GetDoubleArrayElements: Option< field
|