/libcore/luni/src/main/native/ |
D | JniConstants.h | 32 static jclass GetBooleanClass(JNIEnv* env); 33 static jclass GetByteBufferClass(JNIEnv* env); 34 static jclass GetDoubleClass(JNIEnv* env); 35 static jclass GetErrnoExceptionClass(JNIEnv* env); 36 static jclass GetFileDescriptorClass(JNIEnv* env); 37 static jclass GetGaiExceptionClass(JNIEnv* env); 38 static jclass GetInet6AddressClass(JNIEnv* env); 39 static jclass GetInet6AddressHolderClass(JNIEnv* env); 40 static jclass GetInetAddressClass(JNIEnv* env); 41 static jclass GetInetAddressHolderClass(JNIEnv* env); [all …]
|
D | libcore_icu_ICU.cpp | 41 static jstring ICU_getScript(JNIEnv* env, jclass, jstring javaLocaleName) { in ICU_getScript() argument 58 static jstring ICU_getISO3Country(JNIEnv* env, jclass, jstring javaLanguageTag) { in ICU_getISO3Country() argument 66 static jstring ICU_getISO3Language(JNIEnv* env, jclass, jstring javaLanguageTag) { in ICU_getISO3Language() argument 74 static jobjectArray ICU_getISOCountriesNative(JNIEnv* env, jclass) { in ICU_getISOCountriesNative() argument 78 static jobjectArray ICU_getISOLanguagesNative(JNIEnv* env, jclass) { in ICU_getISOLanguagesNative() argument 82 static jobjectArray ICU_getAvailableLocalesNative(JNIEnv* env, jclass) { in ICU_getAvailableLocalesNative() argument 86 static jstring ICU_getDefaultLocale(JNIEnv* env, jclass) { in ICU_getDefaultLocale() argument 96 static jstring ICU_getCldrVersion(JNIEnv* env, jclass) { in ICU_getCldrVersion() argument 103 static jstring ICU_getIcuVersion(JNIEnv* env, jclass) { in ICU_getIcuVersion() argument 109 static jstring ICU_getUnicodeVersion(JNIEnv* env, jclass) { in ICU_getUnicodeVersion() argument
|
D | libcore_io_Memory.cpp | 92 static void Memory_memmove(JNIEnv* env, jclass, jobject dstObject, jint dstOffset, jobject srcObjec… in Memory_memmove() argument 104 static jbyte Memory_peekByte(JNIEnv*, jclass, jlong srcAddress) { in Memory_peekByte() argument 108 static void Memory_pokeByte(JNIEnv*, jclass, jlong dstAddress, jbyte value) { in Memory_pokeByte() argument 112 static void Memory_pokeByteArray(JNIEnv* env, jclass, jlong dstAddress, jbyteArray src, jint offset… in Memory_pokeByteArray() argument 136 static void Memory_pokeCharArray(JNIEnv* env, jclass, jlong dstAddress, jcharArray src, jint srcOff… in Memory_pokeCharArray() argument 140 static void Memory_pokeDoubleArray(JNIEnv* env, jclass, jlong dstAddress, jdoubleArray src, jint sr… in Memory_pokeDoubleArray() argument 144 static void Memory_pokeFloatArray(JNIEnv* env, jclass, jlong dstAddress, jfloatArray src, jint srcO… in Memory_pokeFloatArray() argument 148 static void Memory_pokeIntArray(JNIEnv* env, jclass, jlong dstAddress, jintArray src, jint srcOffse… in Memory_pokeIntArray() argument 152 static void Memory_pokeLongArray(JNIEnv* env, jclass, jlong dstAddress, jlongArray src, jint srcOff… in Memory_pokeLongArray() argument 156 static void Memory_pokeShortArray(JNIEnv* env, jclass, jlong dstAddress, jshortArray src, jint srcO… in Memory_pokeShortArray() argument [all …]
|
D | JniConstants.cpp | 30 jclass findClass(JNIEnv* env, const char* name) { in findClass() 31 ScopedLocalRef<jclass> localClass(env, env->FindClass(name)); in findClass() 32 jclass result = reinterpret_cast<jclass>(env->NewGlobalRef(localClass.get())); in findClass() 84 #define DECLARE_JCLASS_CONSTANT(cppname, _) jclass g_ ## cppname; 106 jclass JniConstants::Get ## cppname(JNIEnv* env) { \
|
D | libcore_math_NativeBN.cpp | 78 static jlong NativeBN_BN_new(JNIEnv* env, jclass) { in NativeBN_BN_new() argument 86 static void NativeBN_BN_free(JNIEnv*, jclass, jlong a) { in NativeBN_BN_free() argument 91 static void NativeBN_litEndInts2bn(JNIEnv* env, jclass, jintArray arr, int len, jboolean neg, jlong… in NativeBN_litEndInts2bn() argument 112 static jintArray NativeBN_bn2litEndInts(JNIEnv* env, jclass, jlong a0) { in NativeBN_bn2litEndInts() argument 143 static void NativeBN_BN_mul(JNIEnv* env, jclass, jlong r, jlong a, jlong b) { in NativeBN_BN_mul() argument 151 static void NativeBN_BN_div(JNIEnv* env, jclass, jlong q, jlong rem, jlong num, jlong divisor) { in NativeBN_BN_div() argument 159 static void NativeBN_BN_mod_exp(JNIEnv* env, jclass, jlong r, jlong a, jlong p, jlong m) { in NativeBN_BN_mod_exp() argument
|
/libcore/ojluni/src/main/native/ |
D | sun_nio_fs_UnixNativeDispatcher.h | 23 (JNIEnv *, jclass); 31 (JNIEnv *, jclass, jint); 39 (JNIEnv *, jclass, jlong, jint, jint); 47 (JNIEnv *, jclass, jint, jlong, jint, jint); 55 (JNIEnv *, jclass, jint); 63 (JNIEnv *, jclass, jlong, jlong); 71 (JNIEnv *, jclass, jlong); 79 (JNIEnv *, jclass, jlong, jlong); 87 (JNIEnv *, jclass, jlong); 95 (JNIEnv *, jclass, jint, jlong, jint); [all …]
|
D | sun_nio_ch_Net.h | 49 (JNIEnv *, jclass); 57 (JNIEnv *, jclass); 65 (JNIEnv *, jclass); 73 (JNIEnv *, jclass); 81 (JNIEnv *, jclass, jboolean, 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 | jvm.h | 103 JVM_CurrentTimeMillis(JNIEnv *env, jclass ignored); 106 JVM_NanoTime(JNIEnv *env, jclass ignored); 109 JVM_GetNanoTimeAdjustment(JNIEnv *env, jclass ignored, jlong offset_secs); 112 JVM_ArrayCopy(JNIEnv *env, jclass ignored, jobject src, jint src_pos, 172 jobject javaLoader, jclass caller); 211 JVM_InitializeCompiler (JNIEnv *env, jclass compCls); 214 JVM_IsSilentCompiler(JNIEnv *env, jclass compCls); 217 JVM_CompileClass(JNIEnv *env, jclass compCls, jclass cls); 220 JVM_CompileClasses(JNIEnv *env, jclass cls, jstring jname); 223 JVM_CompilerCommand(JNIEnv *env, jclass compCls, jobject arg); [all …]
|
D | Character.cpp | 31 Character_isLowerCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLowerCaseImpl() argument 36 Character_isUpperCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isUpperCaseImpl() argument 41 Character_isTitleCaseImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isTitleCaseImpl() argument 46 Character_isDigitImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isDigitImpl() argument 51 Character_isLetterImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLetterImpl() argument 56 Character_isLetterOrDigitImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isLetterOrDigitImpl() argument 61 Character_isAlphabeticImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isAlphabeticImpl() argument 66 Character_isIdeographicImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isIdeographicImpl() argument 71 Character_getTypeImpl(JNIEnv* env, jclass, jint codePoint) { in Character_getTypeImpl() argument 76 Character_isUnicodeIdentifierStartImpl(JNIEnv* env, jclass, jint codePoint) { in Character_isUnicodeIdentifierStartImpl() argument [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_fs_LinuxWatchService.h | 16 (JNIEnv *, jclass); 24 (JNIEnv *, jclass); 32 (JNIEnv *, jclass); 40 (JNIEnv *, jclass, jint, jlong, jint); 48 (JNIEnv *, jclass, jint, jint); 56 (JNIEnv *, jclass, jint, jboolean); 64 (JNIEnv *, jclass, jintArray); 72 (JNIEnv *, jclass, jint, jint);
|
D | sun_nio_fs_LinuxNativeDispatcher.h | 23 (JNIEnv *, jclass, jlong, jlong); 31 (JNIEnv *, jclass, jlong, jobject); 39 (JNIEnv *, jclass, jlong); 47 (JNIEnv *, jclass, jint, jlong, jlong, jint); 55 (JNIEnv *, jclass, jint, jlong, jlong, jint); 63 (JNIEnv *, jclass, jint, jlong); 71 (JNIEnv *, jclass, jint, jlong, jint); 79 (JNIEnv *, jclass);
|
D | sun_nio_ch_EPoll.h | 24 (JNIEnv *, jclass); 32 (JNIEnv *, jclass); 40 (JNIEnv *, jclass); 48 (JNIEnv *, jclass); 56 (JNIEnv *, jclass, jint, jint, jint, jint); 64 (JNIEnv *, jclass, jint, jlong, jint);
|
D | JniConstants.cpp | 34 jclass findClass(JNIEnv* env, const char* name) { in findClass() 35 ScopedLocalRef<jclass> localClass(env, env->FindClass(name)); in findClass() 36 jclass result = reinterpret_cast<jclass>(env->NewGlobalRef(localClass.get())); in findClass() 51 jclass g_socket_tagger_class; 78 jclass JniConstants::GetSocketTaggerClass(JNIEnv* env) { in GetSocketTaggerClass()
|
D | EPoll.c | 40 Java_sun_nio_ch_EPoll_eventSize(JNIEnv* env, jclass this) in Java_sun_nio_ch_EPoll_eventSize() 46 Java_sun_nio_ch_EPoll_eventsOffset(JNIEnv* env, jclass this) in Java_sun_nio_ch_EPoll_eventsOffset() 52 Java_sun_nio_ch_EPoll_dataOffset(JNIEnv* env, jclass this) in Java_sun_nio_ch_EPoll_dataOffset() 58 Java_sun_nio_ch_EPoll_epollCreate(JNIEnv *env, jclass c) { in Java_sun_nio_ch_EPoll_epollCreate() 73 Java_sun_nio_ch_EPoll_epollCtl(JNIEnv *env, jclass c, jint epfd, in Java_sun_nio_ch_EPoll_epollCtl() 88 Java_sun_nio_ch_EPoll_epollWait(JNIEnv *env, jclass c, in Java_sun_nio_ch_EPoll_epollWait() 102 Java_sun_nio_ch_EPoll_close0(JNIEnv *env, jclass c, jint epfd) { in Java_sun_nio_ch_EPoll_close0()
|
D | LinuxWatchService.c | 53 Java_sun_nio_fs_LinuxWatchService_eventSize(JNIEnv *env, jclass clazz) in Java_sun_nio_fs_LinuxWatchService_eventSize() 59 Java_sun_nio_fs_LinuxWatchService_eventOffsets(JNIEnv *env, jclass clazz) in Java_sun_nio_fs_LinuxWatchService_eventOffsets() 77 (JNIEnv* env, jclass clazz) in Java_sun_nio_fs_LinuxWatchService_inotifyInit() 88 (JNIEnv* env, jclass clazz, jint fd, jlong address, jint mask) in Java_sun_nio_fs_LinuxWatchService_inotifyAddWatch() 102 (JNIEnv* env, jclass clazz, jint fd, jint wd) in Java_sun_nio_fs_LinuxWatchService_inotifyRmWatch() 111 (JNIEnv* env, jclass clazz, jint fd, jboolean blocking) in Java_sun_nio_fs_LinuxWatchService_configureBlocking() 123 (JNIEnv* env, jclass clazz, jintArray sv) in Java_sun_nio_fs_LinuxWatchService_socketpair() 138 (JNIEnv* env, jclass clazz, jint fd1, jint fd2) in Java_sun_nio_fs_LinuxWatchService_poll()
|
D | ZipFile.c | 64 jclass cls = (*env)->FindClass(env, "java/util/zip/ZipFile"); in ZipFile_initIDs() 143 ZipFile_getTotal(JNIEnv *env, jclass cls, jlong zfile) in ZipFile_getTotal() 151 ZipFile_startsWithLOC(JNIEnv *env, jclass cls, jlong zfile) in ZipFile_startsWithLOC() 159 ZipFile_close(JNIEnv *env, jclass cls, jlong zfile) in ZipFile_close() 165 ZipFile_getFileDescriptor(JNIEnv *env, jclass cls, jlong zfile) { in ZipFile_getFileDescriptor() 171 ZipFile_getEntry(JNIEnv *env, jclass cls, jlong zfile, in ZipFile_getEntry() 199 ZipFile_freeEntry(JNIEnv *env, jclass cls, jlong zfile, in ZipFile_freeEntry() 208 ZipFile_getNextEntry(JNIEnv *env, jclass cls, jlong zfile, in ZipFile_getNextEntry() 216 ZipFile_getEntryMethod(JNIEnv *env, jclass cls, jlong zentry) in ZipFile_getEntryMethod() 223 ZipFile_getEntryFlag(JNIEnv *env, jclass cls, jlong zentry) in ZipFile_getEntryFlag() [all …]
|
D | sun_nio_ch_EPollPort.h | 28 (JNIEnv *, jclass, jintArray); 36 (JNIEnv *, jclass, jint); 44 (JNIEnv *, jclass, jint); 52 (JNIEnv *, jclass, jint);
|
D | UnixNativeDispatcher.c | 181 Java_sun_nio_fs_UnixNativeDispatcher_init(JNIEnv* env, jclass this) in Java_sun_nio_fs_UnixNativeDispatcher_init() 184 jclass clazz; in Java_sun_nio_fs_UnixNativeDispatcher_init() 295 Java_sun_nio_fs_UnixNativeDispatcher_getcwd(JNIEnv* env, jclass this) { in Java_sun_nio_fs_UnixNativeDispatcher_getcwd() 314 Java_sun_nio_fs_UnixNativeDispatcher_strerror(JNIEnv* env, jclass this, jint error) in Java_sun_nio_fs_UnixNativeDispatcher_strerror() 336 Java_sun_nio_fs_UnixNativeDispatcher_dup(JNIEnv* env, jclass this, jint fd) { in Java_sun_nio_fs_UnixNativeDispatcher_dup() 348 Java_sun_nio_fs_UnixNativeDispatcher_fopen0(JNIEnv* env, jclass this, in Java_sun_nio_fs_UnixNativeDispatcher_fopen0() 367 Java_sun_nio_fs_UnixNativeDispatcher_fclose(JNIEnv* env, jclass this, jlong stream) in Java_sun_nio_fs_UnixNativeDispatcher_fclose() 382 Java_sun_nio_fs_UnixNativeDispatcher_open0(JNIEnv* env, jclass this, in Java_sun_nio_fs_UnixNativeDispatcher_open0() 396 Java_sun_nio_fs_UnixNativeDispatcher_openat0(JNIEnv* env, jclass this, jint dfd, in Java_sun_nio_fs_UnixNativeDispatcher_openat0() 415 Java_sun_nio_fs_UnixNativeDispatcher_close(JNIEnv* env, jclass this, jint fd) { in Java_sun_nio_fs_UnixNativeDispatcher_close() [all …]
|
D | ObjectStreamClass.c | 34 static jclass noSuchMethodErrCl; 38 jclass cl = (*env)->FindClass(env, "java/lang/NoSuchMethodError"); in ObjectStreamClass_initNative() 57 ObjectStreamClass_hasStaticInitializer(JNIEnv *env, jclass this, in ObjectStreamClass_hasStaticInitializer() 58 jclass clazz, in ObjectStreamClass_hasStaticInitializer() 61 jclass superCl = NULL; in ObjectStreamClass_hasStaticInitializer()
|
D | IOUtil.c | 47 jclass clazz = (*env)->FindClass(env, "java/io/FileDescriptor"); in IOUtil_initIDs() 54 IOUtil_randomBytes(JNIEnv *env, jclass clazz, in IOUtil_randomBytes() 62 IOUtil_fdVal(JNIEnv *env, jclass clazz, jobject fdo) in IOUtil_fdVal() 68 IOUtil_setfdVal(JNIEnv *env, jclass clazz, jobject fdo, jint val) in IOUtil_setfdVal() 83 IOUtil_configureBlocking(JNIEnv *env, jclass clazz, in IOUtil_configureBlocking() 112 IOUtil_drain(JNIEnv *env, jclass cl, jint fd) in IOUtil_drain() 129 IOUtil_fdLimit(JNIEnv *env, jclass this) in IOUtil_fdLimit() 145 IOUtil_iovMax(JNIEnv *env, jclass this) in IOUtil_iovMax()
|
D | EPollPort.c | 39 Java_sun_nio_ch_EPollPort_socketpair(JNIEnv* env, jclass clazz, jintArray sv) { in Java_sun_nio_ch_EPollPort_socketpair() 52 Java_sun_nio_ch_EPollPort_interrupt(JNIEnv *env, jclass c, jint fd) { in Java_sun_nio_ch_EPollPort_interrupt() 63 Java_sun_nio_ch_EPollPort_drain1(JNIEnv *env, jclass cl, jint fd) { in Java_sun_nio_ch_EPollPort_drain1() 73 Java_sun_nio_ch_EPollPort_close0(JNIEnv *env, jclass c, jint fd) { in Java_sun_nio_ch_EPollPort_close0()
|
/libcore/luni/src/test/native/ |
D | libcore_libcore_util_NativeAllocationRegistryTest.cpp | 49 jboolean Java_libcore_libcore_util_NativeAllocationRegistryTest_isNativeBridgedABI(JNIEnv*, jclass)… in Java_libcore_libcore_util_NativeAllocationRegistryTest_isNativeBridgedABI() argument 81 jlong Java_libcore_libcore_util_NativeAllocationRegistryTest_getNativeFinalizer(JNIEnv*, jclass) { in Java_libcore_libcore_util_NativeAllocationRegistryTest_getNativeFinalizer() argument 87 jclass, in Java_libcore_libcore_util_NativeAllocationRegistryTest_doNativeAllocation() argument 98 …ava_libcore_libcore_util_NativeAllocationRegistryTest_getNumNativeBytesAllocated(JNIEnv*, jclass) { in Java_libcore_libcore_util_NativeAllocationRegistryTest_getNumNativeBytesAllocated() argument
|