/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 | 92 static void Memory_memmove(JNIEnv* env, jclass, jobject dstObject, jint dstOffset, jobject srcObjec… in Memory_memmove() argument 104 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() argument 108 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte() argument 112 static void Memory_pokeByteArray(JNIEnv* env, jclass, jlong dstAddress, jbyteArray src, jint offset… in Memory_pokeByteArray() argument 136 static void Memory_pokeCharArray(JNIEnv* env, jclass, jlong dstAddress, jcharArray src, jint srcOff… in Memory_pokeCharArray() argument 140 static void Memory_pokeDoubleArray(JNIEnv* env, jclass, jlong dstAddress, jdoubleArray src, jint sr… in Memory_pokeDoubleArray() argument 144 static void Memory_pokeFloatArray(JNIEnv* env, jclass, jlong dstAddress, jfloatArray src, jint srcO… in Memory_pokeFloatArray() argument 148 static void Memory_pokeIntArray(JNIEnv* env, jclass, jlong dstAddress, jintArray src, jint srcOffse… in Memory_pokeIntArray() argument 152 static void Memory_pokeLongArray(JNIEnv* env, jclass, jlong dstAddress, jlongArray src, jint srcOff… in Memory_pokeLongArray() argument 156 static void Memory_pokeShortArray(JNIEnv* env, jclass, jlong dstAddress, jshortArray src, jint srcO… in Memory_pokeShortArray() 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 | 1196 static void Linux_android_fdsan_exchange_owner_tag(JNIEnv* env, jclass, in Linux_android_fdsan_exchange_owner_tag() argument 1208 static jlong Linux_android_fdsan_get_owner_tag(JNIEnv* env, jclass, jobject javaFd) { in Linux_android_fdsan_get_owner_tag() argument 1218 static jstring Linux_android_fdsan_get_tag_type(JNIEnv* env, jclass, jlong tag) { in Linux_android_fdsan_get_tag_type() argument 1227 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 | tests_support_AndroidProperties.cpp | 24 JNIEnv* env, jclass, jstring jprop_name, jstring jdef) { in Java_tests_support_AndroidProperties_getString() argument 34 JNIEnv* env, jclass, jstring jprop_name, jint jdef) { in Java_tests_support_AndroidProperties_getInt() argument
|
D | libcore_java_time_TimeApisConsistencyTest.cpp | 24 JNIEnv* env, jclass, jlong epochSeconds, jstring timeZoneId) { in Java_libcore_java_time_TimeApisConsistencyTest_formatWithBionic() argument
|
D | libcore_java_io_FileTest.cpp | 59 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
|