Home
last modified time | relevance | path

Searched defs:JNIEnv (Results 1 – 25 of 30) 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
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
84 static jboolean Character_isLetterOrDigitImpl(JNIEnv*, jclass, jint codePoint) { in Character_isLetterOrDigitImpl() 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_NativePluralRules.cpp32 static void NativePluralRules_finalizeImpl(JNIEnv*, jclass, jlong address) { in NativePluralRules_finalizeImpl() argument
58 static jint NativePluralRules_quantityForIntImpl(JNIEnv*, jclass, jlong address, jint value) { in NativePluralRules_quantityForIntImpl() argument
Djava_nio_ByteOrder.cpp22 static jboolean ByteOrder_isLittleEndian(JNIEnv*, jclass) { in ByteOrder_isLittleEndian() argument
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
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
Djava_util_zip_Inflater.cpp132 static jint Inflater_getAdlerImpl(JNIEnv*, jobject, jlong handle) { in Inflater_getAdlerImpl() argument
136 static void Inflater_endImpl(JNIEnv*, jobject, jlong handle) { in Inflater_endImpl() argument
154 static jlong Inflater_getTotalOutImpl(JNIEnv*, jobject, jlong handle) { in Inflater_getTotalOutImpl() argument
158 static jlong Inflater_getTotalInImpl(JNIEnv*, jobject, jlong handle) { in Inflater_getTotalInImpl() argument
Djava_util_zip_Deflater.cpp30 static jlong Deflater_getTotalInImpl(JNIEnv*, jobject, jlong handle) { in Deflater_getTotalInImpl() argument
34 static jlong Deflater_getTotalOutImpl(JNIEnv*, jobject, jlong handle) { in Deflater_getTotalOutImpl() argument
38 static jint Deflater_getAdlerImpl(JNIEnv*, jobject, jlong handle) { in Deflater_getAdlerImpl() argument
111 static void Deflater_endImpl(JNIEnv*, jobject, jlong handle) { in Deflater_endImpl() argument
Djava_io_FileDescriptor.cpp24 static jboolean FileDescriptor_isSocket(JNIEnv*, jclass, jint fd) { in FileDescriptor_isSocket() argument
Djava_lang_System.cpp104 static jlong System_currentTimeMillis(JNIEnv*, jclass) { in System_currentTimeMillis() argument
111 static jlong System_nanoTime(JNIEnv*, jclass) { in System_nanoTime() argument
Djava_util_zip_CRC32.cpp35 static jlong CRC32_updateByteImpl(JNIEnv*, jobject, jbyte val, jlong crc) { in CRC32_updateByteImpl() argument
Djava_util_zip_Adler32.cpp34 static jlong Adler32_updateByteImpl(JNIEnv*, jobject, jint val, jlong crc) { in Adler32_updateByteImpl() argument
Dlibcore_io_Memory.cpp157 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_peekShortNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekShortNative() argument
266 static void Memory_pokeShortNative(JNIEnv*, jclass, jlong dstAddress, jshort value) { in Memory_pokeShortNative() argument
270 static jint Memory_peekIntNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekIntNative() argument
274 static void Memory_pokeIntNative(JNIEnv*, jclass, jlong dstAddress, jint value) { in Memory_pokeIntNative() argument
278 static jlong Memory_peekLongNative(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekLongNative() argument
289 static void Memory_pokeLongNative(JNIEnv*, jclass, jlong dstAddress, jlong value) { in Memory_pokeLongNative() argument
Dlibcore_icu_AlphabeticIndex.cpp45 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
150 static jint ImmutableIndex_getBucketCount(JNIEnv*, jclass, jlong peer) { in ImmutableIndex_getBucketCount() argument
Dlibcore_icu_NativeCollation.cpp92 static void NativeCollation_closeCollator(JNIEnv*, jclass, jlong address) { in NativeCollation_closeCollator() 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
214 static void NativeCollation_reset(JNIEnv*, jclass, jlong address) { in NativeCollation_reset() argument
Dlibcore_icu_DateIntervalFormat.cpp53 static void DateIntervalFormat_destroyDateIntervalFormat(JNIEnv*, jclass, jlong address) { in DateIntervalFormat_destroyDateIntervalFormat() argument
Dlibcore_icu_Transliterator.cpp43 static void Transliterator_destroy(JNIEnv*, jclass, jlong peer) { in Transliterator_destroy() argument
Dlibcore_icu_NativeConverter.cpp170 static void NativeConverter_closeConverter(JNIEnv*, jclass, jlong address) { in NativeConverter_closeConverter() 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
Djava_util_regex_Pattern.cpp74 static void Pattern_closeImpl(JNIEnv*, jclass, jlong addr) { in Pattern_closeImpl() argument
Dlibcore_icu_NativeDecimalFormat.cpp133 static void NativeDecimalFormat_close(JNIEnv*, jclass, jlong addr) { in NativeDecimalFormat_close() argument
137 static void NativeDecimalFormat_setRoundingMode(JNIEnv*, jclass, jlong addr, jint mode, jdouble inc… in NativeDecimalFormat_setRoundingMode() argument
154 static void NativeDecimalFormat_setAttribute(JNIEnv*, jclass, jlong addr, jint javaAttr, jint value… in NativeDecimalFormat_setAttribute() argument
159 static jint NativeDecimalFormat_getAttribute(JNIEnv*, jclass, jlong addr, jint javaAttr) { in NativeDecimalFormat_getAttribute() argument
357 static jlong NativeDecimalFormat_cloneImpl(JNIEnv*, jclass, jlong addr) { in NativeDecimalFormat_cloneImpl() argument
Djava_util_jar_StrictJarFile.cpp158 static void StrictJarFile_nativeClose(JNIEnv*, jobject, jlong nativeHandle) { in StrictJarFile_nativeClose() argument
/libcore/dalvik/src/main/native/
Dorg_apache_harmony_dalvik_NativeTestTarget.cpp22 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
/libcore/luni/src/test/native/
Ddalvik_system_JniTest.cpp20 extern "C" jobject Java_dalvik_system_JniTest_returnThis(JNIEnv*, jobject obj) { in Java_dalvik_system_JniTest_returnThis() argument
24 extern "C" jclass Java_dalvik_system_JniTest_returnClass(JNIEnv*, jclass klass) { in Java_dalvik_system_JniTest_returnClass() argument
29 JNIEnv*, jobject, int arg_no, in Java_dalvik_system_JniTest_returnObjectArgFrom16() argument
56 JNIEnv*, jobject, int arg_no, in Java_dalvik_system_JniTest_returnBooleanArgFrom16() argument
83 JNIEnv*, jobject, int arg_no, in Java_dalvik_system_JniTest_returnCharArgFrom16() argument
110 JNIEnv*, jobject, int arg_no, in Java_dalvik_system_JniTest_returnByteArgFrom16() argument
137 JNIEnv*, jobject, int arg_no, in Java_dalvik_system_JniTest_returnShortArgFrom16() argument
164 JNIEnv*, jobject, int arg_no, in Java_dalvik_system_JniTest_returnIntArgFrom16() argument
191 JNIEnv*, jobject, int arg_no, in Java_dalvik_system_JniTest_returnLongArgFrom16() argument
218 JNIEnv*, jobject, int arg_no, in Java_dalvik_system_JniTest_returnFloatArgFrom16() argument
[all …]

12