/libcore/luni/src/main/native/ |
D | java_lang_Math.cpp | 26 static jdouble Math_tan(JNIEnv*, jclass, jdouble a) { in Math_tan() argument 30 static jdouble Math_asin(JNIEnv*, jclass, jdouble a) { in Math_asin() argument 34 static jdouble Math_acos(JNIEnv*, jclass, jdouble a) { in Math_acos() argument 38 static jdouble Math_atan(JNIEnv*, jclass, jdouble a) { in Math_atan() argument 42 static jdouble Math_exp(JNIEnv*, jclass, jdouble a) { in Math_exp() argument 46 static jdouble Math_log(JNIEnv*, jclass, jdouble a) { in Math_log() argument 50 static jdouble Math_IEEEremainder(JNIEnv*, jclass, jdouble a, jdouble b) { in Math_IEEEremainder() argument 54 static jdouble Math_floor(JNIEnv*, jclass, jdouble a) { in Math_floor() argument 58 static jdouble Math_ceil(JNIEnv*, jclass, jdouble a) { in Math_ceil() argument 62 static jdouble Math_rint(JNIEnv*, jclass, jdouble a) { in Math_rint() argument [all …]
|
D | java_lang_StrictMath.cpp | 25 static jdouble StrictMath_sin(JNIEnv*, jclass, jdouble a) { in StrictMath_sin() argument 29 static jdouble StrictMath_cos(JNIEnv*, jclass, jdouble a) { in StrictMath_cos() argument 33 static jdouble StrictMath_tan(JNIEnv*, jclass, jdouble a) { in StrictMath_tan() argument 37 static jdouble StrictMath_asin(JNIEnv*, jclass, jdouble a) { in StrictMath_asin() argument 41 static jdouble StrictMath_acos(JNIEnv*, jclass, jdouble a) { in StrictMath_acos() argument 45 static jdouble StrictMath_atan(JNIEnv*, jclass, jdouble a) { in StrictMath_atan() argument 49 static jdouble StrictMath_exp(JNIEnv*, jclass, jdouble a) { in StrictMath_exp() argument 53 static jdouble StrictMath_log(JNIEnv*, jclass, jdouble a) { in StrictMath_log() argument 57 static jdouble StrictMath_sqrt(JNIEnv*, jclass, jdouble a) { in StrictMath_sqrt() argument 61 static jdouble StrictMath_IEEEremainder(JNIEnv*, jclass, jdouble a, jdouble b) { in StrictMath_IEEEremainder() argument [all …]
|
D | java_lang_Character.cpp | 26 static jint Character_digitImpl(JNIEnv*, jclass, jint codePoint, jint radix) { in Character_digitImpl() argument 30 static jint Character_getTypeImpl(JNIEnv*, jclass, jint codePoint) { in Character_getTypeImpl() argument 34 static jbyte Character_getDirectionalityImpl(JNIEnv*, jclass, jint codePoint) { in Character_getDirectionalityImpl() argument 38 static jboolean Character_isMirroredImpl(JNIEnv*, jclass, jint codePoint) { in Character_isMirroredImpl() argument 56 static jint Character_getNumericValueImpl(JNIEnv*, jclass, jint codePoint) { in Character_getNumericValueImpl() argument 66 static jboolean Character_isDefinedImpl(JNIEnv*, jclass, jint codePoint) { in Character_isDefinedImpl() argument 70 static jboolean Character_isDigitImpl(JNIEnv*, jclass, jint codePoint) { in Character_isDigitImpl() argument 74 static jboolean Character_isIdentifierIgnorableImpl(JNIEnv*, jclass, jint codePoint) { in Character_isIdentifierIgnorableImpl() argument 78 static jboolean Character_isLetterImpl(JNIEnv*, jclass, jint codePoint) { in Character_isLetterImpl() argument 82 static jboolean Character_isLetterOrDigitImpl(JNIEnv*, jclass, jint codePoint) { in Character_isLetterOrDigitImpl() argument [all …]
|
D | libcore_icu_NativePluralRules.cpp | 32 static void NativePluralRules_finalizeImpl(JNIEnv*, jclass, jint address) { in NativePluralRules_finalizeImpl() argument 58 static jint NativePluralRules_quantityForIntImpl(JNIEnv*, jclass, jint address, jint value) { in NativePluralRules_quantityForIntImpl() argument
|
D | java_nio_ByteOrder.cpp | 22 static jboolean ByteOrder_isLittleEndian(JNIEnv*, jclass) { in ByteOrder_isLittleEndian() argument
|
D | java_text_Bidi.cpp | 68 static jlong Bidi_ubidi_open(JNIEnv*, jclass) { in Bidi_ubidi_open() argument 72 static void Bidi_ubidi_close(JNIEnv*, jclass, jlong ptr) { in Bidi_ubidi_close() argument 107 static jint Bidi_ubidi_getDirection(JNIEnv*, jclass, jlong ptr) { in Bidi_ubidi_getDirection() argument 111 static jint Bidi_ubidi_getLength(JNIEnv*, jclass, jlong ptr) { in Bidi_ubidi_getLength() argument 115 static jbyte Bidi_ubidi_getParaLevel(JNIEnv*, jclass, jlong ptr) { in Bidi_ubidi_getParaLevel() argument
|
D | java_util_zip_Deflater.cpp | 28 static jlong Deflater_getTotalInImpl(JNIEnv*, jobject, jlong handle) { in Deflater_getTotalInImpl() argument 32 static jlong Deflater_getTotalOutImpl(JNIEnv*, jobject, jlong handle) { in Deflater_getTotalOutImpl() argument 36 static jint Deflater_getAdlerImpl(JNIEnv*, jobject, jlong handle) { in Deflater_getAdlerImpl() argument 109 static void Deflater_endImpl(JNIEnv*, jobject, jlong handle) { in Deflater_endImpl() argument
|
D | java_util_zip_Inflater.cpp | 130 static jint Inflater_getAdlerImpl(JNIEnv*, jobject, jlong handle) { in Inflater_getAdlerImpl() argument 134 static void Inflater_endImpl(JNIEnv*, jobject, jlong handle) { in Inflater_endImpl() argument 151 static jlong Inflater_getTotalOutImpl(JNIEnv*, jobject, jlong handle) { in Inflater_getTotalOutImpl() argument 155 static jlong Inflater_getTotalInImpl(JNIEnv*, jobject, jlong handle) { in Inflater_getTotalInImpl() argument
|
D | libcore_icu_NativeCollation.cpp | 31 static void NativeCollation_closeCollator(JNIEnv*, jclass, jint address) { in NativeCollation_closeCollator() argument 35 static void NativeCollation_closeElements(JNIEnv*, jclass, jint address) { in NativeCollation_closeElements() argument 69 static jint NativeCollation_getMaxExpansion(JNIEnv*, jclass, jint address, jint order) { in NativeCollation_getMaxExpansion() argument 73 static jint NativeCollation_getOffset(JNIEnv*, jclass, jint address) { in NativeCollation_getOffset() argument 144 static void NativeCollation_reset(JNIEnv*, jclass, jint address) { in NativeCollation_reset() argument
|
D | java_util_zip_Adler32.cpp | 34 static jlong Adler32_updateByteImpl(JNIEnv*, jobject, jint val, jlong crc) { in Adler32_updateByteImpl() argument
|
D | java_util_zip_CRC32.cpp | 35 static jlong CRC32_updateByteImpl(JNIEnv*, jobject, jbyte val, jlong crc) { in CRC32_updateByteImpl() argument
|
D | libcore_icu_AlphabeticIndex.cpp | 41 static void AlphabeticIndex_destroy(JNIEnv*, jclass, jlong peer) { in AlphabeticIndex_destroy() argument 45 static jint AlphabeticIndex_getMaxLabelCount(JNIEnv*, jclass, jlong peer) { in AlphabeticIndex_getMaxLabelCount() argument 142 static jint ImmutableIndex_getBucketCount(JNIEnv*, jclass, jlong peer) { in ImmutableIndex_getBucketCount() argument
|
D | libcore_io_Memory.cpp | 157 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() argument 210 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte() argument 262 static jshort Memory_peekShort(JNIEnv*, jclass, jlong srcAddress, jboolean swap) { in Memory_peekShort() argument 270 static void Memory_pokeShort(JNIEnv*, jclass, jlong dstAddress, jshort value, jboolean swap) { in Memory_pokeShort() argument 277 static jint Memory_peekInt(JNIEnv*, jclass, jlong srcAddress, jboolean swap) { in Memory_peekInt() argument 285 static void Memory_pokeInt(JNIEnv*, jclass, jlong dstAddress, jint value, jboolean swap) { in Memory_pokeInt() argument 292 static jlong Memory_peekLong(JNIEnv*, jclass, jlong srcAddress, jboolean swap) { in Memory_peekLong() argument 306 static void Memory_pokeLong(JNIEnv*, jclass, jlong dstAddress, jlong value, jboolean swap) { in Memory_pokeLong() argument
|
D | libcore_icu_NativeConverter.cpp | 82 static void NativeConverter_closeConverter(JNIEnv*, jclass, jlong address) { in NativeConverter_closeConverter() argument 204 static void NativeConverter_resetByteToChar(JNIEnv*, jclass, jlong address) { in NativeConverter_resetByteToChar() argument 211 static void NativeConverter_resetCharToByte(JNIEnv*, jclass, jlong address) { in NativeConverter_resetCharToByte() argument 218 static jint NativeConverter_getMaxBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMaxBytesPerChar() argument 223 static jint NativeConverter_getMinBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMinBytesPerChar() argument 228 static jfloat NativeConverter_getAveBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getAveBytesPerChar() argument 233 static jboolean NativeConverter_canEncode(JNIEnv*, jclass, jlong address, jint codeUnit) { in NativeConverter_canEncode() argument
|
D | libcore_icu_Transliterator.cpp | 44 static void Transliterator_destroy(JNIEnv*, jclass, jlong peer) { in Transliterator_destroy() argument
|
D | java_util_regex_Pattern.cpp | 74 static void Pattern_closeImpl(JNIEnv*, jclass, jlong addr) { in Pattern_closeImpl() argument
|
D | libcore_icu_NativeDecimalFormat.cpp | 129 static void NativeDecimalFormat_close(JNIEnv*, jclass, jlong addr) { in NativeDecimalFormat_close() argument 133 static void NativeDecimalFormat_setRoundingMode(JNIEnv*, jclass, jlong addr, jint mode, jdouble inc… in NativeDecimalFormat_setRoundingMode() argument 150 static void NativeDecimalFormat_setAttribute(JNIEnv*, jclass, jlong addr, jint javaAttr, jint value… in NativeDecimalFormat_setAttribute() argument 155 static jint NativeDecimalFormat_getAttribute(JNIEnv*, jclass, jlong addr, jint javaAttr) { in NativeDecimalFormat_getAttribute() argument 339 static jlong NativeDecimalFormat_cloneImpl(JNIEnv*, jclass, jlong addr) { in NativeDecimalFormat_cloneImpl() argument
|
D | libcore_io_Posix.cpp | 673 static jint Posix_getegid(JNIEnv*, jobject) { in Posix_getegid() argument 677 static jint Posix_geteuid(JNIEnv*, jobject) { in Posix_geteuid() argument 681 static jint Posix_getgid(JNIEnv*, jobject) { in Posix_getgid() argument 713 static jint Posix_getpid(JNIEnv*, jobject) { in Posix_getpid() argument 717 static jint Posix_getppid(JNIEnv*, jobject) { in Posix_getppid() argument 807 static jint Posix_getuid(JNIEnv*, jobject) { in Posix_getuid() argument 1172 static void Posix_setsockoptIpMreqn(JNIEnv*, jobject, jobject, jint, jint, jint) { abort(); } in Posix_setsockoptIpMreqn() argument 1173 static void Posix_setsockoptGroupReq(JNIEnv*, jobject, jobject, jint, jint, jobject) { abort(); } in Posix_setsockoptGroupReq() argument 1319 static jint Posix_umaskImpl(JNIEnv*, jobject, jint mask) { in Posix_umaskImpl() argument
|
D | java_math_NativeBN.cpp | 73 static unsigned long NativeBN_ERR_get_error(JNIEnv*, jclass) { in NativeBN_ERR_get_error() argument 82 static BIGNUM* NativeBN_BN_new(JNIEnv*, jclass) { in NativeBN_BN_new() argument 199 static jboolean negBigEndianBytes2bn(JNIEnv*, jclass, const unsigned char* bytes, int bytesLen, BIG… in negBigEndianBytes2bn() argument
|
D | org_apache_harmony_xml_ExpatParser.cpp | 1063 static void ExpatParser_releaseParser(JNIEnv*, jobject, jlong address) { in ExpatParser_releaseParser() argument 1080 static int ExpatParser_line(JNIEnv*, jobject, jlong address) { in ExpatParser_line() argument 1084 static int ExpatParser_column(JNIEnv*, jobject, jlong address) { in ExpatParser_column() argument 1279 static void ExpatAttributes_freeAttributes(JNIEnv*, jobject, jlong pointer) { in ExpatAttributes_freeAttributes() argument
|
D | java_util_regex_Matcher.cpp | 120 static void Matcher_closeImpl(JNIEnv*, jclass, jlong address) { in Matcher_closeImpl() argument
|
D | libcore_icu_NativeBreakIterator.cpp | 127 static void NativeBreakIterator_closeImpl(JNIEnv*, jclass, jint address) { in NativeBreakIterator_closeImpl() argument
|
D | org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp | 1109 static void NativeCrypto_clinit(JNIEnv*, jclass) in NativeCrypto_clinit() argument 1118 static void NativeCrypto_ENGINE_load_dynamic(JNIEnv*, jclass) { in NativeCrypto_ENGINE_load_dynamic() argument 1634 static void NativeCrypto_EVP_PKEY_free(JNIEnv*, jclass, jlong pkeyRef) { in NativeCrypto_EVP_PKEY_free() argument 2841 static void NativeCrypto_EVP_MD_CTX_init(JNIEnv*, jclass, jlong ctxRef) { in NativeCrypto_EVP_MD_CTX_init() argument 2850 static void NativeCrypto_EVP_MD_CTX_destroy(JNIEnv*, jclass, jlong ctxRef) { in NativeCrypto_EVP_MD_CTX_destroy() argument 3586 static void NativeCrypto_EVP_CIPHER_CTX_cleanup(JNIEnv*, jclass, jlong ctxRef) { in NativeCrypto_EVP_CIPHER_CTX_cleanup() argument 4027 static long NativeCrypto_X509_get_version(JNIEnv*, jclass, jlong x509Ref) { in NativeCrypto_X509_get_version() argument 4361 static long NativeCrypto_X509_CRL_get_version(JNIEnv*, jclass, jlong x509CrlRef) { in NativeCrypto_X509_CRL_get_version() argument 7790 static jlong NativeCrypto_ERR_peek_last_error(JNIEnv*, jclass) { in NativeCrypto_ERR_peek_last_error() argument
|
/libcore/dalvik/src/main/native/ |
D | org_apache_harmony_dalvik_NativeTestTarget.cpp | 22 static void NativeTestTarget_emptyJniMethod0(JNIEnv*, jobject) { } in NativeTestTarget_emptyJniMethod0() argument 23 static void NativeTestTarget_emptyJniMethod6(JNIEnv*, jclass, int, int, int, int, int, int) { } in NativeTestTarget_emptyJniMethod6() argument 24 static void NativeTestTarget_emptyJniMethod6L(JNIEnv*, jclass, jobject, jarray, jarray, jobject, ja… in NativeTestTarget_emptyJniMethod6L() argument 25 static void NativeTestTarget_emptyJniStaticMethod0(JNIEnv*, jclass) { } in NativeTestTarget_emptyJniStaticMethod0() argument 26 static void NativeTestTarget_emptyJniStaticMethod6(JNIEnv*, jclass, int, int, int, int, int, int) {… in NativeTestTarget_emptyJniStaticMethod6() argument 27 static void NativeTestTarget_emptyJniStaticMethod6L(JNIEnv*, jclass, jobject, jarray, jarray, jobje… in NativeTestTarget_emptyJniStaticMethod6L() argument 28 static void NativeTestTarget_emptyJniStaticSynchronizedMethod0(JNIEnv*, jclass) { } in NativeTestTarget_emptyJniStaticSynchronizedMethod0() argument 29 static void NativeTestTarget_emptyJniSynchronizedMethod0(JNIEnv*, jclass) { } in NativeTestTarget_emptyJniSynchronizedMethod0() argument
|