Home
last modified time | relevance | path

Searched defs:jintArray (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/src/android_sdk/nativehelper/
Dutils.h73 operator jintArray() const { return nullptr; } in jintArray() function
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_jni/src/
Dlib.rs124 next_protocols: jintArray, in Java_com_google_security_cryptauth_lib_securegcm_ukey2_D2DHandshakeContext_create_1context()
/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Djnienv.rs1309 pub fn new_int_array(&self, length: jsize) -> Result<jintArray> { in new_int_array()
1451 array: jintArray, in get_int_array_region()
1630 pub fn set_int_array_region(&self, array: jintArray, start: jsize, buf: &[jint]) -> Result<()> { in set_int_array_region()
2184 array: jintArray, in get_int_array_elements()
/external/libtextclassifier/native/annotator/
Dannotator_jni.cc625 TC3_JNI_METHOD(jintArray, TC3_ANNOTATOR_CLASS_NAME, nativeSuggestSelection) in TC3_JNI_METHOD() argument
/external/oj-libjdwp/src/share/javavm/export/
Djni.h91 typedef _jintArray *jintArray; typedef
110 typedef jarray jintArray; typedef
/external/pytorch/.circleci/windows-jni/include/
Djni.h71 typedef _jintArray* jintArray; typedef
93 typedef jarray jintArray; typedef
/external/pytorch/.ci/docker/java/
Djni.h71 typedef _jintArray* jintArray; typedef
93 typedef jarray jintArray; typedef
/external/rust/android-crates-io/crates/jni-sys/src/
Dlib.rs30 pub type jintArray = jarray; typedef