/libcore/ojluni/src/main/native/ |
D | sun_nio_ch_Net.h | 49 (JNIEnv *, jclass); 57 (JNIEnv *, jclass); 65 (JNIEnv *, jclass); 73 (JNIEnv *, jclass); 81 (JNIEnv *, jclass, jboolean, jboolean, jboolean); 89 (JNIEnv *, jclass, jobject, jboolean, jboolean, jobject, jint); 97 (JNIEnv *, jclass, jobject, jint); 105 (JNIEnv *, jclass, jboolean, jobject, jobject, jint); 113 (JNIEnv *, jclass, jobject, jint); 121 (JNIEnv *, jclass, jobject); [all …]
|
D | java_util_zip_ZipFile.h | 58 (JNIEnv *, jclass, jlong, jbyteArray, jboolean); 66 (JNIEnv *, jclass, jlong, jlong); 74 (JNIEnv *, jclass, jlong, jint); 82 (JNIEnv *, jclass, jlong); 90 (JNIEnv *, jclass, jstring, jint, jlong, jboolean); 98 (JNIEnv *, jclass, jlong); 106 (JNIEnv *, jclass, jlong); 114 (JNIEnv *, jclass, jlong, jlong, jlong, jbyteArray, jint, jint); 122 (JNIEnv *, jclass, jlong); 130 (JNIEnv *, jclass, jlong); [all …]
|
D | sun_nio_ch_FileDispatcherImpl.h | 51 (JNIEnv *, jclass, jobject, jlong, jint); 59 (JNIEnv *, jclass, jobject, jlong, jint, jlong); 67 (JNIEnv *, jclass, jobject, jlong, jint); 75 (JNIEnv *, jclass, jobject, jlong, jint); 83 (JNIEnv *, jclass, jobject, jlong, jint, jlong); 91 (JNIEnv *, jclass, jobject, jlong, jint); 99 (JNIEnv *, jclass, jobject, jboolean); 107 (JNIEnv *, jclass, jobject, jlong); 115 (JNIEnv *, jclass, jobject); 123 (JNIEnv *, jclass, jobject, jboolean, jlong, jlong, jboolean); [all …]
|
D | java_net_NetworkInterface.h | 43 (JNIEnv *, jclass); 51 (JNIEnv *, jclass, jstring); 59 (JNIEnv *, jclass, jint); 67 (JNIEnv *, jclass, jobject); 75 (JNIEnv *, jclass, jstring, jint); 83 (JNIEnv *, jclass, jstring, jint); 91 (JNIEnv *, jclass, jstring, jint); 99 (JNIEnv *, jclass, jstring, jint); 107 (JNIEnv *, jclass, jbyteArray, jstring, jint); 115 (JNIEnv *, jclass, jstring, jint); [all …]
|
D | jvm.h | 103 JVM_CurrentTimeMillis(JNIEnv *env, jclass ignored); 106 JVM_NanoTime(JNIEnv *env, jclass ignored); 109 JVM_ArrayCopy(JNIEnv *env, jclass ignored, jobject src, jint src_pos, 208 JVM_InitializeCompiler (JNIEnv *env, jclass compCls); 211 JVM_IsSilentCompiler(JNIEnv *env, jclass compCls); 214 JVM_CompileClass(JNIEnv *env, jclass compCls, jclass cls); 217 JVM_CompileClasses(JNIEnv *env, jclass cls, jstring jname); 220 JVM_CompilerCommand(JNIEnv *env, jclass compCls, jobject arg); 223 JVM_EnableCompiler(JNIEnv *env, jclass compCls); 226 JVM_DisableCompiler(JNIEnv *env, jclass compCls); [all …]
|
D | Character.cpp | 33 Character_isLowerCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLowerCaseImpl() argument 38 Character_isUpperCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isUpperCaseImpl() argument 43 Character_isTitleCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isTitleCaseImpl() argument 48 Character_isDigitImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isDigitImpl() argument 53 Character_isLetterImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLetterImpl() argument 58 Character_isLetterOrDigitImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLetterOrDigitImpl() argument 63 Character_isAlphabeticImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isAlphabeticImpl() argument 68 Character_isIdeographicImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isIdeographicImpl() argument 73 Character_getTypeImpl(JNIEnv* env, jclass, jint codePoint) { in Character_getTypeImpl() argument 78 Character_isUnicodeIdentifierStartImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isUnicodeIdentifierStartImpl() argument [all …]
|
D | Math.c | 31 Math_cos(JNIEnv *env, jclass unused, jdouble d) { in Math_cos() 36 Math_sin(JNIEnv *env, jclass unused, jdouble d) { in Math_sin() 41 Math_tan(JNIEnv *env, jclass unused, jdouble d) { in Math_tan() 46 Math_asin(JNIEnv *env, jclass unused, jdouble d) { in Math_asin() 51 Math_acos(JNIEnv *env, jclass unused, jdouble d) { in Math_acos() 56 Math_atan(JNIEnv *env, jclass unused, jdouble d) { in Math_atan() 61 Math_exp(JNIEnv *env, jclass unused, jdouble d) { in Math_exp() 66 Math_log(JNIEnv *env, jclass unused, jdouble d) { in Math_log() 71 Math_log10(JNIEnv *env, jclass unused, jdouble d) { in Math_log10() 76 Math_sqrt(JNIEnv *env, jclass unused, jdouble d) { in Math_sqrt() [all …]
|
D | StrictMath.c | 36 StrictMath_cos(JNIEnv *env, jclass unused, jdouble d) in StrictMath_cos() 42 StrictMath_sin(JNIEnv *env, jclass unused, jdouble d) in StrictMath_sin() 48 StrictMath_tan(JNIEnv *env, jclass unused, jdouble d) in StrictMath_tan() 54 StrictMath_asin(JNIEnv *env, jclass unused, jdouble d) in StrictMath_asin() 60 StrictMath_acos(JNIEnv *env, jclass unused, jdouble d) in StrictMath_acos() 66 StrictMath_atan(JNIEnv *env, jclass unused, jdouble d) in StrictMath_atan() 72 StrictMath_exp(JNIEnv *env, jclass unused, jdouble d) in StrictMath_exp() 78 StrictMath_log(JNIEnv *env, jclass unused, jdouble d) in StrictMath_log() 84 StrictMath_log10(JNIEnv *env, jclass unused, jdouble d) in StrictMath_log10() 90 StrictMath_sqrt(JNIEnv *env, jclass unused, jdouble d) in StrictMath_sqrt() [all …]
|
D | sun_nio_ch_InheritedChannel.h | 55 (JNIEnv *, jclass, jint); 63 (JNIEnv *, jclass, jint, jint); 71 (JNIEnv *, jclass, jstring, jint); 79 (JNIEnv *, jclass, jint); 87 (JNIEnv *, jclass, jint); 95 (JNIEnv *, jclass, jint); 103 (JNIEnv *, jclass, jint);
|
D | java_util_zip_ZipFile.c | 60 jclass cls = (*env)->FindClass(env, "java/util/zip/ZipFile"); in ZipFile_initIDs() 87 ZipFile_open(JNIEnv *env, jclass cls, jstring name, in ZipFile_open() 138 ZipFile_getTotal(JNIEnv *env, jclass cls, jlong zfile) in ZipFile_getTotal() 146 ZipFile_startsWithLOC(JNIEnv *env, jclass cls, jlong zfile) in ZipFile_startsWithLOC() 154 ZipFile_close(JNIEnv *env, jclass cls, jlong zfile) in ZipFile_close() 160 ZipFile_getEntry(JNIEnv *env, jclass cls, jlong zfile, in ZipFile_getEntry() 192 ZipFile_freeEntry(JNIEnv *env, jclass cls, jlong zfile, in ZipFile_freeEntry() 201 ZipFile_getNextEntry(JNIEnv *env, jclass cls, jlong zfile, in ZipFile_getNextEntry() 209 ZipFile_getEntryMethod(JNIEnv *env, jclass cls, jlong zentry) in ZipFile_getEntryMethod() 216 ZipFile_getEntryFlag(JNIEnv *env, jclass cls, jlong zentry) in ZipFile_getEntryFlag() [all …]
|
D | ObjectStreamClass.c | 34 static jclass noSuchMethodErrCl; 38 jclass cl = (*env)->FindClass(env, "java/lang/NoSuchMethodError"); in ObjectStreamClass_initNative() 54 ObjectStreamClass_hasStaticInitializer(JNIEnv *env, jclass this, in ObjectStreamClass_hasStaticInitializer() 55 jclass clazz, in ObjectStreamClass_hasStaticInitializer() 58 jclass superCl = NULL; in ObjectStreamClass_hasStaticInitializer()
|
D | IOUtil.c | 46 jclass clazz = (*env)->FindClass(env, "java/io/FileDescriptor"); in IOUtil_initIDs() 51 IOUtil_randomBytes(JNIEnv *env, jclass clazz, in IOUtil_randomBytes() 59 IOUtil_fdVal(JNIEnv *env, jclass clazz, jobject fdo) in IOUtil_fdVal() 65 IOUtil_setfdVal(JNIEnv *env, jclass clazz, jobject fdo, jint val) in IOUtil_setfdVal() 80 IOUtil_configureBlocking(JNIEnv *env, jclass clazz, in IOUtil_configureBlocking() 109 IOUtil_drain(JNIEnv *env, jclass cl, jint fd) in IOUtil_drain() 126 IOUtil_fdLimit(JNIEnv *env, jclass this) in IOUtil_fdLimit() 167 IOUtil_iovMax(JNIEnv *env, jclass this) in IOUtil_iovMax()
|
D | InheritedChannel.c | 56 Java_sun_nio_ch_InheritedChannel_peerAddress0(JNIEnv *env, jclass cla, jint fd) in Java_sun_nio_ch_InheritedChannel_peerAddress0() 76 Java_sun_nio_ch_InheritedChannel_peerPort0(JNIEnv *env, jclass cla, jint fd) in Java_sun_nio_ch_InheritedChannel_peerPort0() 94 Java_sun_nio_ch_InheritedChannel_soType0(JNIEnv *env, jclass cla, jint fd) in Java_sun_nio_ch_InheritedChannel_soType0() 108 Java_sun_nio_ch_InheritedChannel_dup(JNIEnv *env, jclass cla, jint fd) in Java_sun_nio_ch_InheritedChannel_dup() 118 Java_sun_nio_ch_InheritedChannel_dup2(JNIEnv *env, jclass cla, jint fd, jint fd2) in Java_sun_nio_ch_InheritedChannel_dup2() 126 Java_sun_nio_ch_InheritedChannel_open0(JNIEnv *env, jclass cla, jstring path, jint oflag) in Java_sun_nio_ch_InheritedChannel_open0() 161 Java_sun_nio_ch_InheritedChannel_close0(JNIEnv *env, jclass cla, jint fd) in Java_sun_nio_ch_InheritedChannel_close0()
|
D | Shutdown.c | 37 Shutdown_halt0(JNIEnv *env, jclass ignored, jint code) in Shutdown_halt0() 44 Shutdown_runAllFinalizers(JNIEnv *env, jclass ignored) in Shutdown_runAllFinalizers() 46 jclass cl; in Shutdown_runAllFinalizers()
|
D | jni_util.c | 47 jclass cls = (*env)->FindClass(env, name); in JNU_ThrowByName() 197 jclass clazz; in JNU_CallStaticMethodByName() 294 jclass clazz; in JNU_CallMethodByNameV() 364 jclass cls = 0; in JNU_NewObjectByName() 851 JNIEXPORT jclass JNICALL 854 static jclass cls = 0; in JNU_ClassString() 856 jclass c; in JNU_ClassString() 866 JNIEXPORT jclass JNICALL 869 static jclass cls = 0; in JNU_ClassClass() 871 jclass c; in JNU_ClassClass() [all …]
|
D | InetAddress.c | 38 jclass ia_class; 39 jclass iac_class; 46 jclass c = (*env)->FindClass(env,"java/net/InetAddress"); in InetAddress_init()
|
D | Console_md.c | 40 Java_java_io_Console_istty(JNIEnv *env, jclass cls) in Java_java_io_Console_istty() 46 Java_java_io_Console_encoding(JNIEnv *env, jclass cls) in Java_java_io_Console_encoding() 53 jclass cls, in Java_java_io_Console_echo()
|
/libcore/dalvik/src/main/native/ |
D | org_apache_harmony_dalvik_NativeTestTarget.cpp | 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/main/native/ |
D | libcore_io_Memory.cpp | 93 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 …]
|
D | java_util_regex_Matcher.cpp | 123 static jlong Matcher_getNativeFinalizer(JNIEnv*, jclass) { in Matcher_getNativeFinalizer() argument 129 static jint Matcher_nativeSize(JNIEnv*, jclass) { in Matcher_nativeSize() argument 133 static jint Matcher_findImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jint startIndex, ji… in Matcher_findImpl() argument 142 static jint Matcher_findNextImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offse… in Matcher_findNextImpl() argument 154 static jint Matcher_groupCountImpl(JNIEnv* env, jclass, jlong addr) { in Matcher_groupCountImpl() argument 159 static jint Matcher_hitEndImpl(JNIEnv* env, jclass, jlong addr) { in Matcher_hitEndImpl() argument 164 static jint Matcher_lookingAtImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offs… in Matcher_lookingAtImpl() argument 173 static jint Matcher_matchesImpl(JNIEnv* env, jclass, jlong addr, jstring javaText, jintArray offset… in Matcher_matchesImpl() argument 182 static jlong Matcher_openImpl(JNIEnv* env, jclass, jlong patternAddr) { in Matcher_openImpl() argument 190 static jint Matcher_requireEndImpl(JNIEnv* env, jclass, jlong addr) { in Matcher_requireEndImpl() argument [all …]
|
D | java_math_NativeBN.cpp | 101 static jlong NativeBN_BN_new(JNIEnv* env, jclass) { in NativeBN_BN_new() argument 107 static jlong NativeBN_getNativeFinalizer(JNIEnv*, jclass) { in NativeBN_getNativeFinalizer() argument 111 static void NativeBN_BN_free(JNIEnv* env, jclass, jlong a) { in NativeBN_BN_free() argument 116 static int NativeBN_BN_cmp(JNIEnv* env, jclass, jlong a, jlong b) { in NativeBN_BN_cmp() argument 121 static void NativeBN_BN_copy(JNIEnv* env, jclass, jlong to, jlong from) { in NativeBN_BN_copy() argument 127 static void NativeBN_putULongInt(JNIEnv* env, jclass, jlong a0, jlong java_dw, jboolean neg) { in NativeBN_putULongInt() argument 156 static void NativeBN_putLongInt(JNIEnv* env, jclass cls, jlong a, jlong dw) { in NativeBN_putLongInt() 164 static int NativeBN_BN_dec2bn(JNIEnv* env, jclass, jlong a0, jstring str) { in NativeBN_BN_dec2bn() argument 176 static int NativeBN_BN_hex2bn(JNIEnv* env, jclass, jlong a0, jstring str) { in NativeBN_BN_hex2bn() argument 188 static void NativeBN_BN_bin2bn(JNIEnv* env, jclass, jbyteArray arr, int len, jboolean neg, jlong re… in NativeBN_BN_bin2bn() argument [all …]
|
D | java_util_regex_Pattern.cpp | 65 jclass exceptionClass = JniConstants::patternSyntaxExceptionClass; in throwPatternSyntaxException() 74 static jlong Pattern_getNativeFinalizer(JNIEnv*, jclass) { in Pattern_getNativeFinalizer() argument 80 static jint Pattern_nativeSize(JNIEnv*, jclass) { in Pattern_nativeSize() argument 84 static jlong Pattern_compileImpl(JNIEnv* env, jclass, jstring javaRegex, jint flags) { in Pattern_compileImpl() argument
|
D | sun_misc_Unsafe.cpp | 22 static jobject Unsafe_allocateInstance(JNIEnv* env, jclass, jclass c) { in Unsafe_allocateInstance() argument
|
D | libcore_icu_ICU.cpp | 94 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 …]
|
/libcore/luni/src/test/native/ |
D | libcore_util_NativeAllocationRegistryTest.cpp | 32 jlong Java_libcore_util_NativeAllocationRegistryTest_getNativeFinalizer(JNIEnv*, jclass) { in Java_libcore_util_NativeAllocationRegistryTest_getNativeFinalizer() argument 38 jclass, in Java_libcore_util_NativeAllocationRegistryTest_doNativeAllocation() argument 49 jlong Java_libcore_util_NativeAllocationRegistryTest_getNumNativeBytesAllocated(JNIEnv*, jclass) { in Java_libcore_util_NativeAllocationRegistryTest_getNumNativeBytesAllocated() argument
|