Home
last modified time | relevance | path

Searched refs:jintArray (Results 1 – 5 of 5) sorted by relevance

/libnativehelper/tests/
Dscoped_primitive_array_test.cpp28 void TestCompilationRW(JNIEnv* env, jintArray array) { in TestCompilationRW()
DJniSafeRegisterNativeMethods_test.cpp311 FN0(ff,NORMAL ,jintArray) \
333 FN(aff,NORMAL ,jintArray,jintArray) \
633 EXPECT_NOT_EQUALISH_JNI_DESCRIPTORS("Ljava/lang/Integer;", jintArray); in TEST()
/libnativehelper/header_only_include/nativehelper/
Dutils.h65 operator jintArray() const { return nullptr; } in jintArray() function
/libnativehelper/include_jni/
Djni.h70 typedef _jintArray* jintArray; typedef
92 typedef jarray jintArray; typedef
388 jintArray (*NewIntArray)(JNIEnv*, jsize);
397 jint* (*GetIntArrayElements)(JNIEnv*, jintArray, jboolean*);
410 void (*ReleaseIntArrayElements)(JNIEnv*, jintArray,
427 void (*GetIntArrayRegion)(JNIEnv*, jintArray,
445 void (*SetIntArrayRegion)(JNIEnv*, jintArray,
874 jintArray NewIntArray(jsize length) in NewIntArray()
891 jint* GetIntArrayElements(jintArray array, jboolean* isCopy) in GetIntArrayElements()
912 void ReleaseIntArrayElements(jintArray array, jint* elems, in ReleaseIntArrayElements()
[all …]
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h792 TYPE_TRAIT_FN(jintArray, "[I", kFastNative, kFinal, kSecondOrLate…