/libcore/ojluni/src/main/native/ |
D | Character.cpp | 32 Character_isLowerCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLowerCaseImpl() argument 37 Character_isUpperCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isUpperCaseImpl() argument 42 Character_isTitleCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isTitleCaseImpl() argument 47 Character_isDigitImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isDigitImpl() argument 52 Character_isLetterImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLetterImpl() argument 57 Character_isLetterOrDigitImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLetterOrDigitImpl() argument 62 Character_isAlphabeticImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isAlphabeticImpl() argument 67 Character_isIdeographicImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isIdeographicImpl() argument 72 Character_getTypeImpl(JNIEnv* env, jclass, jint codePoint) { in Character_getTypeImpl() argument 77 Character_isUnicodeIdentifierStartImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isUnicodeIdentifierStartImpl() argument [all …]
|
/libcore/luni/src/main/native/ |
D | libcore_icu_ICU.cpp | 40 static jstring ICU_getScript(JNIEnv* env, jclass, jstring javaLocaleName) { in ICU_getScript() argument 57 static jstring ICU_getISO3Country(JNIEnv* env, jclass, jstring javaLanguageTag) { in ICU_getISO3Country() argument 65 static jstring ICU_getISO3Language(JNIEnv* env, jclass, jstring javaLanguageTag) { in ICU_getISO3Language() argument 73 static jobjectArray ICU_getISOCountriesNative(JNIEnv* env, jclass) { in ICU_getISOCountriesNative() argument 77 static jobjectArray ICU_getISOLanguagesNative(JNIEnv* env, jclass) { in ICU_getISOLanguagesNative() argument 81 static jobjectArray ICU_getAvailableLocalesNative(JNIEnv* env, jclass) { in ICU_getAvailableLocalesNative() argument 85 static void ICU_setDefaultLocale(JNIEnv* env, jclass, jstring javaLanguageTag) { in ICU_setDefaultLocale() argument 96 static jstring ICU_getDefaultLocale(JNIEnv* env, jclass) { in ICU_getDefaultLocale() argument
|
D | java_math_NativeBN.cpp | 98 static jlong NativeBN_BN_new(JNIEnv* env, jclass) { in NativeBN_BN_new() argument 106 static jlong NativeBN_getNativeFinalizer(JNIEnv*, jclass) { in NativeBN_getNativeFinalizer() argument 110 static void NativeBN_BN_free(JNIEnv* env, jclass, jlong a) { in NativeBN_BN_free() argument 115 static int NativeBN_BN_cmp(JNIEnv* env, jclass, jlong a, jlong b) { in NativeBN_BN_cmp() argument 120 static void NativeBN_BN_copy(JNIEnv* env, jclass, jlong to, jlong from) { in NativeBN_BN_copy() argument 127 static void NativeBN_putULongInt(JNIEnv* env, jclass, jlong a0, jlong java_dw, jboolean neg) { in NativeBN_putULongInt() argument 149 static int NativeBN_BN_dec2bn(JNIEnv* env, jclass, jlong a0, jstring str) { in NativeBN_BN_dec2bn() argument 163 static int NativeBN_BN_hex2bn(JNIEnv* env, jclass, jlong a0, jstring str) { in NativeBN_BN_hex2bn() argument 177 static void NativeBN_BN_bin2bn(JNIEnv* env, jclass, jbyteArray arr, int len, jboolean neg, jlong re… in NativeBN_BN_bin2bn() argument 191 static void NativeBN_litEndInts2bn(JNIEnv* env, jclass, jintArray arr, int len, jboolean neg, jlong… in NativeBN_litEndInts2bn() argument [all …]
|
D | libcore_io_Memory.cpp | 95 static void Memory_memmove(JNIEnv* env, jclass, jobject dstObject, jint dstOffset, jobject srcObjec… in Memory_memmove() argument 107 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() argument 111 static void Memory_peekByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOff… in Memory_peekByteArray() argument 136 static void Memory_peekCharArray(JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOff… in Memory_peekCharArray() argument 140 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint ds… in Memory_peekDoubleArray() argument 144 static void Memory_peekFloatArray(JNIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstO… in Memory_peekFloatArray() argument 148 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffse… in Memory_peekIntArray() argument 152 static void Memory_peekLongArray(JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOff… in Memory_peekLongArray() argument 156 static void Memory_peekShortArray(JNIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstO… in Memory_peekShortArray() argument 160 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte() argument [all …]
|
D | sun_misc_Unsafe.cpp | 22 static jobject Unsafe_allocateInstance(JNIEnv* env, jclass, jclass c) { in Unsafe_allocateInstance() argument
|
D | libcore_io_AsynchronousCloseMonitor.cpp | 24 static void AsynchronousCloseMonitor_signalBlockedThreads(JNIEnv* env, jclass, jobject javaFd) { in AsynchronousCloseMonitor_signalBlockedThreads() argument
|
D | libcore_util_NativeAllocationRegistry.cpp | 23 jclass, in NativeAllocationRegistry_applyFreeFunction() argument
|
D | java_lang_StringToReal.cpp | 879 static jfloat StringToReal_parseFltImpl(JNIEnv* env, jclass, jstring s, jint e) { in StringToReal_parseFltImpl() argument 887 static jdouble StringToReal_parseDblImpl(JNIEnv* env, jclass, jstring s, jint e) { in StringToReal_parseDblImpl() argument
|
D | libcore_io_Linux.cpp | 1141 static void Linux_android_fdsan_exchange_owner_tag(JNIEnv* env, jclass, in Linux_android_fdsan_exchange_owner_tag() argument 1153 static jlong Linux_android_fdsan_get_owner_tag(JNIEnv* env, jclass, jobject javaFd) { in Linux_android_fdsan_get_owner_tag() argument 1163 static jstring Linux_android_fdsan_get_tag_type(JNIEnv* env, jclass, jlong tag) { in Linux_android_fdsan_get_tag_type() argument 1172 static jlong Linux_android_fdsan_get_tag_value(JNIEnv* env, jclass, jlong tag) { in Linux_android_fdsan_get_tag_value() argument
|
/libcore/luni/src/test/native/ |
D | libcore_libcore_util_NativeAllocationRegistryTest.cpp | 49 jboolean Java_libcore_libcore_util_NativeAllocationRegistryTest_isNativeBridgedABI(JNIEnv*, jclass)… in Java_libcore_libcore_util_NativeAllocationRegistryTest_isNativeBridgedABI() argument 81 jlong Java_libcore_libcore_util_NativeAllocationRegistryTest_getNativeFinalizer(JNIEnv*, jclass) { in Java_libcore_libcore_util_NativeAllocationRegistryTest_getNativeFinalizer() argument 87 jclass, in Java_libcore_libcore_util_NativeAllocationRegistryTest_doNativeAllocation() argument 98 …ava_libcore_libcore_util_NativeAllocationRegistryTest_getNumNativeBytesAllocated(JNIEnv*, jclass) { in Java_libcore_libcore_util_NativeAllocationRegistryTest_getNumNativeBytesAllocated() argument
|
D | libcore_java_io_FileTest.cpp | 55 extern "C" int Java_libcore_java_io_FileTest_installSeccompFilter(JNIEnv* , jclass /* clazz */) { in Java_libcore_java_io_FileTest_installSeccompFilter() argument
|
D | libcore_io_Memory_test.cpp | 85 void memory_peek_test(T (*peek_func)(JNIEnv*, jclass, jlong), T value) { in memory_peek_test() argument 111 void memory_poke_test(void (*poke_func)(JNIEnv*, jclass, jlong, T), T value) { in memory_poke_test() argument
|
D | libcore_libcore_icu_LocaleDataTest.cpp | 286 jclass, jstring javaLanguageTag, jobject icu4cLocaleData, jobject dataClass) { in Java_libcore_libcore_icu_LocaleDataTest_initIcu4cLocaleData() argument
|
/libcore/dalvik/src/main/native/ |
D | org_apache_harmony_dalvik_NativeTestTarget.cpp | 24 static void NativeTestTarget_emptyJniStaticSynchronizedMethod0(JNIEnv*, jclass) { } in NativeTestTarget_emptyJniStaticSynchronizedMethod0() argument 25 static void NativeTestTarget_emptyJniSynchronizedMethod0(JNIEnv*, jclass) { } in NativeTestTarget_emptyJniSynchronizedMethod0() argument 36 static void NativeTestTarget_emptyJniStaticMethod6L(JNIEnv*, jclass, jobject, jarray, jarray, jobje… in NativeTestTarget_emptyJniStaticMethod6L() argument 38 static void NativeTestTarget_emptyJniStaticMethod0(JNIEnv*, jclass) { } in NativeTestTarget_emptyJniStaticMethod0() argument 39 static void NativeTestTarget_emptyJniStaticMethod6(JNIEnv*, jclass, int, int, int, int, int, int) {… in NativeTestTarget_emptyJniStaticMethod6() argument 53 static void NativeTestTarget_emptyJniStaticMethod6L_Fast(JNIEnv*, jclass, jobject, jarray, jarray, … in NativeTestTarget_emptyJniStaticMethod6L_Fast() argument 55 static void NativeTestTarget_emptyJniStaticMethod0_Fast(JNIEnv*, jclass) { } in NativeTestTarget_emptyJniStaticMethod0_Fast() argument 56 static void NativeTestTarget_emptyJniStaticMethod6_Fast(JNIEnv*, jclass, int, int, int, int, int, i… in NativeTestTarget_emptyJniStaticMethod6_Fast() argument
|