Home
last modified time | relevance | path

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

/dalvik/libcore/icu/src/main/native/
DConverterInterface.h70 (JNIEnv *, jclass, jlongArray, jstring);
294 (JNIEnv *, jclass, jlong, jlongArray);
/dalvik/libnativehelper/include/nativehelper/
Djni.h70 typedef _jlongArray* jlongArray; typedef
92 typedef jarray jlongArray; typedef
389 jlongArray (*NewLongArray)(JNIEnv*, jsize);
398 jlong* (*GetLongArrayElements)(JNIEnv*, jlongArray, jboolean*);
412 void (*ReleaseLongArrayElements)(JNIEnv*, jlongArray,
429 void (*GetLongArrayRegion)(JNIEnv*, jlongArray,
447 void (*SetLongArrayRegion)(JNIEnv*, jlongArray,
875 jlongArray NewLongArray(jsize length) in NewLongArray()
892 jlong* GetLongArrayElements(jlongArray array, jboolean* isCopy) in GetLongArrayElements()
914 void ReleaseLongArrayElements(jlongArray array, jlong* elems, in ReleaseLongArrayElements()
[all …]
/dalvik/vm/
DJni.c2398 NEW_PRIMITIVE_ARRAY(jlongArray, Long, 'J');
DCheckJni.c1729 NEW_PRIMITIVE_ARRAY(jlongArray, Long);