| /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 42 static jstring Character_getNameImpl(JNIEnv* env, jclass, jint codePoint) { in Character_getNameImpl() 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 [all …]
|
| D | libcore_icu_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 javaLhs, jstring jav… in NativeCollation_compare() argument 50 static jint NativeCollation_getAttribute(JNIEnv* env, jclass, jint address, jint type) { in NativeCollation_getAttribute() argument 57 static jint NativeCollation_getCollationElementIterator(JNIEnv* env, jclass, jint address, jstring … in NativeCollation_getCollationElementIterator() argument 68 static jint NativeCollation_getMaxExpansion(JNIEnv*, jclass, jint address, jint order) { in NativeCollation_getMaxExpansion() argument 72 static jint NativeCollation_getOffset(JNIEnv*, jclass, jint address) { in NativeCollation_getOffset() argument 76 static jstring NativeCollation_getRules(JNIEnv* env, jclass, jint address) { in NativeCollation_getRules() argument 82 static jbyteArray NativeCollation_getSortKey(JNIEnv* env, jclass, jint address, jstring javaSource)… in NativeCollation_getSortKey() argument 106 static jint NativeCollation_next(JNIEnv* env, jclass, jint address) { in NativeCollation_next() argument [all …]
|
| D | java_math_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 | libcore_icu_NativeBreakIterator.cpp | 129 static jint NativeBreakIterator_getCharacterInstanceImpl(JNIEnv* env, jclass, jstring locale) { in NativeBreakIterator_getCharacterInstanceImpl() argument 133 static jint NativeBreakIterator_getLineInstanceImpl(JNIEnv* env, jclass, jstring locale) { in NativeBreakIterator_getLineInstanceImpl() argument 137 static jint NativeBreakIterator_getSentenceInstanceImpl(JNIEnv* env, jclass, jstring locale) { in NativeBreakIterator_getSentenceInstanceImpl() argument 141 static jint NativeBreakIterator_getWordInstanceImpl(JNIEnv* env, jclass, jstring locale) { in NativeBreakIterator_getWordInstanceImpl() argument 145 static void NativeBreakIterator_closeBreakIteratorImpl(JNIEnv* env, jclass, jint address) { in NativeBreakIterator_closeBreakIteratorImpl() argument 151 static jint NativeBreakIterator_cloneImpl(JNIEnv* env, jclass, jint address) { in NativeBreakIterator_cloneImpl() argument 155 static void NativeBreakIterator_setTextImpl(JNIEnv* env, jclass, jint address, jstring javaText) { in NativeBreakIterator_setTextImpl() argument 160 static jboolean NativeBreakIterator_isBoundaryImpl(JNIEnv*, jclass, jint address, jint offset) { in NativeBreakIterator_isBoundaryImpl() argument 164 static jint NativeBreakIterator_nextImpl(JNIEnv*, jclass, jint address, jint n) { in NativeBreakIterator_nextImpl() argument 182 static jint NativeBreakIterator_precedingImpl(JNIEnv*, jclass, jint address, jint offset) { in NativeBreakIterator_precedingImpl() 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 50 static jint ObjectStreamClass_getConstructorId(JNIEnv* env, jclass, jclass constructorClass) { in ObjectStreamClass_getConstructorId() argument 54 static jobject ObjectStreamClass_newInstance(JNIEnv* env, jclass, jclass instantiationClass, jint m… in ObjectStreamClass_newInstance() argument
|
| D | java_util_regex_Matcher.cpp | 119 static void Matcher_closeImpl(JNIEnv*, jclass, jint addr) { in Matcher_closeImpl() argument 123 static jint Matcher_findImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jint startIndex, jin… in Matcher_findImpl() argument 132 static jint Matcher_findNextImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jintArray offset… in Matcher_findNextImpl() argument 144 static jint Matcher_groupCountImpl(JNIEnv* env, jclass, jint addr) { in Matcher_groupCountImpl() argument 149 static jint Matcher_hitEndImpl(JNIEnv* env, jclass, jint addr) { in Matcher_hitEndImpl() argument 154 static jint Matcher_lookingAtImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jintArray offse… in Matcher_lookingAtImpl() argument 163 static jint Matcher_matchesImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jintArray offsets… in Matcher_matchesImpl() argument 172 static jint Matcher_openImpl(JNIEnv* env, jclass, jint patternAddr) { in Matcher_openImpl() argument 180 static jint Matcher_requireEndImpl(JNIEnv* env, jclass, jint addr) { in Matcher_requireEndImpl() argument 185 static void Matcher_setInputImpl(JNIEnv* env, jclass, jint addr, jstring javaText, jint start, jint… in Matcher_setInputImpl() argument [all …]
|
| D | java_text_Bidi.cpp | 67 static jlong Bidi_ubidi_open(JNIEnv*, jclass) { in Bidi_ubidi_open() argument 71 static void Bidi_ubidi_close(JNIEnv*, jclass, jlong ptr) { in Bidi_ubidi_close() argument 75 static void Bidi_ubidi_setPara(JNIEnv* env, jclass, jlong ptr, jcharArray text, jint length, jint p… in Bidi_ubidi_setPara() argument 94 static jlong Bidi_ubidi_setLine(JNIEnv* env, jclass, jlong ptr, jint start, jint limit) { in Bidi_ubidi_setLine() argument 106 static jint Bidi_ubidi_getDirection(JNIEnv*, jclass, jlong ptr) { in Bidi_ubidi_getDirection() argument 110 static jint Bidi_ubidi_getLength(JNIEnv*, jclass, jlong ptr) { in Bidi_ubidi_getLength() argument 114 static jbyte Bidi_ubidi_getParaLevel(JNIEnv*, jclass, jlong ptr) { in Bidi_ubidi_getParaLevel() argument 118 static jbyteArray Bidi_ubidi_getLevels(JNIEnv* env, jclass, jlong ptr) { in Bidi_ubidi_getLevels() argument 130 static jint Bidi_ubidi_countRuns(JNIEnv* env, jclass, jlong ptr) { in Bidi_ubidi_countRuns() argument 140 static jobjectArray Bidi_ubidi_getRuns(JNIEnv* env, jclass, jlong ptr) { in Bidi_ubidi_getRuns() argument [all …]
|
| D | libcore_io_Memory.cpp | 80 static void Memory_memmove(JNIEnv* env, jclass, jobject dstObject, jint dstOffset, jobject srcObjec… in Memory_memmove() argument 92 static jbyte Memory_peekByte(JNIEnv*, jclass, jint srcAddress) { in Memory_peekByte() argument 96 static void Memory_peekByteArray(JNIEnv* env, jclass, jint srcAddress, jbyteArray dst, jint dstOffs… in Memory_peekByteArray() argument 121 static void Memory_peekCharArray(JNIEnv* env, jclass, jint srcAddress, jcharArray dst, jint dstOffs… in Memory_peekCharArray() argument 125 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jint srcAddress, jdoubleArray dst, jint dst… in Memory_peekDoubleArray() argument 129 static void Memory_peekFloatArray(JNIEnv* env, jclass, jint srcAddress, jfloatArray dst, jint dstOf… in Memory_peekFloatArray() argument 133 static void Memory_peekIntArray(JNIEnv* env, jclass, jint srcAddress, jintArray dst, jint dstOffset… in Memory_peekIntArray() argument 137 static void Memory_peekLongArray(JNIEnv* env, jclass, jint srcAddress, jlongArray dst, jint dstOffs… in Memory_peekLongArray() argument 141 static void Memory_peekShortArray(JNIEnv* env, jclass, jint srcAddress, jshortArray dst, jint dstOf… in Memory_peekShortArray() argument 145 static void Memory_pokeByte(JNIEnv*, jclass, jint dstAddress, jbyte value) { in Memory_pokeByte() argument [all …]
|
| D | libcore_icu_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 | libcore_icu_ICU.cpp | 89 static jstring ICU_addLikelySubtags(JNIEnv* env, jclass, jstring javaLocale) { in ICU_addLikelySubtags() argument 100 static jstring ICU_getScript(JNIEnv* env, jclass, jstring javaLocale) { in ICU_getScript() argument 111 static jint ICU_getCurrencyFractionDigits(JNIEnv* env, jclass, jstring javaCurrencyCode) { in ICU_getCurrencyFractionDigits() argument 118 static jstring ICU_getCurrencyCode(JNIEnv* env, jclass, jstring javaCountryCode) { in ICU_getCurrencyCode() argument 160 static jstring ICU_getCurrencyDisplayName(JNIEnv* env, jclass, jstring javaLocaleName, jstring java… in ICU_getCurrencyDisplayName() argument 177 static jstring ICU_getCurrencySymbol(JNIEnv* env, jclass, jstring locale, jstring currencyCode) { in ICU_getCurrencySymbol() argument 206 static jstring ICU_getDisplayCountryNative(JNIEnv* env, jclass, jstring targetLocale, jstring local… in ICU_getDisplayCountryNative() argument 214 static jstring ICU_getDisplayLanguageNative(JNIEnv* env, jclass, jstring targetLocale, jstring loca… in ICU_getDisplayLanguageNative() argument 222 static jstring ICU_getDisplayVariantNative(JNIEnv* env, jclass, jstring targetLocale, jstring local… in ICU_getDisplayVariantNative() argument 230 static jstring ICU_getISO3CountryNative(JNIEnv* env, jclass, jstring locale) { in ICU_getISO3CountryNative() argument [all …]
|
| D | org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp | 546 static void NativeCrypto_clinit(JNIEnv*, jclass) in NativeCrypto_clinit() argument 555 static void NativeCrypto_ENGINE_load_dynamic(JNIEnv*, jclass) { in NativeCrypto_ENGINE_load_dynamic() argument 561 static jint NativeCrypto_ENGINE_by_id(JNIEnv* env, jclass, jstring idJava) { in NativeCrypto_ENGINE_by_id() argument 580 static jint NativeCrypto_ENGINE_init(JNIEnv* env, jclass, jint engineRef) { in NativeCrypto_ENGINE_init() argument 594 static jint NativeCrypto_ENGINE_finish(JNIEnv* env, jclass, jint engineRef) { in NativeCrypto_ENGINE_finish() argument 608 static jint NativeCrypto_ENGINE_free(JNIEnv* env, jclass, jint engineRef) { in NativeCrypto_ENGINE_free() argument 622 static jint NativeCrypto_ENGINE_load_private_key(JNIEnv* env, jclass, jint engineRef, in NativeCrypto_ENGINE_load_private_key() argument 647 static EVP_PKEY* NativeCrypto_EVP_PKEY_new_DSA(JNIEnv* env, jclass, in NativeCrypto_EVP_PKEY_new_DSA() argument 703 static jint NativeCrypto_EVP_PKEY_new_RSA(JNIEnv* env, jclass, in NativeCrypto_EVP_PKEY_new_RSA() argument 800 static int NativeCrypto_EVP_PKEY_type(JNIEnv* env, jclass, jint pkeyRef) { in NativeCrypto_EVP_PKEY_type() argument [all …]
|
| D | libcore_icu_NativeDecimalFormat.cpp | 89 static void NativeDecimalFormat_setDecimalFormatSymbols(JNIEnv* env, jclass, jint addr, in NativeDecimalFormat_setDecimalFormatSymbols() argument 103 static jint NativeDecimalFormat_open(JNIEnv* env, jclass, jstring pattern0, in NativeDecimalFormat_open() argument 129 static void NativeDecimalFormat_close(JNIEnv*, jclass, jint addr) { in NativeDecimalFormat_close() argument 133 static void NativeDecimalFormat_setRoundingMode(JNIEnv*, jclass, jint addr, jint mode, jdouble incr… in NativeDecimalFormat_setRoundingMode() argument 139 static void NativeDecimalFormat_setSymbol(JNIEnv* env, jclass, jint addr, jint javaSymbol, jstring … in NativeDecimalFormat_setSymbol() argument 150 static void NativeDecimalFormat_setAttribute(JNIEnv*, jclass, jint addr, jint javaAttr, jint value)… in NativeDecimalFormat_setAttribute() argument 155 static jint NativeDecimalFormat_getAttribute(JNIEnv*, jclass, jint addr, jint javaAttr) { in NativeDecimalFormat_getAttribute() argument 160 static void NativeDecimalFormat_setTextAttribute(JNIEnv* env, jclass, jint addr, jint javaAttr, jst… in NativeDecimalFormat_setTextAttribute() argument 171 static jstring NativeDecimalFormat_getTextAttribute(JNIEnv* env, jclass, jint addr, jint javaAttr) { in NativeDecimalFormat_getTextAttribute() argument 190 static void NativeDecimalFormat_applyPatternImpl(JNIEnv* env, jclass, jint addr, jboolean localized… in NativeDecimalFormat_applyPatternImpl() argument [all …]
|
| D | java_io_File.cpp | 43 static jstring File_readlink(JNIEnv* env, jclass, jstring javaPath) { in File_readlink() argument 57 static jstring File_realpath(JNIEnv* env, jclass, jstring javaPath) { in File_realpath() argument 72 static jboolean File_setLastModifiedImpl(JNIEnv* env, jclass, jstring javaPath, jlong ms) { in File_setLastModifiedImpl() argument 155 static jobjectArray File_listImpl(JNIEnv* env, jclass, jstring javaPath) { in File_listImpl() argument
|
| D | libcore_icu_NativeConverter.cpp | 70 static jlong NativeConverter_openConverter(JNIEnv* env, jclass, jstring converterName) { in NativeConverter_openConverter() argument 81 static void NativeConverter_closeConverter(JNIEnv*, jclass, jlong address) { in NativeConverter_closeConverter() argument 85 static jint NativeConverter_encode(JNIEnv* env, jclass, jlong address, in NativeConverter_encode() argument 131 static jint NativeConverter_decode(JNIEnv* env, jclass, jlong address, in NativeConverter_decode() argument 178 static void NativeConverter_resetByteToChar(JNIEnv*, jclass, jlong address) { in NativeConverter_resetByteToChar() argument 185 static void NativeConverter_resetCharToByte(JNIEnv*, jclass, jlong address) { in NativeConverter_resetCharToByte() argument 192 static jint NativeConverter_getMaxBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMaxBytesPerChar() argument 197 static jint NativeConverter_getMinBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMinBytesPerChar() argument 202 static jfloat NativeConverter_getAveBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getAveBytesPerChar() argument 207 static jboolean NativeConverter_canEncode(JNIEnv*, jclass, jlong address, jint codeUnit) { in NativeConverter_canEncode() argument [all …]
|
| D | libcore_icu_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 | 35 static void System_log(JNIEnv* env, jclass, jchar type, jstring javaMessage, jthrowable exception) { in System_log() argument 74 static jobjectArray System_specialProperties(JNIEnv* env, jclass) { in System_specialProperties() argument
|
| D | java_nio_ByteOrder.cpp | 22 static jboolean ByteOrder_isLittleEndian(JNIEnv*, jclass) { in ByteOrder_isLittleEndian() argument
|
| D | java_nio_charset_Charsets.cpp | 109 static void Charsets_asciiBytesToChars(JNIEnv* env, jclass, jbyteArray javaBytes, jint offset, jint… in Charsets_asciiBytesToChars() argument 128 static void Charsets_isoLatin1BytesToChars(JNIEnv* env, jclass, jbyteArray javaBytes, jint offset, … in Charsets_isoLatin1BytesToChars() argument 175 static jbyteArray Charsets_toAsciiBytes(JNIEnv* env, jclass, jcharArray javaChars, jint offset, jin… in Charsets_toAsciiBytes() argument 179 static jbyteArray Charsets_toIsoLatin1Bytes(JNIEnv* env, jclass, jcharArray javaChars, jint offset,… in Charsets_toIsoLatin1Bytes() argument 183 static jbyteArray Charsets_toUtf8Bytes(JNIEnv* env, jclass, jcharArray javaChars, jint offset, jint… in Charsets_toUtf8Bytes() argument
|
| D | libcore_io_AsynchronousCloseMonitor.cpp | 24 static void AsynchronousCloseMonitor_signalBlockedThreads(JNIEnv* env, jclass, jobject javaFd) { in AsynchronousCloseMonitor_signalBlockedThreads() argument
|
| D | java_io_Console.cpp | 27 static jint Console_setEchoImpl(JNIEnv* env, jclass, jboolean on, jint previousState) { in Console_setEchoImpl() argument
|
| D | java_util_regex_Pattern.cpp | 74 static void Pattern_closeImpl(JNIEnv*, jclass, jint addr) { in Pattern_closeImpl() argument 78 static jint Pattern_compileImpl(JNIEnv* env, jclass, jstring javaRegex, jint flags) { in Pattern_compileImpl() argument
|
| D | libcore_net_RawSocket.cpp | 55 static void RawSocket_create(JNIEnv* env, jclass, jobject fileDescriptor, in RawSocket_create() argument 97 static int RawSocket_sendPacket(JNIEnv* env, jclass, jobject fileDescriptor, in RawSocket_sendPacket() argument 148 static jint RawSocket_recvPacket(JNIEnv* env, jclass, jobject fileDescriptor, in RawSocket_recvPacket() 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
|