Home
last modified time | relevance | path

Searched refs:jclass (Results 1 – 25 of 36) sorted by relevance

12

/libcore/luni/src/main/native/
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 …]
Djava_io_ObjectStreamClass.cpp23 static jobject getSignature(JNIEnv* env, jclass c, jobject object) { in getSignature()
28 jclass objectClass = env->GetObjectClass(object); in getSignature()
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 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
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_sqrt(JNIEnv*, jclass, jdouble a) { in StrictMath_sqrt() argument
41 static jdouble StrictMath_IEEEremainder(JNIEnv*, jclass, jdouble a, jdouble b) { in StrictMath_IEEEremainder() argument
45 static jdouble StrictMath_floor(JNIEnv*, jclass, jdouble a) { in StrictMath_floor() argument
49 static jdouble StrictMath_ceil(JNIEnv*, jclass, jdouble a) { in StrictMath_ceil() argument
53 static jdouble StrictMath_rint(JNIEnv*, jclass, jdouble a) { in StrictMath_rint() argument
57 static jdouble StrictMath_pow(JNIEnv*, jclass, jdouble a, jdouble b) { in StrictMath_pow() argument
61 static jdouble StrictMath_hypot(JNIEnv*, jclass, jdouble a, jdouble b) { in StrictMath_hypot() argument
[all …]
Dlibcore_io_Memory.cpp93 static void Memory_memmove(JNIEnv* env, jclass, jobject dstObject, jint dstOffset, jobject srcObjec… in Memory_memmove() argument
105 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() argument
109 static void Memory_peekByteArray(JNIEnv* env, jclass, jlong srcAddress, jbyteArray dst, jint dstOff… in Memory_peekByteArray() argument
134 static void Memory_peekCharArray(JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOff… in Memory_peekCharArray() argument
138 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint ds… in Memory_peekDoubleArray() argument
142 static void Memory_peekFloatArray(JNIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstO… in Memory_peekFloatArray() argument
146 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffse… in Memory_peekIntArray() argument
150 static void Memory_peekLongArray(JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOff… in Memory_peekLongArray() argument
154 static void Memory_peekShortArray(JNIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstO… in Memory_peekShortArray() argument
158 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte() 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 …]
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_util_regex_Matcher.cpp119 static void Matcher_closeImpl(JNIEnv*, jclass, jlong address) { in Matcher_closeImpl() argument
123 static jint Matcher_findImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jint startIndex, ji… in Matcher_findImpl() argument
132 static jint Matcher_findNextImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offse… in Matcher_findNextImpl() argument
144 static jint Matcher_groupCountImpl(JNIEnv* env, jclass, jlong addr) { in Matcher_groupCountImpl() argument
149 static jint Matcher_hitEndImpl(JNIEnv* env, jclass, jlong addr) { in Matcher_hitEndImpl() argument
154 static jint Matcher_lookingAtImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offs… in Matcher_lookingAtImpl() argument
163 static jint Matcher_matchesImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offset… in Matcher_matchesImpl() argument
172 static jlong Matcher_openImpl(JNIEnv* env, jclass, jlong patternAddr) { in Matcher_openImpl() argument
180 static jint Matcher_requireEndImpl(JNIEnv* env, jclass, jlong addr) { in Matcher_requireEndImpl() argument
185 static void Matcher_setInputImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jint start, jin… in Matcher_setInputImpl() argument
[all …]
Djava_math_NativeBN.cpp101 static jlong NativeBN_BN_new(JNIEnv* env, jclass) { in NativeBN_BN_new() argument
107 static void NativeBN_BN_free(JNIEnv* env, jclass, jlong a) { in NativeBN_BN_free() argument
112 static int NativeBN_BN_cmp(JNIEnv* env, jclass, jlong a, jlong b) { in NativeBN_BN_cmp() argument
117 static void NativeBN_BN_copy(JNIEnv* env, jclass, jlong to, jlong from) { in NativeBN_BN_copy() argument
123 static void NativeBN_putULongInt(JNIEnv* env, jclass, jlong a0, jlong java_dw, jboolean neg) { in NativeBN_putULongInt() argument
152 static void NativeBN_putLongInt(JNIEnv* env, jclass cls, jlong a, jlong dw) { in NativeBN_putLongInt()
160 static int NativeBN_BN_dec2bn(JNIEnv* env, jclass, jlong a0, jstring str) { in NativeBN_BN_dec2bn() argument
172 static int NativeBN_BN_hex2bn(JNIEnv* env, jclass, jlong a0, jstring str) { in NativeBN_BN_hex2bn() argument
184 static void NativeBN_BN_bin2bn(JNIEnv* env, jclass, jbyteArray arr, int len, jboolean neg, jlong re… in NativeBN_BN_bin2bn() argument
203 static void NativeBN_litEndInts2bn(JNIEnv* env, jclass, jintArray arr, int len, jboolean neg, jlong… in NativeBN_litEndInts2bn() 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
Djava_lang_System.cpp41 static void System_log(JNIEnv* env, jclass, jchar type, jstring javaMessage, jthrowable exception) { in System_log() argument
66 static void System_setFieldImpl(JNIEnv* env, jclass clazz, in System_setFieldImpl()
80 static jobjectArray System_specialProperties(JNIEnv* env, jclass) { in System_specialProperties() argument
108 static jlong System_currentTimeMillis(JNIEnv*, jclass) { in System_currentTimeMillis() argument
115 static jlong System_nanoTime(JNIEnv*, jclass) { in System_nanoTime() argument
Dsun_misc_Unsafe.cpp22 static jobject Unsafe_allocateInstance(JNIEnv* env, jclass, jclass c) { in Unsafe_allocateInstance() argument
Dlibcore_icu_ICU.cpp94 static jstring ICU_addLikelySubtags(JNIEnv* env, jclass, jstring javaLocaleName) { in ICU_addLikelySubtags() argument
105 static jstring ICU_getScript(JNIEnv* env, jclass, jstring javaLocaleName) { in ICU_getScript() argument
113 static jint ICU_getCurrencyFractionDigits(JNIEnv* env, jclass, jstring javaCurrencyCode) { in ICU_getCurrencyFractionDigits() argument
123 static jint ICU_getCurrencyNumericCode(JNIEnv* env, jclass, jstring javaCurrencyCode) { in ICU_getCurrencyNumericCode() argument
133 static jstring ICU_getCurrencyCode(JNIEnv* env, jclass, jstring javaCountryCode) { in ICU_getCurrencyCode() argument
207 static jstring ICU_getCurrencyDisplayName(JNIEnv* env, jclass, jstring javaLanguageTag, jstring jav… in ICU_getCurrencyDisplayName() argument
211 static jstring ICU_getCurrencySymbol(JNIEnv* env, jclass, jstring javaLanguageTag, jstring javaCurr… in ICU_getCurrencySymbol() argument
215 static jstring ICU_getDisplayCountryNative(JNIEnv* env, jclass, jstring javaTargetLanguageTag, jstr… in ICU_getDisplayCountryNative() argument
230 static jstring ICU_getDisplayLanguageNative(JNIEnv* env, jclass, jstring javaTargetLanguageTag, jst… in ICU_getDisplayLanguageNative() argument
245 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.cpp100 static void NativeDecimalFormat_setDecimalFormatSymbols(JNIEnv* env, jclass, jlong addr, in NativeDecimalFormat_setDecimalFormatSymbols() argument
114 static jlong NativeDecimalFormat_open(JNIEnv* env, jclass, jstring pattern0, in NativeDecimalFormat_open() argument
139 static void NativeDecimalFormat_close(JNIEnv*, jclass, jlong addr) { in NativeDecimalFormat_close() argument
143 static void NativeDecimalFormat_setRoundingMode(JNIEnv*, jclass, jlong addr, jint mode, jdouble inc… in NativeDecimalFormat_setRoundingMode() argument
149 static void NativeDecimalFormat_setSymbol(JNIEnv* env, jclass, jlong addr, jint javaSymbol, jstring… in NativeDecimalFormat_setSymbol() argument
160 static void NativeDecimalFormat_setAttribute(JNIEnv*, jclass, jlong addr, jint javaAttr, jint value… in NativeDecimalFormat_setAttribute() argument
165 static jint NativeDecimalFormat_getAttribute(JNIEnv*, jclass, jlong addr, jint javaAttr) { in NativeDecimalFormat_getAttribute() argument
170 static void NativeDecimalFormat_setTextAttribute(JNIEnv* env, jclass, jlong addr, jint javaAttr, js… in NativeDecimalFormat_setTextAttribute() argument
181 static jstring NativeDecimalFormat_getTextAttribute(JNIEnv* env, jclass, jlong addr, jint javaAttr)… in NativeDecimalFormat_getTextAttribute() argument
200 static void NativeDecimalFormat_applyPatternImpl(JNIEnv* env, jclass, jlong addr, jboolean localize… in NativeDecimalFormat_applyPatternImpl() argument
[all …]
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
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
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_util_regex_Pattern.cpp69 jclass exceptionClass = JniConstants::patternSyntaxExceptionClass; in throwPatternSyntaxException()
74 static void Pattern_closeImpl(JNIEnv*, jclass, jlong addr) { in Pattern_closeImpl() argument
78 static jlong Pattern_compileImpl(JNIEnv* env, jclass, jstring javaRegex, jint flags) { in Pattern_compileImpl() argument
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_ByteOrder.cpp22 static jboolean ByteOrder_isLittleEndian(JNIEnv*, jclass) { in ByteOrder_isLittleEndian() argument
Dlibcore_io_AsynchronousCloseMonitor.cpp24 static void AsynchronousCloseMonitor_signalBlockedThreads(JNIEnv* env, jclass, jobject javaFd) { in AsynchronousCloseMonitor_signalBlockedThreads() 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