/libcore/ojluni/src/main/native/ |
D | Character.cpp | 31 Character_isLowerCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLowerCaseImpl() argument 36 Character_isUpperCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isUpperCaseImpl() argument 41 Character_isTitleCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isTitleCaseImpl() argument 46 Character_isDigitImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isDigitImpl() argument 51 Character_isLetterImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLetterImpl() argument 56 Character_isLetterOrDigitImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLetterOrDigitImpl() argument 61 Character_isAlphabeticImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isAlphabeticImpl() argument 66 Character_isIdeographicImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isIdeographicImpl() argument 71 Character_getTypeImpl(JNIEnv* env, jclass, jint codePoint) { in Character_getTypeImpl() argument 76 Character_isUnicodeIdentifierStartImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isUnicodeIdentifierStartImpl() argument [all …]
|
/libcore/luni/src/main/native/ |
D | libcore_icu_ICU.cpp | 41 static jstring ICU_getScript(JNIEnv* env, jclass, jstring javaLocaleName) { in ICU_getScript() argument 58 static jstring ICU_getISO3Country(JNIEnv* env, jclass, jstring javaLanguageTag) { in ICU_getISO3Country() argument 66 static jstring ICU_getISO3Language(JNIEnv* env, jclass, jstring javaLanguageTag) { in ICU_getISO3Language() argument 74 static jobjectArray ICU_getISOCountriesNative(JNIEnv* env, jclass) { in ICU_getISOCountriesNative() argument 78 static jobjectArray ICU_getISOLanguagesNative(JNIEnv* env, jclass) { in ICU_getISOLanguagesNative() argument 82 static jobjectArray ICU_getAvailableLocalesNative(JNIEnv* env, jclass) { in ICU_getAvailableLocalesNative() argument 86 static jstring ICU_getDefaultLocale(JNIEnv* env, jclass) { in ICU_getDefaultLocale() argument 96 static jstring ICU_getCldrVersion(JNIEnv* env, jclass) { in ICU_getCldrVersion() argument 103 static jstring ICU_getIcuVersion(JNIEnv* env, jclass) { in ICU_getIcuVersion() argument 109 static jstring ICU_getUnicodeVersion(JNIEnv* env, jclass) { in ICU_getUnicodeVersion() argument
|
D | libcore_io_Memory.cpp | 96 static void Memory_memmove(JNIEnv* env, jclass, jobject dstObject, jint dstOffset, jobject srcObjec… in Memory_memmove() argument 108 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() argument 112 static void Memory_peekByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOff… in Memory_peekByteArray() argument 137 static void Memory_peekCharArray(JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOff… in Memory_peekCharArray() argument 141 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint ds… in Memory_peekDoubleArray() argument 145 static void Memory_peekFloatArray(JNIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstO… in Memory_peekFloatArray() argument 149 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffse… in Memory_peekIntArray() argument 153 static void Memory_peekLongArray(JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOff… in Memory_peekLongArray() argument 157 static void Memory_peekShortArray(JNIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstO… in Memory_peekShortArray() argument 161 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte() argument [all …]
|
D | libcore_math_NativeBN.cpp | 78 static jlong NativeBN_BN_new(JNIEnv* env, jclass) { in NativeBN_BN_new() argument 86 static void NativeBN_BN_free(JNIEnv*, jclass, jlong a) { in NativeBN_BN_free() argument 91 static void NativeBN_litEndInts2bn(JNIEnv* env, jclass, jintArray arr, int len, jboolean neg, jlong… in NativeBN_litEndInts2bn() argument 112 static jintArray NativeBN_bn2litEndInts(JNIEnv* env, jclass, jlong a0) { in NativeBN_bn2litEndInts() argument 143 static void NativeBN_BN_mul(JNIEnv* env, jclass, jlong r, jlong a, jlong b) { in NativeBN_BN_mul() argument 151 static void NativeBN_BN_div(JNIEnv* env, jclass, jlong q, jlong rem, jlong num, jlong divisor) { in NativeBN_BN_div() argument 159 static void NativeBN_BN_mod_exp(JNIEnv* env, jclass, jlong r, jlong a, jlong p, jlong m) { in NativeBN_BN_mod_exp() argument
|
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 | 1190 static void Linux_android_fdsan_exchange_owner_tag(JNIEnv* env, jclass, in Linux_android_fdsan_exchange_owner_tag() argument 1202 static jlong Linux_android_fdsan_get_owner_tag(JNIEnv* env, jclass, jobject javaFd) { in Linux_android_fdsan_get_owner_tag() argument 1212 static jstring Linux_android_fdsan_get_tag_type(JNIEnv* env, jclass, jlong tag) { in Linux_android_fdsan_get_tag_type() argument 1221 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
|