| /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 | java_math_NativeBN.cpp | 96 static jlong NativeBN_BN_new(JNIEnv* env, jclass) { in NativeBN_BN_new() argument 104 static jlong NativeBN_getNativeFinalizer(JNIEnv*, jclass) { in NativeBN_getNativeFinalizer() argument 108 static void NativeBN_BN_free(JNIEnv* env, jclass, jlong a) { in NativeBN_BN_free() argument 113 static int NativeBN_BN_cmp(JNIEnv* env, jclass, jlong a, jlong b) { in NativeBN_BN_cmp() argument 118 static void NativeBN_BN_copy(JNIEnv* env, jclass, jlong to, jlong from) { in NativeBN_BN_copy() argument 125 static void NativeBN_putULongInt(JNIEnv* env, jclass, jlong a0, jlong java_dw, jboolean neg) { in NativeBN_putULongInt() argument 147 static int NativeBN_BN_dec2bn(JNIEnv* env, jclass, jlong a0, jstring str) { in NativeBN_BN_dec2bn() argument 161 static int NativeBN_BN_hex2bn(JNIEnv* env, jclass, jlong a0, jstring str) { in NativeBN_BN_hex2bn() argument 175 static void NativeBN_BN_bin2bn(JNIEnv* env, jclass, jbyteArray arr, int len, jboolean neg, jlong re… in NativeBN_BN_bin2bn() argument 189 static void NativeBN_litEndInts2bn(JNIEnv* env, jclass, jintArray arr, int len, jboolean neg, jlong… in NativeBN_litEndInts2bn() argument [all …]
|
| D | java_util_regex_Matcher.cpp | 157 static jlong Matcher_getNativeFinalizer(JNIEnv*, jclass) { in Matcher_getNativeFinalizer() argument 163 static jint Matcher_nativeSize(JNIEnv*, jclass) { in Matcher_nativeSize() argument 167 static jint Matcher_findImpl(JNIEnv* env, jclass, jlong addr, jint startIndex, jintArray offsets) { in Matcher_findImpl() argument 176 static jint Matcher_findNextImpl(JNIEnv* env, jclass, jlong addr, jintArray offsets) { in Matcher_findNextImpl() argument 185 static jint Matcher_groupCountImpl(JNIEnv*, jclass, jlong addr) { in Matcher_groupCountImpl() argument 190 static jint Matcher_hitEndImpl(JNIEnv*, jclass, jlong addr) { in Matcher_hitEndImpl() argument 195 static jint Matcher_lookingAtImpl(JNIEnv* env, jclass, jlong addr, jintArray offsets) { in Matcher_lookingAtImpl() argument 204 static jint Matcher_matchesImpl(JNIEnv* env, jclass, jlong addr, jintArray offsets) { in Matcher_matchesImpl() argument 213 static jlong Matcher_openImpl(JNIEnv* env, jclass, jlong patternAddr) { in Matcher_openImpl() argument 224 static jint Matcher_requireEndImpl(JNIEnv*, jclass, jlong addr) { in Matcher_requireEndImpl() argument [all …]
|
| D | libcore_io_Memory.cpp | 94 static void Memory_memmove(JNIEnv* env, jclass, jobject dstObject, jint dstOffset, jobject srcObjec… in Memory_memmove() argument 106 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() argument 110 static void Memory_peekByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOff… in Memory_peekByteArray() argument 135 static void Memory_peekCharArray(JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOff… in Memory_peekCharArray() argument 139 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint ds… in Memory_peekDoubleArray() argument 143 static void Memory_peekFloatArray(JNIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstO… in Memory_peekFloatArray() argument 147 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffse… in Memory_peekIntArray() argument 151 static void Memory_peekLongArray(JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOff… in Memory_peekLongArray() argument 155 static void Memory_peekShortArray(JNIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstO… in Memory_peekShortArray() argument 159 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte() argument [all …]
|
| D | libcore_icu_ICU.cpp | 99 static jstring ICU_addLikelySubtags(JNIEnv* env, jclass, jstring javaLocaleName) { in ICU_addLikelySubtags() argument 110 static jstring ICU_getScript(JNIEnv* env, jclass, jstring javaLocaleName) { in ICU_getScript() argument 118 static jint ICU_getCurrencyFractionDigits(JNIEnv* env, jclass, jstring javaCurrencyCode) { in ICU_getCurrencyFractionDigits() argument 128 static jint ICU_getCurrencyNumericCode(JNIEnv* env, jclass, jstring javaCurrencyCode) { in ICU_getCurrencyNumericCode() argument 138 static jstring ICU_getCurrencyCode(JNIEnv* env, jclass, jstring javaCountryCode) { in ICU_getCurrencyCode() argument 212 static jstring ICU_getCurrencyDisplayName(JNIEnv* env, jclass, jstring javaLanguageTag, jstring jav… in ICU_getCurrencyDisplayName() argument 216 static jstring ICU_getCurrencySymbol(JNIEnv* env, jclass, jstring javaLanguageTag, jstring javaCurr… in ICU_getCurrencySymbol() argument 220 static jstring ICU_getDisplayCountryNative(JNIEnv* env, jclass, jstring javaTargetLanguageTag, jstr… in ICU_getDisplayCountryNative() argument 235 static jstring ICU_getDisplayLanguageNative(JNIEnv* env, jclass, jstring javaTargetLanguageTag, jst… in ICU_getDisplayLanguageNative() argument 250 static jstring ICU_getDisplayScriptNative(JNIEnv* env, jclass, jstring javaTargetLanguageTag, jstri… in ICU_getDisplayScriptNative() argument [all …]
|
| D | libcore_icu_NativeConverter.cpp | 160 static jlong NativeConverter_openConverter(JNIEnv* env, jclass, jstring converterName) { in NativeConverter_openConverter() argument 171 static void NativeConverter_closeConverter(JNIEnv*, jclass, jlong address) { in NativeConverter_closeConverter() argument 183 static jint NativeConverter_encode(JNIEnv* env, jclass, jlong address, in NativeConverter_encode() argument 239 static jint NativeConverter_decode(JNIEnv* env, jclass, jlong address, in NativeConverter_decode() argument 295 static void NativeConverter_resetByteToChar(JNIEnv*, jclass, jlong address) { in NativeConverter_resetByteToChar() argument 302 static void NativeConverter_resetCharToByte(JNIEnv*, jclass, jlong address) { in NativeConverter_resetCharToByte() argument 309 static jint NativeConverter_getMaxBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMaxBytesPerChar() argument 314 static jint NativeConverter_getMinBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMinBytesPerChar() argument 319 static jfloat NativeConverter_getAveBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getAveBytesPerChar() argument 324 static jobjectArray NativeConverter_getAvailableCharsetNames(JNIEnv* env, jclass) { in NativeConverter_getAvailableCharsetNames() argument [all …]
|
| D | java_util_regex_Pattern.cpp | 74 static jlong Pattern_getNativeFinalizer(JNIEnv*, jclass) { in Pattern_getNativeFinalizer() argument 80 static jint Pattern_nativeSize(JNIEnv*, jclass) { in Pattern_nativeSize() argument 84 static jlong Pattern_compileImpl(JNIEnv* env, jclass, jstring javaRegex, jint flags) { in Pattern_compileImpl() 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 | 22 jclass, in NativeAllocationRegistry_applyFreeFunction() argument
|
| D | libcore_icu_TimeZoneNames.cpp | 64 static void TimeZoneNames_fillZoneStrings(JNIEnv* env, jclass, jstring javaLocaleName, jobjectArray… in TimeZoneNames_fillZoneStrings() argument 120 static jstring TimeZoneNames_getExemplarLocation(JNIEnv* env, jclass, jstring javaLocaleName, jstri… in TimeZoneNames_getExemplarLocation() argument
|
| D | java_lang_StringToReal.cpp | 876 static jfloat StringToReal_parseFltImpl(JNIEnv* env, jclass, jstring s, jint e) { in StringToReal_parseFltImpl() argument 884 static jdouble StringToReal_parseDblImpl(JNIEnv* env, jclass, jstring s, jint e) { in StringToReal_parseDblImpl() argument
|
| /libcore/luni/src/test/native/ |
| D | libcore_util_NativeAllocationRegistryTest.cpp | 32 jlong Java_libcore_util_NativeAllocationRegistryTest_getNativeFinalizer(JNIEnv*, jclass) { in Java_libcore_util_NativeAllocationRegistryTest_getNativeFinalizer() argument 38 jclass, in Java_libcore_util_NativeAllocationRegistryTest_doNativeAllocation() argument 49 jlong Java_libcore_util_NativeAllocationRegistryTest_getNumNativeBytesAllocated(JNIEnv*, jclass) { in Java_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
|
| /libcore/dalvik/src/main/native/ |
| D | org_apache_harmony_dalvik_NativeTestTarget.cpp | 22 static void NativeTestTarget_emptyJniStaticSynchronizedMethod0(JNIEnv*, jclass) { } in NativeTestTarget_emptyJniStaticSynchronizedMethod0() argument 23 static void NativeTestTarget_emptyJniSynchronizedMethod0(JNIEnv*, jclass) { } in NativeTestTarget_emptyJniSynchronizedMethod0() argument 34 static void NativeTestTarget_emptyJniStaticMethod6L(JNIEnv*, jclass, jobject, jarray, jarray, jobje… in NativeTestTarget_emptyJniStaticMethod6L() argument 36 static void NativeTestTarget_emptyJniStaticMethod0(JNIEnv*, jclass) { } in NativeTestTarget_emptyJniStaticMethod0() argument 37 static void NativeTestTarget_emptyJniStaticMethod6(JNIEnv*, jclass, int, int, int, int, int, int) {… in NativeTestTarget_emptyJniStaticMethod6() argument 51 static void NativeTestTarget_emptyJniStaticMethod6L_Fast(JNIEnv*, jclass, jobject, jarray, jarray, … in NativeTestTarget_emptyJniStaticMethod6L_Fast() argument 53 static void NativeTestTarget_emptyJniStaticMethod0_Fast(JNIEnv*, jclass) { } in NativeTestTarget_emptyJniStaticMethod0_Fast() argument 54 static void NativeTestTarget_emptyJniStaticMethod6_Fast(JNIEnv*, jclass, int, int, int, int, int, i… in NativeTestTarget_emptyJniStaticMethod6_Fast() argument
|