/libcore/luni/src/main/native/ |
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 42 static jint Character_getNumericValueImpl(JNIEnv*, jclass, jint codePoint){ in Character_getNumericValueImpl() argument 74 static jboolean Character_isDefinedImpl(JNIEnv*, jclass, jint codePoint) { in Character_isDefinedImpl() argument 78 static jboolean Character_isDigitImpl(JNIEnv*, jclass, jint codePoint) { in Character_isDigitImpl() argument 82 static jboolean Character_isIdentifierIgnorableImpl(JNIEnv*, jclass, jint codePoint) { in Character_isIdentifierIgnorableImpl() argument 90 static jboolean Character_isLetterImpl(JNIEnv*, jclass, jint codePoint) { in Character_isLetterImpl() argument 94 static jboolean Character_isLetterOrDigitImpl(JNIEnv*, jclass, jint codePoint) { in Character_isLetterOrDigitImpl() argument [all …]
|
D | java_lang_Math.cpp | 26 static jdouble Math_sin(JNIEnv*, jclass, jdouble a) { in Math_sin() argument 30 static jdouble Math_cos(JNIEnv*, jclass, jdouble a) { in Math_cos() argument 34 static jdouble Math_tan(JNIEnv*, jclass, jdouble a) { in Math_tan() argument 38 static jdouble Math_asin(JNIEnv*, jclass, jdouble a) { in Math_asin() argument 42 static jdouble Math_acos(JNIEnv*, jclass, jdouble a) { in Math_acos() argument 46 static jdouble Math_atan(JNIEnv*, jclass, jdouble a) { in Math_atan() argument 50 static jdouble Math_exp(JNIEnv*, jclass, jdouble a) { in Math_exp() argument 54 static jdouble Math_log(JNIEnv*, jclass, jdouble a) { in Math_log() argument 58 static jdouble Math_sqrt(JNIEnv*, jclass, jdouble a) { in Math_sqrt() argument 62 static jdouble Math_IEEEremainder(JNIEnv*, jclass, jdouble a, jdouble b) { in Math_IEEEremainder() 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 | NativeBreakIterator.cpp | 39 static jint NativeBreakIterator_getCharacterInstanceImpl(JNIEnv* env, jclass, jstring locale) { in NativeBreakIterator_getCharacterInstanceImpl() argument 43 static jint NativeBreakIterator_getLineInstanceImpl(JNIEnv* env, jclass, jstring locale) { in NativeBreakIterator_getLineInstanceImpl() argument 47 static jint NativeBreakIterator_getSentenceInstanceImpl(JNIEnv* env, jclass, jstring locale) { in NativeBreakIterator_getSentenceInstanceImpl() argument 51 static jint NativeBreakIterator_getWordInstanceImpl(JNIEnv* env, jclass, jstring locale) { in NativeBreakIterator_getWordInstanceImpl() argument 59 static void NativeBreakIterator_closeBreakIteratorImpl(JNIEnv*, jclass, jint address) { in NativeBreakIterator_closeBreakIteratorImpl() argument 63 static jint NativeBreakIterator_cloneImpl(JNIEnv* env, jclass, jint address) { in NativeBreakIterator_cloneImpl() argument 71 static void NativeBreakIterator_setTextImpl(JNIEnv* env, jclass, jint address, jstring javaText) { in NativeBreakIterator_setTextImpl() argument 79 static jboolean NativeBreakIterator_isBoundaryImpl(JNIEnv*, jclass, jint address, jint offset) { in NativeBreakIterator_isBoundaryImpl() argument 83 static jint NativeBreakIterator_nextImpl(JNIEnv*, jclass, jint address, jint n) { in NativeBreakIterator_nextImpl() argument 101 static jint NativeBreakIterator_precedingImpl(JNIEnv*, jclass, jint address, jint offset) { in NativeBreakIterator_precedingImpl() argument [all …]
|
D | NativeCollation.cpp | 30 static void NativeCollation_closeCollator(JNIEnv*, jclass, jint address) { in NativeCollation_closeCollator() argument 34 static void NativeCollation_closeElements(JNIEnv*, jclass, jint address) { in NativeCollation_closeElements() argument 38 static jint NativeCollation_compare(JNIEnv* env, jclass, jint address, jstring lhs0, jstring rhs0) { in NativeCollation_compare() argument 46 static jint NativeCollation_getAttribute(JNIEnv* env, jclass, jint address, jint type) { in NativeCollation_getAttribute() argument 53 static jint NativeCollation_getCollationElementIterator(JNIEnv* env, jclass, jint address, jstring … in NativeCollation_getCollationElementIterator() argument 62 static jint NativeCollation_getMaxExpansion(JNIEnv*, jclass, jint address, jint order) { in NativeCollation_getMaxExpansion() argument 66 static jint NativeCollation_getNormalization(JNIEnv* env, jclass, jint address) { in NativeCollation_getNormalization() argument 73 static void NativeCollation_setNormalization(JNIEnv* env, jclass, jint address, jint mode) { in NativeCollation_setNormalization() argument 79 static jint NativeCollation_getOffset(JNIEnv*, jclass, jint address) { in NativeCollation_getOffset() argument 83 static jstring NativeCollation_getRules(JNIEnv* env, jclass, jint address) { in NativeCollation_getRules() argument [all …]
|
D | NativeBN.cpp | 73 static unsigned long NativeBN_ERR_get_error(JNIEnv*, jclass) { in NativeBN_ERR_get_error() argument 77 static jstring NativeBN_ERR_error_string(JNIEnv* env, jclass, unsigned long e) { in NativeBN_ERR_error_string() argument 82 static BIGNUM* NativeBN_BN_new(JNIEnv*, jclass) { in NativeBN_BN_new() argument 86 static void NativeBN_BN_free(JNIEnv* env, jclass, BIGNUM* a) { in NativeBN_BN_free() argument 91 static int NativeBN_BN_cmp(JNIEnv* env, jclass, BIGNUM* a, BIGNUM* b) { in NativeBN_BN_cmp() argument 96 static jboolean NativeBN_BN_copy(JNIEnv* env, jclass, BIGNUM* to, BIGNUM* from) { in NativeBN_BN_copy() argument 101 static jboolean NativeBN_putULongInt(JNIEnv* env, jclass, BIGNUM* a, unsigned long long dw, jboolea… in NativeBN_putULongInt() argument 124 static int NativeBN_BN_dec2bn(JNIEnv* env, jclass, BIGNUM* a, jstring str) { in NativeBN_BN_dec2bn() argument 133 static int NativeBN_BN_hex2bn(JNIEnv* env, jclass, BIGNUM* a, jstring str) { in NativeBN_BN_hex2bn() argument 142 static jboolean NativeBN_BN_bin2bn(JNIEnv* env, jclass, jbyteArray arr, int len, jboolean neg, BIGN… in NativeBN_BN_bin2bn() argument [all …]
|
D | org_apache_harmony_luni_platform_OSMemory.cpp | 42 static jint OSMemory_malloc(JNIEnv* env, jclass, jint size) { in OSMemory_malloc() argument 67 static void OSMemory_free(JNIEnv* env, jclass, jint address) { in OSMemory_free() argument 75 static void OSMemory_memset(JNIEnv*, jclass, jint dstAddress, jbyte value, jlong length) { in OSMemory_memset() argument 79 static void OSMemory_memmove(JNIEnv*, jclass, jint dstAddress, jint srcAddress, jlong length) { in OSMemory_memmove() argument 83 static jbyte OSMemory_getByte(JNIEnv*, jclass, jint srcAddress) { in OSMemory_getByte() argument 87 static void OSMemory_getByteArray(JNIEnv* env, jclass, jint srcAddress, in OSMemory_getByteArray() argument 92 static void OSMemory_setByte(JNIEnv*, jclass, jint dstAddress, jbyte value) { in OSMemory_setByte() argument 96 static void OSMemory_setByteArray(JNIEnv* env, jclass, in OSMemory_setByteArray() argument 127 static void OSMemory_setFloatArray(JNIEnv* env, jclass, jint dstAddress, in OSMemory_setFloatArray() argument 136 static void OSMemory_setIntArray(JNIEnv* env, jclass, in OSMemory_setIntArray() argument [all …]
|
D | libcore_io_IoUtils.cpp | 27 static void IoUtils_close(JNIEnv* env, jclass, jobject fileDescriptor) { in IoUtils_close() argument 36 static jint IoUtils_getFd(JNIEnv* env, jclass, jobject fileDescriptor) { in IoUtils_getFd() argument 40 static void IoUtils_pipe(JNIEnv* env, jclass, jintArray javaFds) { in IoUtils_pipe() argument 52 static void IoUtils_setFd(JNIEnv* env, jclass, jobject fileDescriptor, jint newValue) { in IoUtils_setFd() argument 56 static void IoUtils_setBlocking(JNIEnv* env, jclass, jobject fileDescriptor, jboolean blocking) { in IoUtils_setBlocking() argument
|
D | java_io_File.cpp | 40 static jboolean File_deleteImpl(JNIEnv* env, jclass, jstring javaPath) { in File_deleteImpl() argument 56 static jlong File_lengthImpl(JNIEnv* env, jclass, jstring javaPath) { in File_lengthImpl() argument 80 static jlong File_lastModifiedImpl(JNIEnv* env, jclass, jstring javaPath) { in File_lastModifiedImpl() argument 88 static jboolean File_isDirectoryImpl(JNIEnv* env, jclass, jstring javaPath) { in File_isDirectoryImpl() argument 93 static jboolean File_isFileImpl(JNIEnv* env, jclass, jstring javaPath) { in File_isFileImpl() argument 106 static jboolean File_existsImpl(JNIEnv* env, jclass, jstring javaPath) { in File_existsImpl() argument 110 static jboolean File_canExecuteImpl(JNIEnv* env, jclass, jstring javaPath) { in File_canExecuteImpl() argument 114 static jboolean File_canReadImpl(JNIEnv* env, jclass, jstring javaPath) { in File_canReadImpl() argument 118 static jboolean File_canWriteImpl(JNIEnv* env, jclass, jstring javaPath) { in File_canWriteImpl() argument 122 static jstring File_readlink(JNIEnv* env, jclass, jstring javaPath) { in File_readlink() argument [all …]
|
D | java_util_regex_Matcher.cpp | 120 static void Matcher_closeImpl(JNIEnv*, jclass, jint addr) { in Matcher_closeImpl() argument 124 static jint Matcher_findImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jint startIndex, jin… in Matcher_findImpl() argument 133 static jint Matcher_findNextImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jintArray offset… in Matcher_findNextImpl() argument 145 static jint Matcher_groupCountImpl(JNIEnv* env, jclass, jint addr) { in Matcher_groupCountImpl() argument 150 static jint Matcher_hitEndImpl(JNIEnv* env, jclass, jint addr) { in Matcher_hitEndImpl() argument 155 static jint Matcher_lookingAtImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jintArray offse… in Matcher_lookingAtImpl() argument 164 static jint Matcher_matchesImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jintArray offsets… in Matcher_matchesImpl() argument 173 static jint Matcher_openImpl(JNIEnv* env, jclass, jint patternAddr) { in Matcher_openImpl() argument 181 static jint Matcher_requireEndImpl(JNIEnv* env, jclass, jint addr) { in Matcher_requireEndImpl() argument 186 static void Matcher_setInputImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jint start, jint… in Matcher_setInputImpl() argument [all …]
|
D | java_io_ObjectStreamClass.cpp | 32 static jobject ObjectStreamClass_getFieldSignature(JNIEnv* env, jclass, jobject field) { in ObjectStreamClass_getFieldSignature() argument 36 static jobject ObjectStreamClass_getMethodSignature(JNIEnv* env, jclass, jobject method) { in ObjectStreamClass_getMethodSignature() argument 40 static jobject ObjectStreamClass_getConstructorSignature(JNIEnv* env, jclass, jobject constructor) { in ObjectStreamClass_getConstructorSignature() argument 44 static jboolean ObjectStreamClass_hasClinit(JNIEnv * env, jclass, jclass targetClass) { in ObjectStreamClass_hasClinit() argument
|
D | NativeBidi.cpp | 67 static jlong NativeBidi_ubidi_open(JNIEnv*, jclass) { in NativeBidi_ubidi_open() argument 71 static void NativeBidi_ubidi_close(JNIEnv*, jclass, jlong ptr) { in NativeBidi_ubidi_close() argument 75 static void NativeBidi_ubidi_setPara(JNIEnv* env, jclass, jlong ptr, jcharArray text, jint length, … in NativeBidi_ubidi_setPara() argument 94 static jlong NativeBidi_ubidi_setLine(JNIEnv* env, jclass, jlong ptr, jint start, jint limit) { in NativeBidi_ubidi_setLine() argument 106 static jint NativeBidi_ubidi_getDirection(JNIEnv*, jclass, jlong ptr) { in NativeBidi_ubidi_getDirection() argument 110 static jint NativeBidi_ubidi_getLength(JNIEnv*, jclass, jlong ptr) { in NativeBidi_ubidi_getLength() argument 114 static jbyte NativeBidi_ubidi_getParaLevel(JNIEnv*, jclass, jlong ptr) { in NativeBidi_ubidi_getParaLevel() argument 118 static jbyteArray NativeBidi_ubidi_getLevels(JNIEnv* env, jclass, jlong ptr) { in NativeBidi_ubidi_getLevels() argument 130 static jint NativeBidi_ubidi_countRuns(JNIEnv* env, jclass, jlong ptr) { in NativeBidi_ubidi_countRuns() argument 137 static jobjectArray NativeBidi_ubidi_getRuns(JNIEnv* env, jclass, jlong ptr) { in NativeBidi_ubidi_getRuns() argument [all …]
|
D | java_lang_Float.cpp | 33 static jint Float_floatToIntBits(JNIEnv*, jclass, jfloat val) { in Float_floatToIntBits() argument 40 jint Float_floatToRawIntBits(JNIEnv*, jclass, jfloat val) { in Float_floatToRawIntBits() argument 46 jfloat Float_intBitsToFloat(JNIEnv*, jclass, jint val) { in Float_intBitsToFloat() argument
|
D | NativePluralRules.cpp | 29 static void NativePluralRules_finalizeImpl(JNIEnv*, jclass, jint address) { in NativePluralRules_finalizeImpl() argument 33 static jint NativePluralRules_forLocaleImpl(JNIEnv* env, jclass, jstring localeName) { in NativePluralRules_forLocaleImpl() argument 41 static jint NativePluralRules_quantityForIntImpl(JNIEnv*, jclass, jint address, jint value) { in NativePluralRules_quantityForIntImpl() argument
|
D | java_lang_Double.cpp | 34 static jlong Double_doubleToLongBits(JNIEnv*, jclass, jdouble val) { in Double_doubleToLongBits() argument 41 static jlong Double_doubleToRawLongBits(JNIEnv*, jclass, jdouble val) { in Double_doubleToRawLongBits() argument 47 static jdouble Double_longBitsToDouble(JNIEnv*, jclass, jlong val) { in Double_longBitsToDouble() argument
|
D | java_net_NetworkInterface.cpp | 91 static jobjectArray NetworkInterface_getAllInterfaceAddressesImpl(JNIEnv* env, jclass) { in NetworkInterface_getAllInterfaceAddressesImpl() argument 176 static jbyteArray NetworkInterface_getHardwareAddressImpl(JNIEnv* env, jclass, jstring name) { in NetworkInterface_getHardwareAddressImpl() argument 197 static jint NetworkInterface_getMTUImpl(JNIEnv* env, jclass, jstring name) { in NetworkInterface_getMTUImpl() argument 203 static jboolean NetworkInterface_isLoopbackImpl(JNIEnv* env, jclass, jstring name) { in NetworkInterface_isLoopbackImpl() argument 207 static jboolean NetworkInterface_isPointToPointImpl(JNIEnv* env, jclass, jstring name) { in NetworkInterface_isPointToPointImpl() argument 211 static jboolean NetworkInterface_isUpImpl(JNIEnv* env, jclass, jstring name) { in NetworkInterface_isUpImpl() argument 215 static jboolean NetworkInterface_supportsMulticastImpl(JNIEnv* env, jclass, jstring name) { in NetworkInterface_supportsMulticastImpl() argument
|
D | java_io_Console.cpp | 27 static jboolean Console_isatty(JNIEnv*, jclass, jint fd) { in Console_isatty() argument 31 static jint Console_setEchoImpl(JNIEnv* env, jclass, jboolean on, jint previousState) { in Console_setEchoImpl() argument
|
D | ICU.cpp | 77 static jint ICU_getCurrencyFractionDigitsNative(JNIEnv* env, jclass, jstring javaCurrencyCode) { in ICU_getCurrencyFractionDigitsNative() argument 92 static jstring ICU_getCurrencyCodeNative(JNIEnv* env, jclass, jstring javaKey) { in ICU_getCurrencyCodeNative() argument 140 static jstring ICU_getCurrencySymbolNative(JNIEnv* env, jclass, jstring locale, jstring currencyCod… in ICU_getCurrencySymbolNative() argument 168 static jstring ICU_getDisplayCountryNative(JNIEnv* env, jclass, jstring targetLocale, jstring local… in ICU_getDisplayCountryNative() argument 176 static jstring ICU_getDisplayLanguageNative(JNIEnv* env, jclass, jstring targetLocale, jstring loca… in ICU_getDisplayLanguageNative() argument 184 static jstring ICU_getDisplayVariantNative(JNIEnv* env, jclass, jstring targetLocale, jstring local… in ICU_getDisplayVariantNative() argument 192 static jstring ICU_getISO3CountryNative(JNIEnv* env, jclass, jstring locale) { in ICU_getISO3CountryNative() argument 197 static jstring ICU_getISO3LanguageNative(JNIEnv* env, jclass, jstring locale) { in ICU_getISO3LanguageNative() argument 215 static jobjectArray ICU_getISOCountriesNative(JNIEnv* env, jclass) { in ICU_getISOCountriesNative() argument 219 static jobjectArray ICU_getISOLanguagesNative(JNIEnv* env, jclass) { in ICU_getISOLanguagesNative() argument [all …]
|
D | NativeDecimalFormat.cpp | 77 static void NativeDecimalFormat_setDecimalFormatSymbols(JNIEnv* env, jclass, jint addr, in NativeDecimalFormat_setDecimalFormatSymbols() argument 91 static jint NativeDecimalFormat_open(JNIEnv* env, jclass, jstring pattern0, in NativeDecimalFormat_open() argument 117 static void NativeDecimalFormat_close(JNIEnv*, jclass, jint addr) { in NativeDecimalFormat_close() argument 121 static void NativeDecimalFormat_setRoundingMode(JNIEnv*, jclass, jint addr, jint mode, jdouble incr… in NativeDecimalFormat_setRoundingMode() argument 127 static void NativeDecimalFormat_setSymbol(JNIEnv* env, jclass, jint addr, jint javaSymbol, jstring … in NativeDecimalFormat_setSymbol() argument 136 static void NativeDecimalFormat_setAttribute(JNIEnv*, jclass, jint addr, jint javaAttr, jint value)… in NativeDecimalFormat_setAttribute() argument 141 static jint NativeDecimalFormat_getAttribute(JNIEnv*, jclass, jint addr, jint javaAttr) { in NativeDecimalFormat_getAttribute() argument 146 static void NativeDecimalFormat_setTextAttribute(JNIEnv* env, jclass, jint addr, jint javaAttr, jst… in NativeDecimalFormat_setTextAttribute() argument 155 static jstring NativeDecimalFormat_getTextAttribute(JNIEnv* env, jclass, jint addr, jint javaAttr) { in NativeDecimalFormat_getTextAttribute() argument 174 static void NativeDecimalFormat_applyPatternImpl(JNIEnv* env, jclass, jint addr, jboolean localized… in NativeDecimalFormat_applyPatternImpl() argument [all …]
|
D | NativeCrypto.cpp | 468 static void NativeCrypto_clinit(JNIEnv*, jclass) in NativeCrypto_clinit() argument 481 static EVP_PKEY* NativeCrypto_EVP_PKEY_new_DSA(JNIEnv* env, jclass, in NativeCrypto_EVP_PKEY_new_DSA() argument 525 static EVP_PKEY* NativeCrypto_EVP_PKEY_new_RSA(JNIEnv* env, jclass, in NativeCrypto_EVP_PKEY_new_RSA() argument 580 static void NativeCrypto_EVP_PKEY_free(JNIEnv*, jclass, EVP_PKEY* pkey) { in NativeCrypto_EVP_PKEY_free() argument 591 static jint NativeCrypto_EVP_MD_CTX_create(JNIEnv* env, jclass) { in NativeCrypto_EVP_MD_CTX_create() argument 606 static void NativeCrypto_EVP_MD_CTX_destroy(JNIEnv*, jclass, EVP_MD_CTX* ctx) { in NativeCrypto_EVP_MD_CTX_destroy() argument 617 static jint NativeCrypto_EVP_MD_CTX_copy(JNIEnv* env, jclass, EVP_MD_CTX* ctx) { in NativeCrypto_EVP_MD_CTX_copy() argument 643 static jint NativeCrypto_EVP_DigestFinal(JNIEnv* env, jclass, EVP_MD_CTX* ctx, in NativeCrypto_EVP_DigestFinal() argument 671 static void NativeCrypto_EVP_DigestInit(JNIEnv* env, jclass, EVP_MD_CTX* ctx, jstring algorithm) { in NativeCrypto_EVP_DigestInit() argument 700 static jint NativeCrypto_EVP_MD_CTX_size(JNIEnv* env, jclass, EVP_MD_CTX* ctx) { in NativeCrypto_EVP_MD_CTX_size() argument [all …]
|
D | NativeConverter.cpp | 65 static jlong NativeConverter_openConverter(JNIEnv* env, jclass, jstring converterName) { in NativeConverter_openConverter() argument 76 static void NativeConverter_closeConverter(JNIEnv*, jclass, jlong address) { in NativeConverter_closeConverter() argument 80 static jint NativeConverter_encode(JNIEnv* env, jclass, jlong address, in NativeConverter_encode() argument 132 static jint NativeConverter_decode(JNIEnv* env, jclass, jlong address, in NativeConverter_decode() argument 183 static void NativeConverter_resetByteToChar(JNIEnv*, jclass, jlong address) { in NativeConverter_resetByteToChar() argument 190 static void NativeConverter_resetCharToByte(JNIEnv*, jclass, jlong address) { in NativeConverter_resetCharToByte() argument 197 static jint NativeConverter_getMaxBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMaxBytesPerChar() argument 202 static jint NativeConverter_getMinBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMinBytesPerChar() argument 207 static jfloat NativeConverter_getAveBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getAveBytesPerChar() argument 212 static jint NativeConverter_flushByteToChar(JNIEnv* env, jclass, jlong address, in NativeConverter_flushByteToChar() argument [all …]
|
D | NativeNormalizer.cpp | 25 static jstring NativeNormalizer_normalizeImpl(JNIEnv* env, jclass, jstring s, jint intMode) { in NativeNormalizer_normalizeImpl() argument 35 static jboolean NativeNormalizer_isNormalizedImpl(JNIEnv* env, jclass, jstring s, jint intMode) { in NativeNormalizer_isNormalizedImpl() argument
|
D | java_lang_System.cpp | 26 static jstring System_getEnvByName(JNIEnv* env, jclass, jstring javaName) { in System_getEnvByName() argument 37 static jstring System_getEnvByIndex(JNIEnv* env, jclass, jint index) { in System_getEnvByIndex() argument
|
D | java_io_ObjectInputStream.cpp | 49 static void ObjectInputStream_setFieldObject(JNIEnv* env, jclass, jobject instance, in ObjectInputStream_setFieldObject() argument 68 static jobject ObjectInputStream_newInstance(JNIEnv* env, jclass, in ObjectInputStream_newInstance() argument
|
/libcore/dalvik/src/main/native/ |
D | org_apache_harmony_dalvik_NativeTestTarget.cpp | 24 static void emptyJniStaticMethod0(JNIEnv*, jclass) in emptyJniStaticMethod0() argument 35 static void emptyJniStaticMethod6(JNIEnv*, jclass, in emptyJniStaticMethod6() argument 47 static void emptyJniStaticMethod6L(JNIEnv*, jclass, in emptyJniStaticMethod6L() argument
|