Searched refs:jlongArray (Results 1 – 4 of 4) sorted by relevance
/dalvik/libcore/icu/src/main/native/ |
D | ConverterInterface.h | 70 (JNIEnv *, jclass, jlongArray, jstring); 294 (JNIEnv *, jclass, jlong, jlongArray);
|
/dalvik/libnativehelper/include/nativehelper/ |
D | jni.h | 70 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/ |
D | Jni.c | 2398 NEW_PRIMITIVE_ARRAY(jlongArray, Long, 'J');
|
D | CheckJni.c | 1729 NEW_PRIMITIVE_ARRAY(jlongArray, Long);
|