Home
last modified time | relevance | path

Searched defs:JNIEnv (Results 1 – 25 of 27) 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_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 …]
Djava_lang_Character.cpp26 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 …]
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 …]
DNativeBreakIterator.cpp59 static void NativeBreakIterator_closeBreakIteratorImpl(JNIEnv*, jclass, jint address) { in NativeBreakIterator_closeBreakIteratorImpl() 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
105 static jint NativeBreakIterator_firstImpl(JNIEnv*, jclass, jint address) { in NativeBreakIterator_firstImpl() argument
109 static jint NativeBreakIterator_followingImpl(JNIEnv*, jclass, jint address, jint offset) { in NativeBreakIterator_followingImpl() argument
113 static jint NativeBreakIterator_currentImpl(JNIEnv*, jclass, jint address) { in NativeBreakIterator_currentImpl() argument
117 static jint NativeBreakIterator_previousImpl(JNIEnv*, jclass, jint address) { in NativeBreakIterator_previousImpl() argument
121 static jint NativeBreakIterator_lastImpl(JNIEnv*, jclass, jint address) { in NativeBreakIterator_lastImpl() argument
Dorg_apache_harmony_luni_platform_OSMemory.cpp75 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
92 static void OSMemory_setByte(JNIEnv*, jclass, jint dstAddress, jbyte value) { in OSMemory_setByte() argument
154 static jshort OSMemory_getShort(JNIEnv*, jclass, jint srcAddress) { in OSMemory_getShort() argument
168 static void OSMemory_setShort(JNIEnv*, jclass, jint dstAddress, jshort value) { in OSMemory_setShort() argument
180 static jint OSMemory_getInt(JNIEnv*, jclass, jint srcAddress) { in OSMemory_getInt() argument
196 static void OSMemory_setInt(JNIEnv*, jclass, jint dstAddress, jint value) { in OSMemory_setInt() argument
232 static jlong OSMemory_getLong(JNIEnv*, jclass, jint srcAddress) { in OSMemory_getLong() argument
236 static void OSMemory_setLong(JNIEnv*, jclass, jint dstAddress, jlong value) { in OSMemory_setLong() argument
[all …]
Djava_lang_Float.cpp33 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
Djava_lang_Double.cpp34 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
DNativePluralRules.cpp29 static void NativePluralRules_finalizeImpl(JNIEnv*, jclass, jint address) { in NativePluralRules_finalizeImpl() argument
41 static jint NativePluralRules_quantityForIntImpl(JNIEnv*, jclass, jint address, jint value) { in NativePluralRules_quantityForIntImpl() argument
Djava_nio_ByteOrder.cpp22 static jboolean ByteOrder_isLittleEndian(JNIEnv*, jclass) { in ByteOrder_isLittleEndian() argument
DNativeBidi.cpp67 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
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
Djava_util_zip_Inflater.cpp133 static jint Inflater_getAdlerImpl(JNIEnv*, jobject, jlong handle) { in Inflater_getAdlerImpl() argument
137 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.cpp33 static jlong Deflater_getTotalInImpl(JNIEnv*, jobject, jlong handle) { in Deflater_getTotalInImpl() argument
37 static jlong Deflater_getTotalOutImpl(JNIEnv*, jobject, jlong handle) { in Deflater_getTotalOutImpl() argument
41 static jint Deflater_getAdlerImpl(JNIEnv*, jobject, jlong handle) { in Deflater_getAdlerImpl() argument
106 static void Deflater_endImpl(JNIEnv*, jobject, jlong handle) { in Deflater_endImpl() argument
Djava_io_Console.cpp27 static jboolean Console_isatty(JNIEnv*, jclass, jint fd) { in Console_isatty() argument
DNativeCollation.cpp30 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
62 static jint NativeCollation_getMaxExpansion(JNIEnv*, jclass, jint address, jint order) { in NativeCollation_getMaxExpansion() argument
79 static jint NativeCollation_getOffset(JNIEnv*, jclass, jint address) { in NativeCollation_getOffset() argument
146 static void NativeCollation_reset(JNIEnv*, jclass, jint address) { in NativeCollation_reset() argument
Djava_util_zip_Adler32.cpp34 static jlong Adler32_updateByteImpl(JNIEnv*, jobject, jint val, jlong crc) { in Adler32_updateByteImpl() argument
Djava_util_zip_CRC32.cpp35 static jlong CRC32_updateByteImpl(JNIEnv*, jobject, jbyte val, jlong crc) { in CRC32_updateByteImpl() argument
Djava_util_regex_Pattern.cpp44 static void Pattern_closeImpl(JNIEnv*, jclass, jint addr) { in Pattern_closeImpl() argument
DNativeConverter.cpp76 static void NativeConverter_closeConverter(JNIEnv*, jclass, jlong address) { in NativeConverter_closeConverter() 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
264 static jboolean NativeConverter_canEncode(JNIEnv*, jclass, jlong address, jint codeUnit) { in NativeConverter_canEncode() argument
DNativeDecimalFormat.cpp117 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
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
330 static jint NativeDecimalFormat_cloneImpl(JNIEnv*, jclass, jint addr) { in NativeDecimalFormat_cloneImpl() argument
Dorg_apache_harmony_luni_util_FloatingPointParser.cpp335 static jdouble doubleAlgorithm(JNIEnv*, uint64_t* f, int32_t length, jint e, jdouble z) { in doubleAlgorithm() argument
812 static jfloat floatAlgorithm(JNIEnv*, uint64_t* f, int32_t length, jint e, jfloat z) { in floatAlgorithm() argument
DNativeBN.cpp73 static unsigned long NativeBN_ERR_get_error(JNIEnv*, jclass) { in NativeBN_ERR_get_error() argument
82 static BIGNUM* NativeBN_BN_new(JNIEnv*, jclass) { in NativeBN_BN_new() argument
199 static jboolean negBigEndianBytes2bn(JNIEnv*, jclass, const unsigned char* bytes, int bytesLen, BIG… in negBigEndianBytes2bn() argument
Dorg_apache_harmony_xml_ExpatParser.cpp1058 static void ExpatParser_releaseParser(JNIEnv*, jobject, jint i) { in ExpatParser_releaseParser() argument
1086 static int ExpatParser_line(JNIEnv*, jobject, jint pointer) { in ExpatParser_line() argument
1098 static int ExpatParser_column(JNIEnv*, jobject, jint pointer) { in ExpatParser_column() argument
1303 static void ExpatAttributes_freeAttributes(JNIEnv*, jobject, jint pointer) { in ExpatAttributes_freeAttributes() argument
Djava_util_regex_Matcher.cpp120 static void Matcher_closeImpl(JNIEnv*, jclass, jint addr) { in Matcher_closeImpl() argument
Dorg_apache_harmony_luni_platform_OSFileSystem.cpp189 static jint OSFileSystem_getAllocGranularity(JNIEnv*, jobject) { in OSFileSystem_getAllocGranularity() argument
/libcore/dalvik/src/main/native/
Dorg_apache_harmony_dalvik_NativeTestTarget.cpp24 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

12