Home
last modified time | relevance | path

Searched defs:jclass (Results 1 – 25 of 33) sorted by relevance

12

/libcore/luni/src/main/native/
Djava_lang_StrictMath.cpp25 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 …]
Djava_lang_Math.cpp26 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_IEEEremainder(JNIEnv*, jclass, jdouble a, jdouble b) { in Math_IEEEremainder() argument
62 static jdouble Math_floor(JNIEnv*, jclass, jdouble a) { in Math_floor() argument
[all …]
Djava_lang_Character.cpp28 static jint Character_digitImpl(JNIEnv*, jclass, jint codePoint, jint radix) { in Character_digitImpl() argument
32 static jint Character_getTypeImpl(JNIEnv*, jclass, jint codePoint) { in Character_getTypeImpl() argument
36 static jbyte Character_getIcuDirectionality(JNIEnv*, jclass, jint codePoint) { in Character_getIcuDirectionality() argument
40 static jboolean Character_isMirroredImpl(JNIEnv*, jclass, jint codePoint) { in Character_isMirroredImpl() argument
44 static jstring Character_getNameImpl(JNIEnv* env, jclass, jint codePoint) { in Character_getNameImpl() argument
58 static jint Character_getNumericValueImpl(JNIEnv*, jclass, jint codePoint) { in Character_getNumericValueImpl() argument
68 static jboolean Character_isDefinedImpl(JNIEnv*, jclass, jint codePoint) { in Character_isDefinedImpl() argument
72 static jboolean Character_isDigitImpl(JNIEnv*, jclass, jint codePoint) { in Character_isDigitImpl() argument
76 static jboolean Character_isIdentifierIgnorableImpl(JNIEnv*, jclass, jint codePoint) { in Character_isIdentifierIgnorableImpl() argument
80 static jboolean Character_isLetterImpl(JNIEnv*, jclass, jint codePoint) { in Character_isLetterImpl() argument
[all …]
Dlibcore_icu_NativeCollation.cpp92 static void NativeCollation_closeCollator(JNIEnv*, jclass, jlong address) { in NativeCollation_closeCollator() argument
96 static void NativeCollation_closeElements(JNIEnv* env, jclass, jlong address) { in NativeCollation_closeElements() argument
102 static jint NativeCollation_compare(JNIEnv* env, jclass, jlong address, jstring javaLhs, jstring ja… in NativeCollation_compare() argument
114 static jint NativeCollation_getAttribute(JNIEnv* env, jclass, jlong address, jint type) { in NativeCollation_getAttribute() argument
121 static jlong NativeCollation_getCollationElementIterator(JNIEnv* env, jclass, jlong address, jstrin… in NativeCollation_getCollationElementIterator() argument
137 static jint NativeCollation_getMaxExpansion(JNIEnv*, jclass, jlong address, jint order) { in NativeCollation_getMaxExpansion() argument
141 static jint NativeCollation_getOffset(JNIEnv*, jclass, jlong address) { in NativeCollation_getOffset() argument
145 static jstring NativeCollation_getRules(JNIEnv* env, jclass, jlong address) { in NativeCollation_getRules() argument
151 static jbyteArray NativeCollation_getSortKey(JNIEnv* env, jclass, jlong address, jstring javaSource… in NativeCollation_getSortKey() argument
176 static jint NativeCollation_next(JNIEnv* env, jclass, jlong address) { in NativeCollation_next() argument
[all …]
Djava_io_ObjectStreamClass.cpp32 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 jlong ObjectStreamClass_getConstructorId(JNIEnv* env, jclass, jclass constructorClass) { in ObjectStreamClass_getConstructorId() argument
54 static jobject ObjectStreamClass_newInstance(JNIEnv* env, jclass, jclass instantiationClass, jlong … in ObjectStreamClass_newInstance() argument
Dlibcore_icu_NativeBreakIterator.cpp122 static jlong NativeBreakIterator_cloneImpl(JNIEnv* env, jclass, jlong address) { in NativeBreakIterator_cloneImpl() argument
127 static void NativeBreakIterator_closeImpl(JNIEnv*, jclass, jlong address) { in NativeBreakIterator_closeImpl() argument
131 static jint NativeBreakIterator_currentImpl(JNIEnv* env, jclass, jlong address, jstring javaInput) { in NativeBreakIterator_currentImpl() argument
136 static jint NativeBreakIterator_firstImpl(JNIEnv* env, jclass, jlong address, jstring javaInput) { in NativeBreakIterator_firstImpl() argument
141 static jint NativeBreakIterator_followingImpl(JNIEnv* env, jclass, jlong address, jstring javaInput… in NativeBreakIterator_followingImpl() argument
146 static jlong NativeBreakIterator_getCharacterInstanceImpl(JNIEnv* env, jclass, jstring javaLocaleNa… in NativeBreakIterator_getCharacterInstanceImpl() argument
150 static jlong NativeBreakIterator_getLineInstanceImpl(JNIEnv* env, jclass, jstring javaLocaleName) { in NativeBreakIterator_getLineInstanceImpl() argument
154 static jlong NativeBreakIterator_getSentenceInstanceImpl(JNIEnv* env, jclass, jstring javaLocaleNam… in NativeBreakIterator_getSentenceInstanceImpl() argument
158 static jlong NativeBreakIterator_getWordInstanceImpl(JNIEnv* env, jclass, jstring javaLocaleName) { in NativeBreakIterator_getWordInstanceImpl() argument
162 static jboolean NativeBreakIterator_isBoundaryImpl(JNIEnv* env, jclass, jlong address, jstring java… in NativeBreakIterator_isBoundaryImpl() argument
[all …]
Dlibcore_icu_AlphabeticIndex.cpp32 static jlong AlphabeticIndex_create(JNIEnv* env, jclass, jstring javaLocaleName) { in AlphabeticIndex_create() argument
45 static void AlphabeticIndex_destroy(JNIEnv*, jclass, jlong peer) { in AlphabeticIndex_destroy() argument
49 static jint AlphabeticIndex_getMaxLabelCount(JNIEnv*, jclass, jlong peer) { in AlphabeticIndex_getMaxLabelCount() argument
54 static void AlphabeticIndex_setMaxLabelCount(JNIEnv* env, jclass, jlong peer, jint count) { in AlphabeticIndex_setMaxLabelCount() argument
61 static void AlphabeticIndex_addLabels(JNIEnv* env, jclass, jlong peer, jstring javaLocaleName) { in AlphabeticIndex_addLabels() argument
72 static void AlphabeticIndex_addLabelRange(JNIEnv* env, jclass, jlong peer, in AlphabeticIndex_addLabelRange() argument
80 static jint AlphabeticIndex_getBucketCount(JNIEnv* env, jclass, jlong peer) { in AlphabeticIndex_getBucketCount() argument
90 static jint AlphabeticIndex_getBucketIndex(JNIEnv* env, jclass, jlong peer, jstring javaString) { in AlphabeticIndex_getBucketIndex() argument
104 static jstring AlphabeticIndex_getBucketLabel(JNIEnv* env, jclass, jlong peer, jint index) { in AlphabeticIndex_getBucketLabel() argument
136 static jlong AlphabeticIndex_buildImmutableIndex(JNIEnv* env, jclass, jlong peer) { in AlphabeticIndex_buildImmutableIndex() argument
[all …]
Djava_math_NativeBN.cpp89 static jlong NativeBN_BN_new(JNIEnv* env, jclass) { in NativeBN_BN_new() argument
95 static void NativeBN_BN_free(JNIEnv* env, jclass, jlong a) { in NativeBN_BN_free() argument
100 static int NativeBN_BN_cmp(JNIEnv* env, jclass, jlong a, jlong b) { in NativeBN_BN_cmp() argument
105 static void NativeBN_BN_copy(JNIEnv* env, jclass, jlong to, jlong from) { in NativeBN_BN_copy() argument
111 static void NativeBN_putULongInt(JNIEnv* env, jclass, jlong a0, jlong java_dw, jboolean neg) { in NativeBN_putULongInt() argument
144 static int NativeBN_BN_dec2bn(JNIEnv* env, jclass, jlong a0, jstring str) { in NativeBN_BN_dec2bn() argument
156 static int NativeBN_BN_hex2bn(JNIEnv* env, jclass, jlong a0, jstring str) { in NativeBN_BN_hex2bn() argument
168 static void NativeBN_BN_bin2bn(JNIEnv* env, jclass, jbyteArray arr, int len, jboolean neg, jlong re… in NativeBN_BN_bin2bn() argument
187 static void NativeBN_litEndInts2bn(JNIEnv* env, jclass, jintArray arr, int len, jboolean neg, jlong… in NativeBN_litEndInts2bn() argument
238 static void negBigEndianBytes2bn(JNIEnv*, jclass, const unsigned char* bytes, int bytesLen, jlong r… in negBigEndianBytes2bn() argument
[all …]
Djava_util_regex_Matcher.cpp120 static void Matcher_closeImpl(JNIEnv*, jclass, jlong address) { in Matcher_closeImpl() argument
124 static jint Matcher_findImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jint startIndex, ji… in Matcher_findImpl() argument
133 static jint Matcher_findNextImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offse… in Matcher_findNextImpl() argument
145 static jint Matcher_groupCountImpl(JNIEnv* env, jclass, jlong addr) { in Matcher_groupCountImpl() argument
150 static jint Matcher_hitEndImpl(JNIEnv* env, jclass, jlong addr) { in Matcher_hitEndImpl() argument
155 static jint Matcher_lookingAtImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offs… in Matcher_lookingAtImpl() argument
164 static jint Matcher_matchesImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offset… in Matcher_matchesImpl() argument
173 static jlong Matcher_openImpl(JNIEnv* env, jclass, jlong patternAddr) { in Matcher_openImpl() argument
181 static jint Matcher_requireEndImpl(JNIEnv* env, jclass, jlong addr) { in Matcher_requireEndImpl() argument
186 static void Matcher_setInputImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jint start, jin… in Matcher_setInputImpl() argument
[all …]
Djava_text_Bidi.cpp68 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
76 static void Bidi_ubidi_setPara(JNIEnv* env, jclass, jlong ptr, jcharArray text, jint length, jint p… in Bidi_ubidi_setPara() argument
95 static jlong Bidi_ubidi_setLine(JNIEnv* env, jclass, jlong ptr, jint start, jint limit) { in Bidi_ubidi_setLine() 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
119 static jbyteArray Bidi_ubidi_getLevels(JNIEnv* env, jclass, jlong ptr) { in Bidi_ubidi_getLevels() argument
131 static jint Bidi_ubidi_countRuns(JNIEnv* env, jclass, jlong ptr) { in Bidi_ubidi_countRuns() argument
141 static jobjectArray Bidi_ubidi_getRuns(JNIEnv* env, jclass, jlong ptr) { in Bidi_ubidi_getRuns() argument
[all …]
Dlibcore_icu_Transliterator.cpp30 static jlong Transliterator_create(JNIEnv* env, jclass, jstring javaId) { in Transliterator_create() argument
43 static void Transliterator_destroy(JNIEnv*, jclass, jlong peer) { in Transliterator_destroy() argument
47 static jobjectArray Transliterator_getAvailableIDs(JNIEnv* env, jclass) { in Transliterator_getAvailableIDs() argument
53 static jstring Transliterator_transliterate(JNIEnv* env, jclass, jlong peer, jstring javaString) { in Transliterator_transliterate() argument
Dlibcore_io_Memory.cpp145 static void Memory_memmove(JNIEnv* env, jclass, jobject dstObject, jint dstOffset, jobject srcObjec… in Memory_memmove() argument
157 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() argument
161 static void Memory_peekByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOff… in Memory_peekByteArray() argument
186 static void Memory_peekCharArray(JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOff… in Memory_peekCharArray() argument
190 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint ds… in Memory_peekDoubleArray() argument
194 static void Memory_peekFloatArray(JNIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstO… in Memory_peekFloatArray() argument
198 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffse… in Memory_peekIntArray() argument
202 static void Memory_peekLongArray(JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOff… in Memory_peekLongArray() argument
206 static void Memory_peekShortArray(JNIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstO… in Memory_peekShortArray() argument
210 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte() argument
[all …]
Djava_lang_System.cpp41 static void System_log(JNIEnv* env, jclass, jchar type, jstring javaMessage, jthrowable exception) { in System_log() argument
80 static jobjectArray System_specialProperties(JNIEnv* env, jclass) { in System_specialProperties() argument
104 static jlong System_currentTimeMillis(JNIEnv*, jclass) { in System_currentTimeMillis() argument
111 static jlong System_nanoTime(JNIEnv*, jclass) { in System_nanoTime() argument
123 static jstring System_mapLibraryName(JNIEnv* env, jclass, jstring javaName) { in System_mapLibraryName() argument
Dlibcore_icu_ICU.cpp100 static jstring ICU_addLikelySubtags(JNIEnv* env, jclass, jstring javaLocaleName) { in ICU_addLikelySubtags() argument
111 static jstring ICU_getScript(JNIEnv* env, jclass, jstring javaLocaleName) { in ICU_getScript() argument
119 static jint ICU_getCurrencyFractionDigits(JNIEnv* env, jclass, jstring javaCurrencyCode) { in ICU_getCurrencyFractionDigits() argument
129 static jint ICU_getCurrencyNumericCode(JNIEnv* env, jclass, jstring javaCurrencyCode) { in ICU_getCurrencyNumericCode() argument
139 static jstring ICU_getCurrencyCode(JNIEnv* env, jclass, jstring javaCountryCode) { in ICU_getCurrencyCode() argument
213 static jstring ICU_getCurrencyDisplayName(JNIEnv* env, jclass, jstring javaLanguageTag, jstring jav… in ICU_getCurrencyDisplayName() argument
217 static jstring ICU_getCurrencySymbol(JNIEnv* env, jclass, jstring javaLanguageTag, jstring javaCurr… in ICU_getCurrencySymbol() argument
221 static jstring ICU_getDisplayCountryNative(JNIEnv* env, jclass, jstring javaTargetLanguageTag, jstr… in ICU_getDisplayCountryNative() argument
236 static jstring ICU_getDisplayLanguageNative(JNIEnv* env, jclass, jstring javaTargetLanguageTag, jst… in ICU_getDisplayLanguageNative() argument
251 static jstring ICU_getDisplayScriptNative(JNIEnv* env, jclass, jstring javaTargetLanguageTag, jstri… in ICU_getDisplayScriptNative() argument
[all …]
Dlibcore_icu_NativePluralRules.cpp32 static void NativePluralRules_finalizeImpl(JNIEnv*, jclass, jlong address) { in NativePluralRules_finalizeImpl() argument
36 static jlong NativePluralRules_forLocaleImpl(JNIEnv* env, jclass, jstring javaLocaleName) { in NativePluralRules_forLocaleImpl() argument
58 static jint NativePluralRules_quantityForIntImpl(JNIEnv*, jclass, jlong address, jint value) { in NativePluralRules_quantityForIntImpl() argument
Dlibcore_icu_NativeDecimalFormat.cpp95 static void NativeDecimalFormat_setDecimalFormatSymbols(JNIEnv* env, jclass, jlong addr, in NativeDecimalFormat_setDecimalFormatSymbols() argument
109 static jlong NativeDecimalFormat_open(JNIEnv* env, jclass, jstring pattern0, in NativeDecimalFormat_open() argument
134 static void NativeDecimalFormat_close(JNIEnv*, jclass, jlong addr) { in NativeDecimalFormat_close() argument
138 static void NativeDecimalFormat_setRoundingMode(JNIEnv*, jclass, jlong addr, jint mode, jdouble inc… in NativeDecimalFormat_setRoundingMode() argument
144 static void NativeDecimalFormat_setSymbol(JNIEnv* env, jclass, jlong addr, jint javaSymbol, jstring… in NativeDecimalFormat_setSymbol() argument
155 static void NativeDecimalFormat_setAttribute(JNIEnv*, jclass, jlong addr, jint javaAttr, jint value… in NativeDecimalFormat_setAttribute() argument
160 static jint NativeDecimalFormat_getAttribute(JNIEnv*, jclass, jlong addr, jint javaAttr) { in NativeDecimalFormat_getAttribute() argument
165 static void NativeDecimalFormat_setTextAttribute(JNIEnv* env, jclass, jlong addr, jint javaAttr, js… in NativeDecimalFormat_setTextAttribute() argument
176 static jstring NativeDecimalFormat_getTextAttribute(JNIEnv* env, jclass, jlong addr, jint javaAttr)… in NativeDecimalFormat_getTextAttribute() argument
195 static void NativeDecimalFormat_applyPatternImpl(JNIEnv* env, jclass, jlong addr, jboolean localize… in NativeDecimalFormat_applyPatternImpl() argument
[all …]
Dlibcore_icu_DateIntervalFormat.cpp27 static jlong DateIntervalFormat_createDateIntervalFormat(JNIEnv* env, jclass, jstring javaSkeleton,… in DateIntervalFormat_createDateIntervalFormat() argument
53 static void DateIntervalFormat_destroyDateIntervalFormat(JNIEnv*, jclass, jlong address) { in DateIntervalFormat_destroyDateIntervalFormat() argument
57 static jstring DateIntervalFormat_formatDateInterval(JNIEnv* env, jclass, jlong address, jlong from… in DateIntervalFormat_formatDateInterval() argument
Djava_lang_Float.cpp32 jint Float_floatToRawIntBits(JNIEnv*, jclass, jfloat val) { in Float_floatToRawIntBits() argument
38 jfloat Float_intBitsToFloat(JNIEnv*, jclass, jint val) { in Float_intBitsToFloat() argument
Djava_lang_Double.cpp32 static jlong Double_doubleToRawLongBits(JNIEnv*, jclass, jdouble val) { in Double_doubleToRawLongBits() argument
38 static jdouble Double_longBitsToDouble(JNIEnv*, jclass, jlong val) { in Double_longBitsToDouble() argument
Dlibcore_icu_NativeConverter.cpp159 static jlong NativeConverter_openConverter(JNIEnv* env, jclass, jstring converterName) { in NativeConverter_openConverter() argument
170 static void NativeConverter_closeConverter(JNIEnv*, jclass, jlong address) { in NativeConverter_closeConverter() argument
182 static jint NativeConverter_encode(JNIEnv* env, jclass, jlong address, in NativeConverter_encode() argument
238 static jint NativeConverter_decode(JNIEnv* env, jclass, jlong address, in NativeConverter_decode() argument
294 static void NativeConverter_resetByteToChar(JNIEnv*, jclass, jlong address) { in NativeConverter_resetByteToChar() argument
301 static void NativeConverter_resetCharToByte(JNIEnv*, jclass, jlong address) { in NativeConverter_resetCharToByte() argument
308 static jint NativeConverter_getMaxBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMaxBytesPerChar() argument
313 static jint NativeConverter_getMinBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getMinBytesPerChar() argument
318 static jfloat NativeConverter_getAveBytesPerChar(JNIEnv*, jclass, jlong address) { in NativeConverter_getAveBytesPerChar() argument
323 static jobjectArray NativeConverter_getAvailableCharsetNames(JNIEnv* env, jclass) { in NativeConverter_getAvailableCharsetNames() argument
[all …]
Djava_io_File.cpp41 static jstring File_canonicalizePath(JNIEnv* env, jclass, jstring javaPath) { in File_canonicalizePath() argument
56 static jboolean File_setLastModifiedImpl(JNIEnv* env, jclass, jstring javaPath, jlong ms) { in File_setLastModifiedImpl() argument
140 static jobjectArray File_listImpl(JNIEnv* env, jclass, jstring javaPath) { in File_listImpl() argument
Dlibcore_icu_NativeNormalizer.cpp26 static jstring NativeNormalizer_normalizeImpl(JNIEnv* env, jclass, jstring s, jint intMode) { in NativeNormalizer_normalizeImpl() argument
39 static jboolean NativeNormalizer_isNormalizedImpl(JNIEnv* env, jclass, jstring s, jint intMode) { in NativeNormalizer_isNormalizedImpl() argument
Djava_nio_charset_Charsets.cpp109 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
Djava_nio_ByteOrder.cpp22 static jboolean ByteOrder_isLittleEndian(JNIEnv*, jclass) { in ByteOrder_isLittleEndian() argument
/libcore/dalvik/src/main/native/
Dorg_apache_harmony_dalvik_NativeTestTarget.cpp23 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

12