/dalvik/libcore/icu/src/main/native/ |
D | CollationInterface.h | 24 (JNIEnv *, jclass, jlong); 32 (JNIEnv *, jclass, jlong); 40 (JNIEnv *, jclass, jlong, jstring, jstring); 48 (JNIEnv *, jclass, jlong, jint); 55 JNIEXPORT jlong JNICALL Java_com_ibm_icu4jni_text_NativeCollation_getCollationElementIterator 56 (JNIEnv *, jclass, jlong, jstring); 64 (JNIEnv *, jclass, jlong, jint); 72 (JNIEnv *, jclass, jlong); 80 (JNIEnv *, jclass, jlong); 88 (JNIEnv *, jclass, jlong); [all …]
|
D | ConverterInterface.h | 22 (JNIEnv *, jclass, jlong, jbyteArray, jint, jcharArray, jint, jintArray, jboolean); 30 (JNIEnv *, jclass, jlong, jbyteArray, jint, jcharArray, jint, jintArray, jboolean); 38 (JNIEnv *, jclass, jlong, jcharArray, jint, jbyteArray, jint, jintArray, jboolean); 46 (JNIEnv *, jclass, jlong, jcharArray, jint, jbyteArray, jint, jintArray, jboolean); 54 (JNIEnv *, jclass, jlong, jbyteArray, jint, jintArray); 62 (JNIEnv *, jclass, jlong, jcharArray, jint, jintArray); 78 (JNIEnv *, jclass, jlong); 86 (JNIEnv *, jclass, jlong); 94 (JNIEnv *, jclass, jlong); 102 (JNIEnv *, jclass, jlong, jcharArray, jint); [all …]
|
D | BidiWrapperInterface.h | 56 JNIEXPORT jlong JNICALL Java_org_apache_harmony_text_BidiWrapper_ubidi_1open 64 (JNIEnv *, jclass, jlong); 71 (JNIEnv *, jclass, jlong, jcharArray, jint, jbyte, jbyteArray); 77 JNIEXPORT jlong JNICALL Java_org_apache_harmony_text_BidiWrapper_ubidi_1setLine 78 (JNIEnv *, jclass, jlong, jint, jint); 85 (JNIEnv *, jclass, jlong); 92 (JNIEnv *, jclass, jlong); 99 (JNIEnv *, jclass, jlong); 106 (JNIEnv *, jclass, jlong); 113 (JNIEnv *, jclass, jlong); [all …]
|
D | BidiWrapperInterface.c | 30 JNIEXPORT jlong JNICALL Java_org_apache_harmony_text_BidiWrapper_ubidi_1open in Java_org_apache_harmony_text_BidiWrapper_ubidi_1open() 36 return (jlong) (data); in Java_org_apache_harmony_text_BidiWrapper_ubidi_1open() 40 (JNIEnv * env, jclass clazz, jlong pBiDi) in Java_org_apache_harmony_text_BidiWrapper_ubidi_1close() 52 (JNIEnv * env, jclass clazz, jlong pBiDi, jcharArray text, jint length, in Java_org_apache_harmony_text_BidiWrapper_ubidi_1setPara() 86 JNIEXPORT jlong JNICALL Java_org_apache_harmony_text_BidiWrapper_ubidi_1setLine in Java_org_apache_harmony_text_BidiWrapper_ubidi_1setLine() 87 (JNIEnv * env, jclass clazz, jlong pBiDi, jint start, jint limit) in Java_org_apache_harmony_text_BidiWrapper_ubidi_1setLine() 101 return (jlong) lineData; in Java_org_apache_harmony_text_BidiWrapper_ubidi_1setLine() 105 (JNIEnv * env, jclass clazz, jlong pBiDi) in Java_org_apache_harmony_text_BidiWrapper_ubidi_1getDirection() 112 (JNIEnv * env, jclass clazz, jlong pBiDi) in Java_org_apache_harmony_text_BidiWrapper_ubidi_1getLength() 119 (JNIEnv * env, jclass clazz, jlong pBiDi) in Java_org_apache_harmony_text_BidiWrapper_ubidi_1getParaLevel() [all …]
|
D | ConverterInterface.c | 46 static jlong openConverter (JNIEnv *env, jclass jClass, jstring converterName) { in openConverter() 63 return (jlong) conv; in openConverter() 72 static void closeConverter (JNIEnv *env, jclass jClass, jlong handle) { in closeConverter() 105 static jint setSubstitutionModeCharToByte (JNIEnv *env, jclass jClass, jlong handle, jboolean mode)… in setSubstitutionModeCharToByte() 148 static jint setSubstitutionModeByteToChar (JNIEnv *env, jclass jClass, jlong handle, jboolean mode)… in setSubstitutionModeByteToChar() 195 static jint convertCharToByte(JNIEnv *env, jclass jClass, jlong handle, jcharArray source, jint s… in convertCharToByte() 243 static jint encode(JNIEnv *env, jclass jClass, jlong handle, jcharArray source, jint sourceEnd, jby… in encode() 280 static jint convertByteToChar(JNIEnv *env, jclass jClass, jlong handle, jbyteArray source, jint sou… in convertByteToChar() 328 static jint decode(JNIEnv *env, jclass jClass, jlong handle, jbyteArray source, jint sourceEnd, jch… in decode() 352 static void resetByteToChar(JNIEnv *env, jclass jClass, jlong handle) { in resetByteToChar() [all …]
|
D | RBNFInterface.cpp | 140 static jstring formatLongRBNFImpl(JNIEnv *env, jclass clazz, jint addr, jlong value, in formatLongRBNFImpl() 349 (jlong) resultLong); in parseRBNFImpl() 354 (jlong) resultInt64); in parseRBNFImpl()
|
/dalvik/libcore/archive/src/main/native/ |
D | java_util_zip_Adler32.c | 23 JNIEXPORT jlong JNICALL 26 jlong crc) in Java_java_util_zip_Adler32_updateImpl() 30 jlong result; in Java_java_util_zip_Adler32_updateImpl() 37 result = (jlong) adler32 ((uLong) crc, (Bytef *) (b + off), (uInt) len); in Java_java_util_zip_Adler32_updateImpl() 43 JNIEXPORT jlong JNICALL 45 jint val, jlong crc) in Java_java_util_zip_Adler32_updateByteImpl()
|
D | java_util_zip_CRC32.c | 23 JNIEXPORT jlong JNICALL 26 jlong crc) in Java_java_util_zip_CRC32_updateImpl() 29 jlong result; in Java_java_util_zip_CRC32_updateImpl() 41 JNIEXPORT jlong JNICALL 43 jbyte val, jlong crc) in Java_java_util_zip_CRC32_updateByteImpl()
|
D | java_util_zip_Deflater.c | 39 int len, jlong handle) in Java_java_util_zip_Deflater_setDictionaryImpl() 63 JNIEXPORT jlong JNICALL 65 jlong handle) in Java_java_util_zip_Deflater_getTotalInImpl() 73 JNIEXPORT jlong JNICALL 75 jlong handle) in Java_java_util_zip_Deflater_getTotalOutImpl() 85 jlong handle) in Java_java_util_zip_Deflater_getAdlerImpl() 95 JNIEXPORT jlong JNICALL 155 return (jlong) ((IDATA) jstream); in Java_java_util_zip_Deflater_createStream() 161 jlong handle) in Java_java_util_zip_Deflater_setInputImpl() 193 jlong handle, int flushParm) in Java_java_util_zip_Deflater_deflateImpl() [all …]
|
D | java_util_zip_Inflater.c | 43 JNIEXPORT jlong JNICALL 97 return (jlong) ((IDATA) jstream); in Java_java_util_zip_Inflater_createStream() 103 jlong handle) in Java_java_util_zip_Inflater_setInputImpl() 134 jobject javaFileDescriptor, jlong off, jint len, jlong handle) in Java_java_util_zip_Inflater_setFileInputImpl() 165 jlong handle) in Java_java_util_zip_Inflater_inflateImpl() 224 jlong handle) in Java_java_util_zip_Inflater_getAdlerImpl() 234 Java_java_util_zip_Inflater_endImpl (JNIEnv * env, jobject recv, jlong handle) in Java_java_util_zip_Inflater_endImpl() 252 int len, jlong handle) in Java_java_util_zip_Inflater_setDictionaryImpl() 278 jlong handle) in Java_java_util_zip_Inflater_resetImpl() 301 JNIEXPORT jlong JNICALL [all …]
|
/dalvik/libcore/luni/src/main/native/ |
D | org_apache_harmony_luni_platform_OSFileSystem.cpp | 102 jlong start, jlong length, jint typeFlag, jboolean waitFlag) { in harmony_io_lockImpl() 139 jlong start, jlong length) { in harmony_io_unlockImpl() 186 static jlong harmony_io_readvImpl(JNIEnv *env, jobject thiz, jint fd, in harmony_io_readvImpl() 228 static jlong harmony_io_writevImpl(JNIEnv *env, jobject thiz, jint fd, in harmony_io_writevImpl() 270 static jlong harmony_io_transferImpl(JNIEnv *env, jobject thiz, jint fd, in harmony_io_transferImpl() 271 jobject sd, jlong offset, jlong count) { in harmony_io_transferImpl() 294 static jlong harmony_io_readDirectImpl(JNIEnv * env, jobject thiz, jint fd, in harmony_io_readDirectImpl() 298 return (jlong) 0; in harmony_io_readDirectImpl() 303 return (jlong) -1; in harmony_io_readDirectImpl() 305 return (jlong) result; in harmony_io_readDirectImpl() [all …]
|
D | org_apache_harmony_luni_platform_OSMemory.cpp | 71 gIDCache.method_trackExternalAllocation, (jlong) size); in harmony_nio_mallocImpl() 79 void *returnValue = malloc(size + sizeof(jlong)); in harmony_nio_mallocImpl() 89 jlong* adjptr = (jlong*) returnValue; in harmony_nio_mallocImpl() 100 jlong* adjptr = (jlong*) pointer; in harmony_nio_freeImpl() 104 gIDCache.method_trackExternalFree, (jlong) size); in harmony_nio_freeImpl() 114 jbyte value, jlong length) { in harmony_nio_memset() 115 memset ((void *) ((jint) address), (jbyte) value, (jlong) length); in harmony_nio_memset() 124 jint srcAddress, jlong length) { in harmony_nio_memmove() 126 (jlong) length); in harmony_nio_memmove() 316 static jlong harmony_nio_getLongImpl(JNIEnv *_env, jobject _this, in harmony_nio_getLongImpl() [all …]
|
D | java_lang_Double.c | 24 static jlong doubleToLongBits(JNIEnv* env, jclass clazz, jdouble val) in doubleToLongBits() 42 static jlong doubleToRawLongBits(JNIEnv* env, jclass clazz, jdouble val) in doubleToRawLongBits() 54 static jdouble longBitsToDouble(JNIEnv* env, jclass clazz, jlong val) in longBitsToDouble()
|
D | java_io_ObjectOutputStream.c | 21 static jlong java_getFieldLong(JNIEnv * env, jclass clazz, in java_getFieldLong() 35 return (jlong) 0L; in java_getFieldLong()
|
D | java_io_File.c | 173 static jlong java_io_File_lengthImpl(JNIEnv* env, jobject obj, in java_io_File_lengthImpl() 176 jlong result = 0; in java_io_File_lengthImpl() 218 static jlong java_io_File_lastModifiedImpl(JNIEnv* env, jobject obj, in java_io_File_lastModifiedImpl() 221 jlong result = 0; in java_io_File_lastModifiedImpl() 425 jbyteArray path, jlong time) { in java_io_File_setLastModifiedImpl()
|
D | org_apache_harmony_luni_util_NumberConvert.c | 34 jlong f, 87 jlong f, in Java_org_apache_harmony_luni_util_NumberConverter_bigIntDigitGeneratorInstImpl()
|
D | java_io_ObjectInputStream.c | 165 jlong newValue) { in java_setFieldLong()
|
/dalvik/libnativehelper/include/nativehelper/ |
D | jni.h | 24 typedef int64_t jlong; /* signed 64 bits */ typedef 33 typedef long long jlong; /* signed 64 bits */ typedef 114 jlong j; 216 jlong (*CallLongMethod)(JNIEnv*, jobject, jmethodID, ...); 217 jlong (*CallLongMethodV)(JNIEnv*, jobject, jmethodID, va_list); 218 jlong (*CallLongMethodA)(JNIEnv*, jobject, jmethodID, jvalue*); 265 jlong (*CallNonvirtualLongMethod)(JNIEnv*, jobject, jclass, 267 jlong (*CallNonvirtualLongMethodV)(JNIEnv*, jobject, jclass, 269 jlong (*CallNonvirtualLongMethodA)(JNIEnv*, jobject, jclass, 298 jlong (*GetLongField)(JNIEnv*, jobject, jfieldID); [all …]
|
/dalvik/libcore/sql/src/main/native/ |
D | sqlite_jni.h | 63 JNIEXPORT jlong JNICALL Java_SQLite_Database__1last_1insert_1rowid 79 JNIEXPORT jlong JNICALL Java_SQLite_Database__1changes 224 (JNIEnv *, jobject, jstring, jstring, jstring, jlong, jboolean, jobject); 433 (JNIEnv *, jobject, jint, jlong); 512 JNIEXPORT jlong JNICALL Java_SQLite_Stmt_column_1long
|
D | sqlite_jni_registration.c | 33 extern JNIEXPORT jlong JNICALL Java_SQLite_Database__1last_1insert_1rowid 37 extern JNIEXPORT jlong JNICALL Java_SQLite_Database__1changes 74 (JNIEnv *, jobject, jstring, jstring, jstring, jlong, jboolean, jobject); 128 (JNIEnv *, jobject, jint, jlong); 147 extern JNIEXPORT jlong JNICALL Java_SQLite_Stmt_column_1long
|
/dalvik/vm/native/ |
D | dalvik_system_VMDebug.c | 534 jlong result; in Dalvik_dalvik_system_VMDebug_threadCpuTimeNanos() 539 result = (jlong) (now.tv_sec*1000000000LL + now.tv_nsec); in Dalvik_dalvik_system_VMDebug_threadCpuTimeNanos() 541 result = (jlong) -1; in Dalvik_dalvik_system_VMDebug_threadCpuTimeNanos()
|
/dalvik/libcore/x-net/src/main/native/ |
D | org_apache_harmony_xnet_provider_jsse_OpenSSLSessionImpl.cpp | 173 static jlong org_apache_harmony_xnet_provider_jsse_OpenSSLSessionImpl_getcreationtime(JNIEnv* env, … in org_apache_harmony_xnet_provider_jsse_OpenSSLSessionImpl_getcreationtime() 180 return (jlong)(1000L * ssl_session->time); in org_apache_harmony_xnet_provider_jsse_OpenSSLSessionImpl_getcreationtime()
|
D | org_apache_harmony_xnet_provider_jsse_OpenSSLServerSocketImpl.cpp | 150 jobject object, jlong protocol) in org_apache_harmony_xnet_provider_jsse_OpenSSLServerSocketImpl_setenabledprotocols()
|
/dalvik/vm/ |
D | CheckJni.c | 1509 GET_STATIC_TYPE_FIELD(jlong, Long); 1532 SET_STATIC_TYPE_FIELD(jlong, Long, PRIM_LONG); 1554 GET_TYPE_FIELD(jlong, Long); 1576 SET_TYPE_FIELD(jlong, Long, PRIM_LONG); 1626 CALL_VIRTUAL(jlong, Long, jlong result, result=, result, 'J'); 1681 CALL_NONVIRTUAL(jlong, Long, jlong result, result=, result, 'J'); 1733 CALL_STATIC(jlong, Long, jlong result, result=, result, 'J'); 1981 PRIMITIVE_ARRAY_FUNCTIONS(jlong, Long, 'J'); 2155 jlong capacity) in Check_NewDirectByteBuffer() 2232 static jlong Check_GetDirectBufferCapacity(JNIEnv* env, jobject buf) in Check_GetDirectBufferCapacity() [all …]
|
D | Jni.c | 2379 GET_STATIC_TYPE_FIELD(jlong, Long, false); 2407 SET_STATIC_TYPE_FIELD(jlong, Long, false); 2439 GET_TYPE_FIELD(jlong, Long, false); 2467 SET_TYPE_FIELD(jlong, Long, false); 2541 CALL_VIRTUAL(jlong, Long, 0, result.j, false); 2623 CALL_NONVIRTUAL(jlong, Long, 0, result.j, false); 2678 CALL_STATIC(jlong, Long, 0, result.j, false); 3092 PRIMITIVE_ARRAY_FUNCTIONS(jlong, Long); 3356 static jobject NewDirectByteBuffer(JNIEnv* env, void* address, jlong capacity) in NewDirectByteBuffer() 3481 static jlong GetDirectBufferCapacity(JNIEnv* env, jobject jbuf) in GetDirectBufferCapacity() [all …]
|