Searched defs:jint (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/tests/ |
D | JniSafeRegisterNativeMethods_test.cpp | 869 static void TestJniMacros_v_lib(jlong, jint, jboolean) {} in TestJniMacros_v_lib() argument 870 static void TestJniMacros_v_lib_od(jlong, jint, jboolean) {} in TestJniMacros_v_lib_od() argument 871 static void TestJniMacros_v_eolib(JNIEnv*, jobject, jlong, jint, jboolean) {} in TestJniMacros_v_eolib() argument 872 static void TestJniMacros_v_eolib_od(JNIEnv*, jobject, jlong, jint, jboolean) {} in TestJniMacros_v_eolib_od() argument 881 static jlong android_os_Parcel_setDataSize(JNIEnv*, jclass, jlong, jint) { return 0; } in android_os_Parcel_setDataSize() argument 882 static void android_os_Parcel_setDataPosition(jlong, jint) {} in android_os_Parcel_setDataPosition() argument 883 static void android_os_Parcel_setDataCapacity(JNIEnv*, jclass, jlong, jint) {} in android_os_Parcel_setDataCapacity() argument 886 static void android_os_Parcel_writeByteArray(JNIEnv*, jclass, jlong, jbyteArray, jint, jint) {} in android_os_Parcel_writeByteArray() argument 888 static void android_os_Parcel_writeBlob(JNIEnv*, jclass, jlong, jbyteArray, jint, jint) {} in android_os_Parcel_writeBlob() argument 889 static void android_os_Parcel_writeInt(JNIEnv*, jclass, jlong, jint) {} in android_os_Parcel_writeInt() argument
|
/libnativehelper/header_only_include/nativehelper/ |
D | utils.h | 52 operator jint() const { return 0; } in jint() function
|
/libnativehelper/include_jni/ |
D | jni.h | 34 typedef int32_t jint; /* signed 32 bits */ typedef
|