/libcore/luni/src/main/native/ |
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_Math.cpp | 26 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 …]
|
D | java_lang_Character.cpp | 28 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() 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 …]
|
D | valueOf.h | 22 jobject booleanValueOf(JNIEnv* env, jboolean b); 23 jobject doubleValueOf(JNIEnv* env, jdouble d); 24 jobject integerValueOf(JNIEnv* env, jint i); 25 jobject longValueOf(JNIEnv* env, jlong l); 29 jboolean booleanValue(JNIEnv* env, jobject javaLangBoolean); 30 jint intValue(JNIEnv* env, jobject javaLangInteger);
|
D | libcore_icu_NativeBreakIterator.cpp | 43 BreakIteratorAccessor(JNIEnv* env, jlong address, jstring javaInput, bool reset) { in BreakIteratorAccessor() 68 BreakIteratorAccessor(JNIEnv* env, jlong address) { in BreakIteratorAccessor() 89 void init(JNIEnv* env, jlong address) { in init() 98 JNIEnv* mEnv; 122 static jlong NativeBreakIterator_cloneImpl(JNIEnv* env, jclass, jlong address) { in NativeBreakIterator_cloneImpl() 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() 136 static jint NativeBreakIterator_firstImpl(JNIEnv* env, jclass, jlong address, jstring javaInput) { in NativeBreakIterator_firstImpl() 141 static jint NativeBreakIterator_followingImpl(JNIEnv* env, jclass, jlong address, jstring javaInput… in NativeBreakIterator_followingImpl() 146 static jlong NativeBreakIterator_getCharacterInstanceImpl(JNIEnv* env, jclass, jstring javaLocaleNa… in NativeBreakIterator_getCharacterInstanceImpl() [all …]
|
D | valueOf.cpp | 24 static jobject valueOf(JNIEnv* env, jclass c, const char* signature, const T& value) { in valueOf() 29 jobject booleanValueOf(JNIEnv* env, jboolean value) { in booleanValueOf() 33 jobject doubleValueOf(JNIEnv* env, jdouble value) { in doubleValueOf() 37 jobject integerValueOf(JNIEnv* env, jint value) { in integerValueOf() 41 jobject longValueOf(JNIEnv* env, jlong value) { in longValueOf() 45 jboolean booleanValue(JNIEnv* env, jobject javaLangBoolean) { in booleanValue() 50 jint intValue(JNIEnv* env, jobject javaLangInteger) { in intValue()
|
D | java_io_ObjectStreamClass.cpp | 23 static jobject getSignature(JNIEnv* env, jclass c, jobject object) { in getSignature() 32 static jobject ObjectStreamClass_getFieldSignature(JNIEnv* env, jclass, jobject field) { in ObjectStreamClass_getFieldSignature() 36 static jobject ObjectStreamClass_getMethodSignature(JNIEnv* env, jclass, jobject method) { in ObjectStreamClass_getMethodSignature() 40 static jobject ObjectStreamClass_getConstructorSignature(JNIEnv* env, jclass, jobject constructor) { in ObjectStreamClass_getConstructorSignature() 44 static jboolean ObjectStreamClass_hasClinit(JNIEnv * env, jclass, jclass targetClass) { in ObjectStreamClass_hasClinit() 50 static jlong ObjectStreamClass_getConstructorId(JNIEnv* env, jclass, jclass constructorClass) { in ObjectStreamClass_getConstructorId() 54 static jobject ObjectStreamClass_newInstance(JNIEnv* env, jclass, jclass instantiationClass, jlong … in ObjectStreamClass_newInstance() 66 void register_java_io_ObjectStreamClass(JNIEnv* env) { in register_java_io_ObjectStreamClass()
|
D | java_util_regex_Matcher.cpp | 45 MatcherAccessor(JNIEnv* env, jlong address, jstring javaInput, bool reset) { in MatcherAccessor() 66 MatcherAccessor(JNIEnv* env, jlong address) { in MatcherAccessor() 99 void init(JNIEnv* env, jlong address) { in init() 108 JNIEnv* mEnv; 120 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() 133 static jint Matcher_findNextImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offse… in Matcher_findNextImpl() 145 static jint Matcher_groupCountImpl(JNIEnv* env, jclass, jlong addr) { in Matcher_groupCountImpl() 150 static jint Matcher_hitEndImpl(JNIEnv* env, jclass, jlong addr) { in Matcher_hitEndImpl() 155 static jint Matcher_lookingAtImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offs… in Matcher_lookingAtImpl() [all …]
|
D | libcore_io_Posix.cpp | 153 static void throwException(JNIEnv* env, jclass exceptionClass, jmethodID ctor3, jmethodID ctor2, in throwException() 177 static void throwErrnoException(JNIEnv* env, const char* functionName) { in throwErrnoException() 186 static void throwGaiException(JNIEnv* env, const char* functionName, int error) { in throwGaiException() 205 static rc_t throwIfMinusOne(JNIEnv* env, const char* name, rc_t rc) { in throwIfMinusOne() 215 IoVec(JNIEnv* env, size_t bufferCount) : mEnv(env), mBufferCount(bufferCount) { in IoVec() 264 JNIEnv* mEnv; 270 static jobject makeSocketAddress(JNIEnv* env, const sockaddr_storage& ss) { in makeSocketAddress() 281 static jobject makeStructPasswd(JNIEnv* env, const struct passwd& pw) { in makeStructPasswd() 291 static jobject makeStructStat(JNIEnv* env, const struct stat& sb) { in makeStructStat() 304 static jobject makeStructStatVfs(JNIEnv* env, const struct statvfs& sb) { in makeStructStatVfs() [all …]
|
D | java_math_NativeBN.cpp | 42 static bool throwExceptionIfNecessary(JNIEnv* env) { in throwExceptionIfNecessary() 62 static int isValidHandle(JNIEnv* env, jlong handle, const char* message) { in isValidHandle() 70 static int oneValidHandle(JNIEnv* env, jlong a) { in oneValidHandle() 74 static int twoValidHandles(JNIEnv* env, jlong a, jlong b) { in twoValidHandles() 79 static int threeValidHandles(JNIEnv* env, jlong a, jlong b, jlong c) { in threeValidHandles() 84 static int fourValidHandles(JNIEnv* env, jlong a, jlong b, jlong c, jlong d) { in fourValidHandles() 89 static jlong NativeBN_BN_new(JNIEnv* env, jclass) { in NativeBN_BN_new() 95 static void NativeBN_BN_free(JNIEnv* env, jclass, jlong a) { in NativeBN_BN_free() 100 static int NativeBN_BN_cmp(JNIEnv* env, jclass, jlong a, jlong b) { in NativeBN_BN_cmp() 105 static void NativeBN_BN_copy(JNIEnv* env, jclass, jlong to, jlong from) { in NativeBN_BN_copy() [all …]
|
D | libcore_icu_NativeCollation.cpp | 43 UErrorCode start(JNIEnv* env, jstring string, UCollator* collator) { in start() 65 void release(JNIEnv* env, bool closeCollator) { in release() 92 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() 102 static jint NativeCollation_compare(JNIEnv* env, jclass, jlong address, jstring javaLhs, jstring ja… in NativeCollation_compare() 114 static jint NativeCollation_getAttribute(JNIEnv* env, jclass, jlong address, jint type) { in NativeCollation_getAttribute() 121 static jlong NativeCollation_getCollationElementIterator(JNIEnv* env, jclass, jlong address, jstrin… in NativeCollation_getCollationElementIterator() 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() [all …]
|
D | libcore_icu_AlphabeticIndex.cpp | 32 static jlong AlphabeticIndex_create(JNIEnv* env, jclass, jstring javaLocaleName) { in AlphabeticIndex_create() 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() 61 static void AlphabeticIndex_addLabels(JNIEnv* env, jclass, jlong peer, jstring javaLocaleName) { in AlphabeticIndex_addLabels() 72 static void AlphabeticIndex_addLabelRange(JNIEnv* env, jclass, jlong peer, in AlphabeticIndex_addLabelRange() 80 static jint AlphabeticIndex_getBucketCount(JNIEnv* env, jclass, jlong peer) { in AlphabeticIndex_getBucketCount() 90 static jint AlphabeticIndex_getBucketIndex(JNIEnv* env, jclass, jlong peer, jstring javaString) { in AlphabeticIndex_getBucketIndex() 104 static jstring AlphabeticIndex_getBucketLabel(JNIEnv* env, jclass, jlong peer, jint index) { in AlphabeticIndex_getBucketLabel() 136 static jlong AlphabeticIndex_buildImmutableIndex(JNIEnv* env, jclass, jlong peer) { in AlphabeticIndex_buildImmutableIndex() [all …]
|
D | java_util_zip_Deflater.cpp | 26 static void Deflater_setDictionaryImpl(JNIEnv* env, jobject, jbyteArray dict, int off, int len, jlo… in Deflater_setDictionaryImpl() 30 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 42 static jlong Deflater_createStream(JNIEnv * env, jobject, jint level, jint strategy, jboolean noHea… in Deflater_createStream() 67 static void Deflater_setInputImpl(JNIEnv* env, jobject, jbyteArray buf, jint off, jint len, jlong h… in Deflater_setInputImpl() 71 static jint Deflater_deflateImpl(JNIEnv* env, jobject recv, jbyteArray buf, int off, int len, jlong… in Deflater_deflateImpl() 111 static void Deflater_endImpl(JNIEnv*, jobject, jlong handle) { in Deflater_endImpl() argument 117 static void Deflater_resetImpl(JNIEnv* env, jobject, jlong handle) { in Deflater_resetImpl() 125 static void Deflater_setLevelsImpl(JNIEnv* env, jobject, int level, int strategy, jlong handle) { in Deflater_setLevelsImpl() [all …]
|
D | JniException.h | 22 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error); 24 void jniThrowOutOfMemoryError(JNIEnv* env, const char* message); 25 void jniThrowSocketException(JNIEnv* env, int error);
|
D | java_text_Bidi.cpp | 68 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() 95 static jlong Bidi_ubidi_setLine(JNIEnv* env, jclass, jlong ptr, jint start, jint limit) { in Bidi_ubidi_setLine() 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() 131 static jint Bidi_ubidi_countRuns(JNIEnv* env, jclass, jlong ptr) { in Bidi_ubidi_countRuns() 141 static jobjectArray Bidi_ubidi_getRuns(JNIEnv* env, jclass, jlong ptr) { in Bidi_ubidi_getRuns() [all …]
|
D | java_util_zip_Inflater.cpp | 27 static jlong Inflater_createStream(JNIEnv* env, jobject, jboolean noHeader) { in Inflater_createStream() 51 static void Inflater_setInputImpl(JNIEnv* env, jobject, jbyteArray buf, jint off, jint len, jlong h… in Inflater_setInputImpl() 55 static jint Inflater_setFileInputImpl(JNIEnv* env, jobject, jobject javaFileDescriptor, jlong off, … in Inflater_setFileInputImpl() 91 static jint Inflater_inflateImpl(JNIEnv* env, jobject recv, jbyteArray buf, int off, int len, jlong… in Inflater_inflateImpl() 132 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 142 static void Inflater_setDictionaryImpl(JNIEnv* env, jobject, jbyteArray dict, int off, int len, jlo… in Inflater_setDictionaryImpl() 146 static void Inflater_resetImpl(JNIEnv* env, jobject, jlong handle) { in Inflater_resetImpl() 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 [all …]
|
D | java_util_jar_StrictJarFile.cpp | 31 static void throwIoException(JNIEnv* env, const int32_t errorCode) { in throwIoException() 44 static jobject constructString(JNIEnv* env, const char* name, const uint16_t nameLength) { in constructString() 56 static jobject newZipEntry(JNIEnv* env, const ZipEntry& entry, const jobject entryName, in newZipEntry() 78 static jobject newZipEntry(JNIEnv* env, const ZipEntry& entry, const char* name, in newZipEntry() 83 static jlong StrictJarFile_nativeOpenJarFile(JNIEnv* env, jobject, jstring fileName) { in StrictJarFile_nativeOpenJarFile() 123 static jlong StrictJarFile_nativeStartIteration(JNIEnv* env, jobject, jlong nativeHandle, in StrictJarFile_nativeStartIteration() 148 static jobject StrictJarFile_nativeNextEntry(JNIEnv* env, jobject, jlong iterationHandle) { in StrictJarFile_nativeNextEntry() 166 static jobject StrictJarFile_nativeFindEntry(JNIEnv* env, jobject, jlong nativeHandle, in StrictJarFile_nativeFindEntry() 183 static void StrictJarFile_nativeClose(JNIEnv*, jobject, jlong nativeHandle) { in StrictJarFile_nativeClose() argument 195 void register_java_util_jar_StrictJarFile(JNIEnv* env) { in register_java_util_jar_StrictJarFile()
|
D | libcore_io_Memory.cpp | 145 static void Memory_memmove(JNIEnv* env, jclass, jobject dstObject, jint dstOffset, jobject srcObjec… in Memory_memmove() 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() 186 static void Memory_peekCharArray(JNIEnv* env, jclass, jlong srcAddress, jcharArray dst, jint dstOff… in Memory_peekCharArray() 190 static void Memory_peekDoubleArray(JNIEnv* env, jclass, jlong srcAddress, jdoubleArray dst, jint ds… in Memory_peekDoubleArray() 194 static void Memory_peekFloatArray(JNIEnv* env, jclass, jlong srcAddress, jfloatArray dst, jint dstO… in Memory_peekFloatArray() 198 static void Memory_peekIntArray(JNIEnv* env, jclass, jlong srcAddress, jintArray dst, jint dstOffse… in Memory_peekIntArray() 202 static void Memory_peekLongArray(JNIEnv* env, jclass, jlong srcAddress, jlongArray dst, jint dstOff… in Memory_peekLongArray() 206 static void Memory_peekShortArray(JNIEnv* env, jclass, jlong srcAddress, jshortArray dst, jint dstO… in Memory_peekShortArray() 210 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte() argument [all …]
|
D | libcore_icu_Transliterator.cpp | 30 static jlong Transliterator_create(JNIEnv* env, jclass, jstring javaId) { in Transliterator_create() 43 static void Transliterator_destroy(JNIEnv*, jclass, jlong peer) { in Transliterator_destroy() argument 47 static jobjectArray Transliterator_getAvailableIDs(JNIEnv* env, jclass) { in Transliterator_getAvailableIDs() 53 static jstring Transliterator_transliterate(JNIEnv* env, jclass, jlong peer, jstring javaString) { in Transliterator_transliterate() 71 void register_libcore_icu_Transliterator(JNIEnv* env) { in register_libcore_icu_Transliterator()
|
D | JniException.cpp | 22 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error) { in jniThrowExceptionWithErrno() 27 void jniThrowOutOfMemoryError(JNIEnv* env, const char* message) { in jniThrowOutOfMemoryError() 31 void jniThrowSocketException(JNIEnv* env, int error) { in jniThrowSocketException()
|
D | NetworkUtilities.h | 23 jobject sockaddrToInetAddress(JNIEnv* env, const sockaddr_storage& ss, int* port); 30 bool inetAddressToSockaddr(JNIEnv* env, jobject inetAddress, int port, 39 bool inetAddressToSockaddrVerbatim(JNIEnv* env, jobject inetAddress, int port,
|
D | libcore_icu_ICU.cpp | 100 static jstring ICU_addLikelySubtags(JNIEnv* env, jclass, jstring javaLocaleName) { in ICU_addLikelySubtags() 111 static jstring ICU_getScript(JNIEnv* env, jclass, jstring javaLocaleName) { in ICU_getScript() 119 static jint ICU_getCurrencyFractionDigits(JNIEnv* env, jclass, jstring javaCurrencyCode) { in ICU_getCurrencyFractionDigits() 129 static jint ICU_getCurrencyNumericCode(JNIEnv* env, jclass, jstring javaCurrencyCode) { in ICU_getCurrencyNumericCode() 139 static jstring ICU_getCurrencyCode(JNIEnv* env, jclass, jstring javaCountryCode) { in ICU_getCurrencyCode() 181 static jstring getCurrencyName(JNIEnv* env, jstring javaLanguageTag, jstring javaCurrencyCode, UCur… in getCurrencyName() 213 static jstring ICU_getCurrencyDisplayName(JNIEnv* env, jclass, jstring javaLanguageTag, jstring jav… in ICU_getCurrencyDisplayName() 217 static jstring ICU_getCurrencySymbol(JNIEnv* env, jclass, jstring javaLanguageTag, jstring javaCurr… in ICU_getCurrencySymbol() 221 static jstring ICU_getDisplayCountryNative(JNIEnv* env, jclass, jstring javaTargetLanguageTag, jstr… in ICU_getDisplayCountryNative() 236 static jstring ICU_getDisplayLanguageNative(JNIEnv* env, jclass, jstring javaTargetLanguageTag, jst… in ICU_getDisplayLanguageNative() [all …]
|
D | org_apache_harmony_xml_ExpatParser.cpp | 70 void push(JNIEnv* env, jstring s) { in push() 166 JNIEnv* env; 254 static InternedString* newInternedString(JNIEnv* env, const char* bytes, int hash) { in newInternedString() 363 static jstring internString(JNIEnv* env, ParsingContext* parsingContext, const char* s) { in internString() 416 static void jniThrowExpatException(JNIEnv* env, XML_Error error) { in jniThrowExpatException() 428 JNIEnv* env = parsingContext->env; in fillBuffer() 457 JNIEnv* env = parsingContext->env; in bufferAndInvoke() 480 …ExpatElementName(JNIEnv* env, ParsingContext* parsingContext, jlong attributePointer, jint index) { in ExpatElementName() 486 ExpatElementName(JNIEnv* env, ParsingContext* parsingContext, const char* s) { in ExpatElementName() 556 JNIEnv* mEnv; [all …]
|
D | java_lang_System.cpp | 41 static void System_log(JNIEnv* env, jclass, jchar type, jstring javaMessage, jthrowable exception) { in System_log() 66 static void System_setFieldImpl(JNIEnv* env, jclass clazz, in System_setFieldImpl() 80 static jobjectArray System_specialProperties(JNIEnv* env, jclass) { in System_specialProperties() 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() 143 void register_java_lang_System(JNIEnv* env) { in register_java_lang_System()
|
/libcore/dalvik/src/main/native/ |
D | org_apache_harmony_dalvik_NativeTestTarget.cpp | 22 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 41 int register_org_apache_harmony_dalvik_NativeTestTarget(JNIEnv* env) { in register_org_apache_harmony_dalvik_NativeTestTarget()
|