Searched refs:jintArray (Results 1 – 4 of 4) sorted by relevance
/libnativehelper/tests/ |
D | scoped_primitive_array_test.cpp | 28 void TestCompilationRW(JNIEnv* env, jintArray array) { in TestCompilationRW()
|
D | JniSafeRegisterNativeMethods_test.cpp | 323 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/ |
D | jni.h | 70 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/ |
D | signature_checker.h | 791 TYPE_TRAIT_FN(jintArray, "[I", kFastNative, kFinal, kSecondOrLate…
|