Searched defs:this (Results 51 - 75 of 119) sorted by relevance

12345

/openjdk7/jdk/src/share/native/java/io/
H A DObjectInputStream.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
47 jclass this,
114 jclass this,
46 Java_java_io_ObjectInputStream_bytesToFloats(JNIEnv *env, jclass this, jbyteArray src, jint srcpos, jfloatArray dst, jint dstpos, jint nfloats) argument
113 Java_java_io_ObjectInputStream_bytesToDoubles(JNIEnv *env, jclass this, jbyteArray src, jint srcpos, jdoubleArray dst, jint dstpos, jint ndoubles) argument
H A DObjectOutputStream.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
46 jclass this,
118 jclass this,
45 Java_java_io_ObjectOutputStream_floatsToBytes(JNIEnv *env, jclass this, jfloatArray src, jint srcpos, jbyteArray dst, jint dstpos, jint nfloats) argument
117 Java_java_io_ObjectOutputStream_doublesToBytes(JNIEnv *env, jclass this, jdoubleArray src, jint srcpos, jbyteArray dst, jint dstpos, jint ndoubles) argument
H A DRandomAccessFile.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
51 jobject this, jstring path, jint mode)
63 fileOpen(env, this, path, raf_fd, flags);
67 Java_java_io_RandomAccessFile_read0(JNIEnv *env, jobject this) { argument
68 return readSingle(env, this, raf_fd);
73 jobject this, jbyteArray bytes, jint off, jint len) {
74 return readBytes(env, this, byte
50 Java_java_io_RandomAccessFile_open(JNIEnv *env, jobject this, jstring path, jint mode) argument
72 Java_java_io_RandomAccessFile_readBytes0(JNIEnv *env, jobject this, jbyteArray bytes, jint off, jint len) argument
78 Java_java_io_RandomAccessFile_write0(JNIEnv *env, jobject this, jint byte) argument
83 Java_java_io_RandomAccessFile_writeBytes0(JNIEnv *env, jobject this, jbyteArray bytes, jint off, jint len) argument
89 Java_java_io_RandomAccessFile_getFilePointer(JNIEnv *env, jobject this) argument
105 Java_java_io_RandomAccessFile_length(JNIEnv *env, jobject this) argument
126 Java_java_io_RandomAccessFile_seek(JNIEnv *env, jobject this, jlong pos) argument
144 Java_java_io_RandomAccessFile_setLength(JNIEnv *env, jobject this, jlong newLength) argument
[all...]
H A Dio_util.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
39 readSingle(JNIEnv *env, jobject this, jfieldID fid) { argument
42 FD fd = GET_FD(this, fid);
76 readBytes(JNIEnv *env, jobject this, jbyteArray bytes, argument
106 fd = GET_FD(this, fid);
130 writeSingle(JNIEnv *env, jobject this, jint byte, jboolean append, jfieldID fid) { argument
134 FD fd = GET_FD(this, fi
152 writeBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off, jint len, jboolean append, jfieldID fid) argument
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinffast.c6 * published by the Free Software Foundation. Oracle designates this
8 * by Oracle in the LICENSE file that accompanied this code.
14 * accompanied this code).
17 * 2 along with this work; if not, write to the Free Software Foundation,
62 inflate execution time is spent in this routine.
114 code this; /* retrieved table entry */ local
151 this = lcode[hold & lmask];
153 op = (unsigned)(this.bits);
156 op = (unsigned)(this.op);
158 Tracevv((stderr, this
[all...]
H A Dinftrees.c6 * published by the Free Software Foundation. Oracle designates this
8 * by Oracle in the LICENSE file that accompanied this code.
14 * accompanied this code).
17 * 2 along with this work; if not, write to the Free Software Foundation,
40 include such an acknowledgment, I would appreciate that you keep this
77 code this; /* table entry for duplication */ local
113 lens[] are in the range 0..MAXBITS. The caller must assure this.
115 symbol does not occur in this code.
142 this.op = (unsigned char)64; /* invalid code marker */
143 this
[all...]
H A Dinfback.c6 * published by the Free Software Foundation. Oracle designates this
8 * by Oracle in the LICENSE file that accompanied this code.
14 * accompanied this code).
17 * 2 along with this work; if not, write to the Free Software Foundation,
89 fixed code decoding. Normally this returns fixed tables from inffixed.h.
90 If BUILDFIXED is defined, then instead this routine builds the tables the
128 /* do this just once */
280 code this; /* current decoding table entry */ local
416 this = state->lencode[BITS(state->lenbits)];
417 if ((unsigned)(this
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_LoadLibrary.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
98 /* Get address of this library and the directory containing it. */
165 * Reflect this call over to the correct libmawt.so.
168 Java_sun_awt_motif_XsessionWMcommand(JNIEnv *env, jobject this, argument
173 XsessionWMcommand_type(JNIEnv *env, jobject this,
188 (*XsessionWMcommand)(env, this, frame, jcommand);
195 * Reflect this cal
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DDatagramChannelImpl.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
74 Java_sun_nio_ch_DatagramChannelImpl_disconnect0(JNIEnv *env, jobject this, argument
127 Java_sun_nio_ch_DatagramChannelImpl_receive0(JNIEnv *env, jobject this, argument
172 senderAddr = (*env)->GetObjectField(env, this, dci_senderAddrID);
178 jint port = (*env)->GetIntField(env, this, dci_senderPortID);
199 (*env)->SetObjectField(env, this, dci_senderAddrID, ia);
200 (*env)->SetIntField(env, this, dci_senderPortI
208 Java_sun_nio_ch_DatagramChannelImpl_send0(JNIEnv *env, jobject this, jboolean preferIPv6, jobject fdo, jlong address, jint len, jobject destAddress, jint destPort) argument
[all...]
H A DFileChannelImpl.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
74 Java_sun_nio_ch_FileChannelImpl_map0(JNIEnv *env, jobject this, argument
78 jobject fdo = (*env)->GetObjectField(env, this, chan_fd);
115 Java_sun_nio_ch_FileChannelImpl_unmap0(JNIEnv *env, jobject this, argument
126 Java_sun_nio_ch_FileChannelImpl_position0(JNIEnv *env, jobject this, argument
142 Java_sun_nio_ch_FileChannelImpl_close0(JNIEnv *env, jobject this, jobject fdo) argument
154 Java_sun_nio_ch_FileChannelImpl_transferTo0(JNIEnv *env, jobject this, argument
[all...]
H A DIOUtil.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
87 Java_sun_nio_ch_IOUtil_makePipe(JNIEnv *env, jobject this, jboolean blocking) argument
125 Java_sun_nio_ch_IOUtil_fdLimit(JNIEnv *env, jclass this) argument
165 Java_sun_nio_ch_IOUtil_iovMax(JNIEnv *env, jclass this) argument
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DBsdNativeDispatcher.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
70 Java_sun_nio_fs_BsdNativeDispatcher_initIDs(JNIEnv* env, jclass this) argument
85 Java_sun_nio_fs_BsdNativeDispatcher_getfsstat(JNIEnv* env, jclass this) argument
138 Java_sun_nio_fs_BsdNativeDispatcher_fsstatEntry(JNIEnv* env, jclass this, argument
195 Java_sun_nio_fs_BsdNativeDispatcher_endfsstat(JNIEnv* env, jclass this, jlong value) argument
H A DGnomeFileTypeDetector.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
88 (JNIEnv* env, jclass this)
131 (JNIEnv* env, jclass this, jlong pathAddress)
159 (JNIEnv* env, jclass this)
188 (JNIEnv* env, jclass this, jlong pathAddress)
87 Java_sun_nio_fs_GnomeFileTypeDetector_initializeGio(JNIEnv* env, jclass this) argument
130 Java_sun_nio_fs_GnomeFileTypeDetector_probeUsingGio(JNIEnv* env, jclass this, jlong pathAddress) argument
158 Java_sun_nio_fs_GnomeFileTypeDetector_initializeGnomeVfs(JNIEnv* env, jclass this) argument
187 Java_sun_nio_fs_GnomeFileTypeDetector_probeUsingGnomeVfs(JNIEnv* env, jclass this, jlong pathAddress) argument
H A DSolarisNativeDispatcher.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
69 Java_sun_nio_fs_SolarisNativeDispatcher_facl(JNIEnv* env, jclass this, jint fd, argument
83 Java_sun_nio_fs_SolarisNativeDispatcher_getextmntent(JNIEnv* env, jclass this, argument
/openjdk7/jdk/src/windows/native/sun/net/spi/
H A DDefaultProxySelector.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
103 jobject this,
218 * If we couldn't find *this* protocol but the string is in the
102 Java_sun_net_spi_DefaultProxySelector_getSystemProxy(JNIEnv *env, jobject this, jstring proto, jstring host) argument
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DDatagramChannelImpl.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
105 Java_sun_nio_ch_DatagramChannelImpl_disconnect0(JNIEnv *env, jobject this, argument
128 Java_sun_nio_ch_DatagramChannelImpl_receive0(JNIEnv *env, jobject this, argument
155 purgeOutstandingICMP(env, this, fd);
173 senderAddr = (*env)->GetObjectField(env, this, dci_senderAddrID);
179 jint port = (*env)->GetIntField(env, this, dci_senderPortID);
201 (*env)->SetObjectField(env, this, dci_senderAddrI
210 Java_sun_nio_ch_DatagramChannelImpl_send0(JNIEnv *env, jobject this, jboolean preferIPv6, jobject fdo, jlong address, jint len, jobject destAddress, jint destPort) argument
[all...]
H A DFileChannelImpl.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
58 Java_sun_nio_ch_FileChannelImpl_map0(JNIEnv *env, jobject this, argument
67 jobject fdo = (*env)->GetObjectField(env, this, chan_fd);
125 Java_sun_nio_ch_FileChannelImpl_unmap0(JNIEnv *env, jobject this, argument
140 Java_sun_nio_ch_FileChannelImpl_position0(JNIEnv *env, jobject this, argument
164 Java_sun_nio_ch_FileChannelImpl_close0(JNIEnv *env, jobject this, jobject fdo) argument
176 Java_sun_nio_ch_FileChannelImpl_transferTo0(JNIEnv *env, jobject this, argument
[all...]
H A DIOUtil.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
74 Java_sun_nio_ch_IOUtil_iovMax(JNIEnv *env, jclass this) argument
H A DIocp.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
44 Java_sun_nio_ch_Iocp_initIDs(JNIEnv* env, jclass this) argument
62 Java_sun_nio_ch_Iocp_osMajorVersion(JNIEnv* env, jclass this) argument
72 Java_sun_nio_ch_Iocp_createIoCompletionPort(JNIEnv* env, jclass this, argument
87 Java_sun_nio_ch_Iocp_close0(JNIEnv* env, jclass this, argument
96 Java_sun_nio_ch_Iocp_getQueuedCompletionStatus(JNIEnv* env, jclass this, argument
125 Java_sun_nio_ch_Iocp_postQueuedCompletionStatus(JNIEnv* env, jclass this, argument
140 Java_sun_nio_ch_Iocp_getErrorMessage(JNIEnv* env, jclass this, jint errorCode) argument
[all...]
H A DWindowsAsynchronousSocketChannelImpl.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
62 Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_initIDs(JNIEnv* env, jclass this) { argument
88 Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_connect0(JNIEnv* env, jclass this, argument
123 Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_updateConnectContext(JNIEnv* env, jclass this, argument
143 Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_closesocket0(JNIEnv* env, jclass this, argument
153 Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_read0(JNIEnv* env, jclass this, argument
186 Java_sun_nio_ch_WindowsAsynchronousSocketChannelImpl_write0(JNIEnv* env, jclass this, argument
[all...]
/openjdk7/jdk/src/share/native/java/lang/
H A DClass.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
99 Java_java_lang_Class_forName0(JNIEnv *env, jclass this, jstring classname, argument
/openjdk7/jdk/src/share/native/java/nio/
H A DBits.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
71 Java_java_nio_Bits_copyFromShortArray(JNIEnv *env, jobject this, jobject src, argument
82 /* do not change this if-else statement, see WARNING above */
106 Java_java_nio_Bits_copyToShortArray(JNIEnv *env, jobject this, jlong srcAddr, argument
117 /* do not change this if-else statement, see WARNING above */
141 Java_java_nio_Bits_copyFromIntArray(JNIEnv *env, jobject this, jobject src, argument
152 /* do not change this cod
176 Java_java_nio_Bits_copyToIntArray(JNIEnv *env, jobject this, jlong srcAddr, jobject dst, jlong dstPos, jlong length) argument
211 Java_java_nio_Bits_copyFromLongArray(JNIEnv *env, jobject this, jobject src, jlong srcPos, jlong dstAddr, jlong length) argument
246 Java_java_nio_Bits_copyToLongArray(JNIEnv *env, jobject this, jlong srcAddr, jobject dst, jlong dstPos, jlong length) argument
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/
H A DDeflater.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
118 Java_java_util_zip_Deflater_deflateBytes(JNIEnv *env, jobject this, jlong addr, argument
123 jarray this_buf = (*env)->GetObjectField(env, this, bufID);
124 jint this_off = (*env)->GetIntField(env, this, offID);
125 jint this_len = (*env)->GetIntField(env, this, lenID);
129 if ((*env)->GetBooleanField(env, this, setParamsID)) {
130 int level = (*env)->GetIntField(env, this, levelI
[all...]
H A DInflater.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
108 Java_java_util_zip_Inflater_inflateBytes(JNIEnv *env, jobject this, jlong addr, argument
112 jarray this_buf = (jarray)(*env)->GetObjectField(env, this, bufID);
113 jint this_off = (*env)->GetIntField(env, this, offID);
114 jint this_len = (*env)->GetIntField(env, this, lenID);
143 (*env)->SetBooleanField(env, this, finishedID, JNI_TRUE);
147 (*env)->SetIntField(env, this, offI
[all...]
/openjdk7/jdk/src/solaris/native/java/io/
H A DUnixFileSystem_md.c7 * published by the Free Software Foundation. Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
73 Java_java_io_UnixFileSystem_canonicalize0(JNIEnv *env, jobject this, argument
111 Java_java_io_UnixFileSystem_getBooleanAttributes0(JNIEnv *env, jobject this, argument
129 Java_java_io_UnixFileSystem_checkAccess(JNIEnv *env, jobject this, argument
156 Java_java_io_UnixFileSystem_setPermission(JNIEnv *env, jobject this, argument
203 Java_java_io_UnixFileSystem_getLastModifiedTime(JNIEnv *env, jobject this, argument
219 Java_java_io_UnixFileSystem_getLength(JNIEnv *env, jobject this, argument
264 Java_java_io_UnixFileSystem_delete0(JNIEnv *env, jobject this, jobject file) argument
279 Java_java_io_UnixFileSystem_list(JNIEnv *env, jobject this, jobject file) argument
350 Java_java_io_UnixFileSystem_createDirectory(JNIEnv *env, jobject this, jobject file) argument
365 Java_java_io_UnixFileSystem_rename0(JNIEnv *env, jobject this, jobject from, jobject to) argument
381 Java_java_io_UnixFileSystem_setLastModifiedTime(JNIEnv *env, jobject this, jobject file, jlong time) argument
410 Java_java_io_UnixFileSystem_setReadOnly(JNIEnv *env, jobject this, jobject file) argument
427 Java_java_io_UnixFileSystem_getSpace(JNIEnv *env, jobject this, jobject file, jint t) argument
[all...]

Completed in 68 milliseconds

12345