Home
last modified time | relevance | path

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

/libnativehelper/tests/
Dscoped_primitive_array_test.cpp28 void TestCompilationRW(JNIEnv* env, jintArray array) { in TestCompilationRW()
DJniSafeRegisterNativeMethods_test.cpp323 FN0(ff,NORMAL ,jintArray) \
345 FN(aff,NORMAL ,jintArray,jintArray) \
645 EXPECT_NOT_EQUALISH_JNI_DESCRIPTORS("Ljava/lang/Integer;", jintArray); in TEST()
/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,
873 jintArray NewIntArray(jsize length) in NewIntArray()
890 jint* GetIntArrayElements(jintArray array, jboolean* isCopy) in GetIntArrayElements()
911 void ReleaseIntArrayElements(jintArray array, jint* elems, in ReleaseIntArrayElements()
[all …]
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h791 TYPE_TRAIT_FN(jintArray, "[I", kFastNative, kFinal, kSecondOrLate…