/packages/inputmethods/OpenWnn/libs/libwnnDictionary/ |
jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni.h | 70 JNIEXPORT jlong JNICALL Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createWnnWork 79 (JNIEnv *, jclass, jlong); 87 (JNIEnv *, jclass, jlong); 95 (JNIEnv *, jclass, jlong, jint, jint, jint); 103 (JNIEnv *, jclass, jlong, jint, jint, jstring); 111 (JNIEnv *, jclass, jlong, jint); 119 (JNIEnv *, jclass, jlong); 127 (JNIEnv *, jclass, jlong); 135 (JNIEnv *, jclass, jlong); 143 (JNIEnv *, jclass, jlong); [all...] |
/external/webkit/WebCore/bridge/jni/ |
jni_jsobject.h | 38 #define ptr_to_jlong(a) ((jlong)(uintptr_t)(a)) 67 jlong nativeHandle; 79 JavaJSObject(jlong nativeHandle); 81 static jlong createNative(jlong nativeHandle); 115 jlong KJS_JSCreateNativeJSObject(JNIEnv*, jclass, jstring jurl, jlong nativeHandle, jboolean ctx); 116 void KJS_JSObject_JSFinalize(JNIEnv*, jclass, jlong nativeJSObject); 117 jobject KJS_JSObject_JSObjectCall(JNIEnv*, jclass, jlong nativeJSObject, jstring jurl, jstring methodName, jobjectArray args, jboolean ctx); 118 jobject KJS_JSObject_JSObjectEval(JNIEnv*, jclass, jlong nativeJSObject, jstring jurl, jstring jscript, jboolean ctx) [all...] |
/dalvik/libcore/archive/src/main/native/ |
java_util_zip_Adler32.c | 23 JNIEXPORT jlong JNICALL 26 jlong crc) 32 jlong result = (jlong) adler32 ((uLong) crc, (Bytef *) (b + off), (uInt) len); 38 JNIEXPORT jlong JNICALL 40 jint val, jlong crc)
|
java_util_zip_CRC32.c | 23 JNIEXPORT jlong JNICALL 26 jlong crc) 32 jlong result = crc32 ((uLong) crc, (Bytef *) (b + off), (uInt) len); 37 JNIEXPORT jlong JNICALL 39 jbyte val, jlong crc)
|
java_util_zip_Inflater.c | 43 JNIEXPORT jlong JNICALL 100 return (jlong) ((IDATA) jstream); 106 jlong handle) 128 jobject javaFileDescriptor, jlong off, jint len, jlong handle) 159 jlong handle) 218 jlong handle) 228 Java_java_util_zip_Inflater_endImpl (JNIEnv * env, jobject recv, jlong handle) 246 int len, jlong handle) 272 jlong handle [all...] |
java_util_zip_Deflater.c | 39 int len, jlong handle) 63 JNIEXPORT jlong JNICALL 65 jlong handle) 73 JNIEXPORT jlong JNICALL 75 jlong handle) 85 jlong handle) 95 JNIEXPORT jlong JNICALL 155 return (jlong) ((IDATA) jstream); 161 jlong handle) 183 jlong handle, int flushParm [all...] |
/frameworks/base/core/jni/ |
android_os_SystemClock.cpp | 39 jobject clazz, jlong millis) 47 static jlong android_os_SystemClock_uptimeMillis(JNIEnv* env, 50 return (jlong)uptimeMillis(); 56 static jlong android_os_SystemClock_elapsedRealtime(JNIEnv* env, 59 return (jlong)elapsedRealtime(); 65 static jlong android_os_SystemClock_currentThreadTimeMillis(JNIEnv* env,
|
android_net_TrafficStats.cpp | 34 static jlong readNumber(char const* filename) { 59 static jlong tryBoth(char const* a, char const* b) { 60 jlong num = readNumber(a); 66 static jlong readTotal(char const* suffix) { 76 jlong total = -1; 82 jlong num = readNumber(filename); 98 static jlong getMobileTxPackets(JNIEnv* env, jobject clazz) { 104 static jlong getMobileRxPackets(JNIEnv* env, jobject clazz) { 110 static jlong getMobileTxBytes(JNIEnv* env, jobject clazz) { 116 static jlong getMobileRxBytes(JNIEnv* env, jobject clazz) [all...] |
android_database_SQLiteDebug.cpp | 56 static jlong getHeapSize(JNIEnv *env, jobject clazz) 61 return (jlong) info.usmblks; 74 static jlong getHeapAllocatedSize(JNIEnv *env, jobject clazz) 78 return (jlong) info.uordblks; 84 static jlong getHeapFreeSize(JNIEnv *env, jobject clazz) 88 return (jlong) info.fordblks;
|
android_os_ParcelFileDescriptor.cpp | 76 static jlong android_os_ParcelFileDescriptor_getStatSize(JNIEnv* env, 97 static jlong android_os_ParcelFileDescriptor_seekTo(JNIEnv* env, 98 jobject clazz, jlong pos)
|
/external/clearsilver/java-jni/ |
j_neo_util.c | 73 JNIEXPORT jlong JNICALL Java_org_clearsilver_HDF__1init( 82 return (jlong) hdf; 86 JNIEnv *env, jclass objClass, jlong hdf_obj_ptr) { 92 JNIEnv *env, jclass objClass, jlong hdf_obj_ptr, jstring j_hdfname, 112 JNIEnv *env, jclass objClass, jlong hdf_obj_ptr, jstring j_hdfname, 143 jlong hdf_obj_ptr, jstring j_hdfname, jstring j_value) { 174 jlong hdf_obj_ptr, jstring j_hdfname) { 196 jlong hdf_obj_ptr, jstring j_hdf_name_src, jstring j_hdf_name_dest) { 227 jlong hdf_obj_ptr) { 283 JNIEnv *env, jobject objClass, jlong hdf_obj_ptr, jstring j_filename [all...] |
j_neo_cs.c | 33 JNIEXPORT jlong JNICALL Java_org_clearsilver_CS__1init 34 (JNIEnv *env, jobject obj, jlong hdf_obj_ptr) { 49 return (jlong) cs; 53 (JNIEnv *env, jclass objClass, jlong cs_obj_ptr) { 60 jobject objCS, jlong cs_obj_ptr, jstring j_filename, jboolean use_cb) { 93 (JNIEnv *env, jclass objClass, jlong cs_obj_ptr, 126 (JNIEnv *env, jclass objClass, jlong cs_obj_ptr) { 176 (JNIEnv *env, jobject objclass, jlong cs_obj_ptr, jlong hdf_obj_ptr) {
|
/dalvik/libcore/icu/src/main/native/ |
BidiWrapper.cpp | 35 static BiDiData* biDiData(jlong ptr) { 39 static jlong BidiWrapper_ubidi_open(JNIEnv* env, jclass) { 43 static void BidiWrapper_ubidi_close(JNIEnv* env, jclass, jlong ptr) { 47 static void BidiWrapper_ubidi_setPara(JNIEnv* env, jclass, jlong ptr, jcharArray text, jint length, jbyte paraLevel, jbyteArray newEmbeddingLevels) { 65 static jlong BidiWrapper_ubidi_setLine(JNIEnv* env, jclass, jlong ptr, jint start, jint limit) { 78 static jint BidiWrapper_ubidi_getDirection(JNIEnv * env, jclass clazz, jlong ptr) { 82 static jint BidiWrapper_ubidi_getLength(JNIEnv* env, jclass, jlong ptr) { 86 static jbyte BidiWrapper_ubidi_getParaLevel(JNIEnv* env, jclass, jlong ptr) { 90 static jbyteArray BidiWrapper_ubidi_getLevels(JNIEnv* env, jclass, jlong ptr) [all...] |
NativeConverter.cpp | 49 static jlong openConverter (JNIEnv *env, jclass jClass, jstring converterName) { 66 return (jlong) conv; 75 static void closeConverter (JNIEnv *env, jclass jClass, jlong handle) { 111 static jint setSubstitutionModeCharToByte (JNIEnv *env, jclass jClass, jlong handle, jboolean mode) { 154 static jint setSubstitutionModeByteToChar (JNIEnv *env, jclass jClass, jlong handle, jboolean mode) { 201 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) { 357 static void resetByteToChar(JNIEnv *env, jclass jClass, jlong handle) [all...] |
/dalvik/libcore/luni/src/main/native/ |
java_lang_Double.c | 24 static jlong doubleToLongBits(JNIEnv* env, jclass clazz, jdouble val) 42 static jlong doubleToRawLongBits(JNIEnv* env, jclass clazz, jdouble val) 54 static jdouble longBitsToDouble(JNIEnv* env, jclass clazz, jlong val)
|
org_apache_harmony_luni_platform_OSFileSystem.cpp | 111 // Checks whether we can safely treat the given jlong as an off_t without 114 static bool offsetTooLarge(JNIEnv* env, jlong longOffset) { 115 if (sizeof(off_t) >= sizeof(jlong)) { 117 // smaller than jlong. off_t is signed, so we don't need to 135 static jlong translateLockLength(jlong length) { 143 static struct flock flockFromStartAndLength(jlong start, jlong length) { 155 jlong start, jlong length, jint typeFlag, jboolean waitFlag) [all...] |
org_apache_harmony_luni_platform_OSMemory.cpp | 68 gIDCache.method_trackExternalAllocation, (jlong) size); 76 void *returnValue = malloc(size + sizeof(jlong)); 86 jlong* adjptr = (jlong*) returnValue; 97 jlong* adjptr = (jlong*) pointer; 101 gIDCache.method_trackExternalFree, (jlong) size); 111 jbyte value, jlong length) { 112 memset ((void *) ((jint) address), (jbyte) value, (jlong) length); 121 jint srcAddress, jlong length) [all...] |
/dalvik/libnativehelper/include/nativehelper/ |
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...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
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...] |
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
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...] |
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
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...] |
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
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...] |
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
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...] |
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
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...] |
/external/webkit/WebCore/platform/android/ |
GeolocationServiceBridge.h | 51 static void newLocationAvailable(JNIEnv *env, jclass, jlong nativeObject, jobject location); 52 static void newErrorAvailable(JNIEnv *env, jclass, jlong nativeObject, jstring message);
|