Home
last modified time | relevance | path

Searched defs:jsize (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/
Djnienv.rs1181 pub fn get_array_length(&self, array: jarray) -> Result<jsize> { in get_array_length()
1197 length: jsize, in new_object_array()
1219 index: jsize, in get_object_array_element()
1236 index: jsize, in set_object_array_element()
1344 start: jsize, in get_boolean_array_region()
1371 start: jsize, in get_byte_array_region()
1398 start: jsize, in get_char_array_region()
1425 start: jsize, in get_short_array_region()
1452 start: jsize, in get_int_array_region()
1479 start: jsize, in get_long_array_region()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs1655 ) -> Result<jsize> { in get_array_length()
1671 length: jsize, in new_object_array()
1701 index: jsize, in get_object_array_element()
1718 index: jsize, in set_object_array_element()
1835 start: jsize, in get_boolean_array_region()
1862 start: jsize, in get_byte_array_region()
1890 start: jsize, in get_char_array_region()
1917 start: jsize, in get_short_array_region()
1944 start: jsize, in get_int_array_region()
1971 start: jsize, in get_long_array_region()
[all …]
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_os_HidlMemory.cpp86 jlong jsize = static_cast<jlong>(cobj.size()); in toJava() local
104 jlong jsize = env->CallLongMethod(jobj, gFields.getSize); in javaToNative() local
/aosp_15_r20/external/jazzer-api/src/main/native/com/code_intelligence/jazzer/driver/
H A Dfuzz_target_runner.cpp55 jint jsize = in testOneInput() local
70 jint jsize = in LLVMFuzzerCustomMutator() local
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/
Dauto_primitive_array.rs71 pub fn size(&self) -> Result<jsize> { in size()
Dauto_array.rs118 pub fn size(&self) -> Result<jsize> { in size()
/aosp_15_r20/external/rust/android-crates-io/crates/jni-sys/src/
Dlib.rs18 pub type jsize = jint; typedef
1514 pub fn JNI_GetCreatedJavaVMs(vmBuf: *mut *mut JavaVM, bufLen: jsize, nVMs: *mut jsize) -> jint; in JNI_GetCreatedJavaVMs()
/aosp_15_r20/prebuilts/jdk/jdk21/windows-x86/include/
Djni.h63 typedef jint jsize; typedef
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-arm64/include/
Djni.h63 typedef jint jsize; typedef
/aosp_15_r20/prebuilts/jdk/jdk21/linux-x86/include/
Djni.h63 typedef jint jsize; typedef
/aosp_15_r20/external/oj-libjdwp/src/share/javavm/export/
H A Djni.h63 typedef jint jsize; typedef
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/include/
Djni.h63 typedef jint jsize; typedef
/aosp_15_r20/prebuilts/jdk/jdk21/darwin-x86/include/
Djni.h63 typedef jint jsize; typedef
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/include/
Djni.h63 typedef jint jsize; typedef
/aosp_15_r20/prebuilts/vndk/v34/arm/include/libnativehelper/include_jni/
Djni.h40 typedef jint jsize; typedef
/aosp_15_r20/external/pytorch/.ci/docker/java/
H A Djni.h41 typedef jint jsize; typedef
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/libnativehelper/include_jni/
Djni.h40 typedef jint jsize; typedef
/aosp_15_r20/libnativehelper/include_jni/
H A Djni.h40 typedef jint jsize; typedef
/aosp_15_r20/prebuilts/vndk/v34/x86/include/libnativehelper/include_jni/
Djni.h40 typedef jint jsize; typedef
/aosp_15_r20/prebuilts/module_sdk/art/1/include/libnativehelper/include_jni/
Djni.h40 typedef jint jsize; typedef
/aosp_15_r20/prebuilts/module_sdk/art/3/include/libnativehelper/include_jni/
Djni.h40 typedef jint jsize; typedef
/aosp_15_r20/prebuilts/module_sdk/art/13/include/libnativehelper/include_jni/
Djni.h40 typedef jint jsize; typedef
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/libnativehelper/include_jni/
Djni.h40 typedef jint jsize; typedef
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/libnativehelper/include_jni/
Djni.h40 typedef jint jsize; typedef
/aosp_15_r20/prebuilts/module_sdk/art/7/include/libnativehelper/include_jni/
Djni.h40 typedef jint jsize; typedef

12