Searched refs:jintArray (Results 1 - 11 of 11) sorted by relevance

/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_platform_OSFileSystem.cpp202 jintArray jBuffers, jintArray jOffsets, jintArray jLengths, jint size) {
222 jintArray jBuffers, jintArray jOffsets, jintArray jLengths, jint size) {
236 jintArray jBuffers, jintArray jOffsets, jintArray jLengths, jint size) {
H A Dorg_apache_harmony_luni_util_NumberConvert.c103 jintArray uArrayObject;
209 uArrayObject = (jintArray) (*env)->GetObjectField (env, inst, fid);
H A Dorg_apache_harmony_luni_platform_OSMemory.cpp217 jint pointer, jintArray src, jint offset, jint length, jboolean swap) {
H A Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp2323 jint countWriteC, jintArray outFlags, jlong timeoutMs) {
/dalvik/libcore/icu/src/main/native/
H A DBidiWrapper.cpp133 static jintArray BidiWrapper_ubidi_reorderVisual(JNIEnv* env, jclass, jbyteArray levels, jint length) {
138 jintArray result = env->NewIntArray(length);
H A DNativeConverter.cpp201 static jint convertCharToByte(JNIEnv *env, jclass jClass, jlong handle, jcharArray source, jint sourceEnd, jbyteArray target, jint targetEnd, jintArray data, jboolean flush) {
248 static jint encode(JNIEnv *env, jclass jClass, jlong handle, jcharArray source, jint sourceEnd, jbyteArray target, jint targetEnd, jintArray data, jboolean flush) {
285 static jint convertByteToChar(JNIEnv *env, jclass jClass, jlong handle, jbyteArray source, jint sourceEnd, jcharArray target, jint targetEnd, jintArray data, jboolean flush) {
333 static jint decode(JNIEnv *env, jclass jClass, jlong handle, jbyteArray source, jint sourceEnd, jcharArray target, jint targetEnd, jintArray data, jboolean flush) {
374 static jint countInvalidBytes (JNIEnv *env, jclass jClass, jlong handle, jintArray length) {
394 static jint countInvalidChars(JNIEnv *env, jclass jClass, jlong handle, jintArray length) {
439 static jint flushByteToChar(JNIEnv *env, jclass jClass,jlong handle, jcharArray target, jint targetEnd, jintArray data) {
480 static jint flushCharToByte (JNIEnv *env, jclass jClass, jlong handle, jbyteArray target, jint targetEnd, jintArray data) {
H A DNativeRegEx.cpp213 jintArray offsets)
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h69 typedef _jintArray* jintArray; typedef
91 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)
890 jint* GetIntArrayElements(jintArray array, jboolean* isCopy)
911 void ReleaseIntArrayElements(jintArray arra
[all...]
/dalvik/libcore/openssl/src/main/native/
H A DBNInterface.c211 static jboolean NativeBN_litEndInts2bn(JNIEnv* env, jclass cls, jintArray arr, int len, jboolean neg, BIGNUM* ret) {
423 static jintArray NativeBN_bn2litEndInts(JNIEnv* env, jclass cls, BIGNUM* a, jintArray to) {
425 jintArray returnJInts = to;
/dalvik/vm/
H A DCheckJni.c2051 NEW_PRIMITIVE_ARRAY(jintArray, Int);
H A DJni.c3175 NEW_PRIMITIVE_ARRAY(jintArray, Int, 'I');

Completed in 1435 milliseconds