Searched refs:this (Results 51 - 75 of 182) sorted by relevance

12345678

/openjdk7/jdk/src/windows/native/sun/nio/ch/
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 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 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...]
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 DWindowsAsynchronousFileChannelImpl.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,
38 Java_sun_nio_ch_WindowsAsynchronousFileChannelImpl_readFile(JNIEnv* env, jclass this, argument
68 Java_sun_nio_ch_WindowsAsynchronousFileChannelImpl_writeFile(JNIEnv* env, jclass this, argument
96 Java_sun_nio_ch_WindowsAsynchronousFileChannelImpl_lockFile(JNIEnv *env, jobject this, jlong handle, argument
125 Java_sun_nio_ch_WindowsAsynchronousFileChannelImpl_close0(JNIEnv* env, jclass this, argument
H A DWindowsAsynchronousServerSocketChannelImpl.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,
65 Java_sun_nio_ch_WindowsAsynchronousServerSocketChannelImpl_initIDs(JNIEnv* env, jclass this) { argument
91 Java_sun_nio_ch_WindowsAsynchronousServerSocketChannelImpl_accept0(JNIEnv* env, jclass this, argument
124 Java_sun_nio_ch_WindowsAsynchronousServerSocketChannelImpl_updateAcceptContext(JNIEnv* env, jclass this, argument
135 Java_sun_nio_ch_WindowsAsynchronousServerSocketChannelImpl_closesocket0(JNIEnv* env, jclass this, argument
/openjdk7/jdk/src/share/native/java/util/zip/
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/share/native/java/lang/
H A DClassLoader.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 // The existence or signature of this method is not guaranteed since it
229 Java_java_lang_ClassLoader_resolveClass0(JNIEnv *env, jobject this, argument
293 jclass this = local
295 if (this == 0)
297 handleID = (*env)->GetFieldID(env, this, "handle", "J");
300 jniVersionID = (*env)->GetFieldID(env, this, "jniVersio
316 Java_java_lang_ClassLoader_00024NativeLibrary_load(JNIEnv *env, jobject this, jstring name) argument
389 Java_java_lang_ClassLoader_00024NativeLibrary_unload(JNIEnv *env, jobject this) argument
423 Java_java_lang_ClassLoader_00024NativeLibrary_find(JNIEnv *env, jobject this, jstring name) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DEPoll.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,
40 Java_sun_nio_ch_EPoll_eventSize(JNIEnv* env, jclass this) argument
46 Java_sun_nio_ch_EPoll_eventsOffset(JNIEnv* env, jclass this) argument
52 Java_sun_nio_ch_EPoll_dataOffset(JNIEnv* env, jclass this) argument
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 DPollArrayWrapper.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,
72 Java_sun_nio_ch_PollArrayWrapper_poll0(JNIEnv *env, jobject this, argument
94 Java_sun_nio_ch_PollArrayWrapper_interrupt(JNIEnv *env, jobject this, jint fd) argument
H A DSocketChannelImpl.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,
49 Java_sun_nio_ch_SocketChannelImpl_checkConnect(JNIEnv *env, jobject this, argument
89 Java_sun_nio_ch_SocketChannelImpl_sendOutOfBandData(JNIEnv* env, jclass this, argument
H A DDevPollArrayWrapper.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 #define DP_ISPOLLED (DPIOC | 2) /* is this fd cached in /dev/poll */
105 Java_sun_nio_ch_DevPollArrayWrapper_init(JNIEnv *env, jobject this) argument
116 Java_sun_nio_ch_DevPollArrayWrapper_register(JNIEnv *env, jobject this, argument
137 Java_sun_nio_ch_DevPollArrayWrapper_registerMultiple(JNIEnv *env, jobject this, argument
154 Java_sun_nio_ch_DevPollArrayWrapper_poll0(JNIEnv *env, jobject this, argument
180 Java_sun_nio_ch_DevPollArrayWrapper_interrupt(JNIEnv *env, jclass this, jin argument
[all...]
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DWindowsNativeDispatcher.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_sun_nio_fs_WindowsNativeDispatcher_initIDs(JNIEnv* env, jclass this) argument
194 Java_sun_nio_fs_WindowsNativeDispatcher_FormatMessage(JNIEnv* env, jclass this, jint errorCode) { argument
214 Java_sun_nio_fs_WindowsNativeDispatcher_LocalFree(JNIEnv* env, jclass this, jlong address) argument
221 Java_sun_nio_fs_WindowsNativeDispatcher_CreateFile0(JNIEnv* env, jclass this, argument
257 Java_sun_nio_fs_WindowsNativeDispatcher_DeviceIoControlSetSparse(JNIEnv* env, jclass this, argument
268 Java_sun_nio_fs_WindowsNativeDispatcher_DeviceIoControlGetReparsePoint(JNIEnv* env, jclass this, argument
283 Java_sun_nio_fs_WindowsNativeDispatcher_DeleteFile0(JNIEnv* env, jclass this, jlong address) argument
292 Java_sun_nio_fs_WindowsNativeDispatcher_CreateDirectory0(JNIEnv* env, jclass this, jlong address, jlong sdAddress) argument
317 Java_sun_nio_fs_WindowsNativeDispatcher_RemoveDirectory0(JNIEnv* env, jclass this, jlong address) argument
326 Java_sun_nio_fs_WindowsNativeDispatcher_CloseHandle(JNIEnv* env, jclass this, jlong handle) argument
334 Java_sun_nio_fs_WindowsNativeDispatcher_FindFirstFile0(JNIEnv* env, jclass this, jlong address, jobject obj) argument
354 Java_sun_nio_fs_WindowsNativeDispatcher_FindFirstFile1(JNIEnv* env, jclass this, jlong pathAddress, jlong dataAddress) argument
368 Java_sun_nio_fs_WindowsNativeDispatcher_FindNextFile(JNIEnv* env, jclass this, jlong handle, jlong dataAddress) argument
384 Java_sun_nio_fs_WindowsNativeDispatcher_FindFirstStream0(JNIEnv* env, jclass this, jlong address, jobject obj) argument
414 Java_sun_nio_fs_WindowsNativeDispatcher_FindNextStream(JNIEnv* env, jclass this, jlong handle) argument
436 Java_sun_nio_fs_WindowsNativeDispatcher_FindClose(JNIEnv* env, jclass this, jlong handle) argument
447 Java_sun_nio_fs_WindowsNativeDispatcher_GetFileInformationByHandle(JNIEnv* env, jclass this, jlong handle, jlong address) argument
460 Java_sun_nio_fs_WindowsNativeDispatcher_CopyFileEx0(JNIEnv* env, jclass this, jlong existingAddress, jlong newAddress, jint flags, jlong cancelAddress) argument
474 Java_sun_nio_fs_WindowsNativeDispatcher_MoveFileEx0(JNIEnv* env, jclass this, jlong existingAddress, jlong newAddress, jint flags) argument
485 Java_sun_nio_fs_WindowsNativeDispatcher_GetLogicalDrives(JNIEnv* env, jclass this) argument
495 Java_sun_nio_fs_WindowsNativeDispatcher_GetFileAttributes0(JNIEnv* env, jclass this, jlong address) argument
508 Java_sun_nio_fs_WindowsNativeDispatcher_SetFileAttributes0(JNIEnv* env, jclass this, jlong address, jint value) argument
518 Java_sun_nio_fs_WindowsNativeDispatcher_GetFileAttributesEx0(JNIEnv* env, jclass this, jlong pathAddress, jlong dataAddress) argument
531 Java_sun_nio_fs_WindowsNativeDispatcher_SetFileTime(JNIEnv* env, jclass this, jlong handle, jlong createTime, jlong lastAccessTime, jlong lastWriteTime) argument
546 Java_sun_nio_fs_WindowsNativeDispatcher_SetEndOfFile(JNIEnv* env, jclass this, jlong handle) argument
557 Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumeInformation0(JNIEnv* env, jclass this, jlong address, jobject obj) argument
595 Java_sun_nio_fs_WindowsNativeDispatcher_GetDriveType0(JNIEnv* env, jclass this, jlong address) argument
602 Java_sun_nio_fs_WindowsNativeDispatcher_GetDiskFreeSpaceEx0(JNIEnv* env, jclass this, jlong address, jobject obj) argument
630 Java_sun_nio_fs_WindowsNativeDispatcher_GetVolumePathName0(JNIEnv* env, jclass this, jlong address) argument
649 Java_sun_nio_fs_WindowsNativeDispatcher_InitializeSecurityDescriptor(JNIEnv* env, jclass this, jlong address) argument
661 Java_sun_nio_fs_WindowsNativeDispatcher_InitializeAcl(JNIEnv* env, jclass this, jlong address, jint size) argument
673 Java_sun_nio_fs_WindowsNativeDispatcher_SetFileSecurity0(JNIEnv* env, jclass this, jlong pathAddress, jint requestedInformation, jlong descAddress) argument
690 Java_sun_nio_fs_WindowsNativeDispatcher_GetFileSecurity0(JNIEnv* env, jclass this, jlong pathAddress, jint requestedInformation, jlong descAddress, jint nLength) argument
716 Java_sun_nio_fs_WindowsNativeDispatcher_GetSecurityDescriptorOwner(JNIEnv* env, jclass this, jlong address) argument
731 Java_sun_nio_fs_WindowsNativeDispatcher_SetSecurityDescriptorOwner(JNIEnv* env, jclass this, jlong descAddress, jlong ownerAddress) argument
744 Java_sun_nio_fs_WindowsNativeDispatcher_GetSecurityDescriptorDacl(JNIEnv* env, jclass this, jlong address) argument
761 Java_sun_nio_fs_WindowsNativeDispatcher_SetSecurityDescriptorDacl(JNIEnv* env, jclass this, jlong descAddress, jlong aclAddress) argument
774 Java_sun_nio_fs_WindowsNativeDispatcher_GetAclInformation0(JNIEnv* env, jclass this, jlong address, jobject obj) argument
788 Java_sun_nio_fs_WindowsNativeDispatcher_GetAce(JNIEnv* env, jclass this, jlong address, jint aceIndex) argument
803 Java_sun_nio_fs_WindowsNativeDispatcher_AddAccessAllowedAceEx(JNIEnv* env, jclass this, jlong aclAddress, jint flags, jint mask, jlong sidAddress) argument
815 Java_sun_nio_fs_WindowsNativeDispatcher_AddAccessDeniedAceEx(JNIEnv* env, jclass this, jlong aclAddress, jint flags, jint mask, jlong sidAddress) argument
828 Java_sun_nio_fs_WindowsNativeDispatcher_LookupAccountSid0(JNIEnv* env, jclass this, jlong address, jobject obj) argument
857 Java_sun_nio_fs_WindowsNativeDispatcher_LookupAccountName0(JNIEnv* env, jclass this, jlong nameAddress, jlong sidAddress, jint cbSid) argument
879 Java_sun_nio_fs_WindowsNativeDispatcher_GetLengthSid(JNIEnv* env, jclass this, jlong address) argument
888 Java_sun_nio_fs_WindowsNativeDispatcher_ConvertSidToStringSid(JNIEnv* env, jclass this, jlong address) argument
905 Java_sun_nio_fs_WindowsNativeDispatcher_ConvertStringSidToSid0(JNIEnv* env, jclass this, jlong address) argument
916 Java_sun_nio_fs_WindowsNativeDispatcher_GetCurrentProcess(JNIEnv* env, jclass this) argument
922 Java_sun_nio_fs_WindowsNativeDispatcher_GetCurrentThread(JNIEnv* env, jclass this) argument
928 Java_sun_nio_fs_WindowsNativeDispatcher_OpenProcessToken(JNIEnv* env, jclass this, jlong process, jint desiredAccess) argument
940 Java_sun_nio_fs_WindowsNativeDispatcher_OpenThreadToken(JNIEnv* env, jclass this, jlong thread, jint desiredAccess, jboolean openAsSelf) argument
956 Java_sun_nio_fs_WindowsNativeDispatcher_DuplicateTokenEx(JNIEnv* env, jclass this, jlong token, jint desiredAccess) argument
975 Java_sun_nio_fs_WindowsNativeDispatcher_SetThreadToken(JNIEnv* env, jclass this, jlong thread, jlong token) argument
986 Java_sun_nio_fs_WindowsNativeDispatcher_GetTokenInformation(JNIEnv* env, jclass this, jlong token, jint tokenInfoClass, jlong tokenInfo, jint tokenInfoLength) argument
1009 Java_sun_nio_fs_WindowsNativeDispatcher_AdjustTokenPrivileges(JNIEnv* env, jclass this, jlong token, jlong luid, jint attributes) argument
1025 Java_sun_nio_fs_WindowsNativeDispatcher_AccessCheck(JNIEnv* env, jclass this, jlong token, jlong securityInfo, jint accessMask, jint genericRead, jint genericWrite, jint genericExecute, jint genericAll) argument
1052 Java_sun_nio_fs_WindowsNativeDispatcher_LookupPrivilegeValue0(JNIEnv* env, jclass this, jlong name) argument
1068 Java_sun_nio_fs_WindowsNativeDispatcher_CreateSymbolicLink0(JNIEnv* env, jclass this, jlong linkAddress, jlong targetAddress, jint flags) argument
1085 Java_sun_nio_fs_WindowsNativeDispatcher_CreateHardLink0(JNIEnv* env, jclass this, jlong newFileAddress, jlong existingFileAddress) argument
1131 Java_sun_nio_fs_WindowsNativeDispatcher_GetFinalPathNameByHandle(JNIEnv* env, jclass this, jlong handle) argument
1171 Java_sun_nio_fs_WindowsNativeDispatcher_CreateIoCompletionPort(JNIEnv* env, jclass this, jlong fileHandle, jlong existingPort, jint completionKey) argument
1186 Java_sun_nio_fs_WindowsNativeDispatcher_GetQueuedCompletionStatus0(JNIEnv* env, jclass this, jlong completionPort, jobject obj) argument
1213 Java_sun_nio_fs_WindowsNativeDispatcher_PostQueuedCompletionStatus(JNIEnv* env, jclass this, jlong completionPort, jint completionKey) argument
1228 Java_sun_nio_fs_WindowsNativeDispatcher_ReadDirectoryChangesW(JNIEnv* env, jclass this, jlong hDirectory, jlong bufferAddress, jint bufferLength, jboolean watchSubTree, jint filter, jlong bytesReturnedAddress, jlong pOverlapped) argument
1250 Java_sun_nio_fs_WindowsNativeDispatcher_BackupRead0(JNIEnv* env, jclass this, jlong hFile, jlong bufferAddress, jint bufferSize, jboolean abort, jlong context, jobject obj) argument
1277 Java_sun_nio_fs_WindowsNativeDispatcher_BackupSeek(JNIEnv* env, jclass this, jlong hFile, jlong bytesToSeek, jlong context) argument
[all...]
/openjdk7/jdk/src/solaris/native/java/net/
H A DPlainSocketImpl.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,
111 * Finally shutdown sv[0] (any reads to this fd will get
123 static int getFD(JNIEnv *env, jobject this) { argument
124 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID);
170 * socketCreate, we ensure that this is initialized. This is to
181 Java_java_net_PlainSocketImpl_socketCreate(JNIEnv *env, jobject this, argument
198 fdObj = (*env)->GetObjectField(env, this, psi_fdI
255 Java_java_net_PlainSocketImpl_socketConnect(JNIEnv *env, jobject this, jobject iaObj, jint port, jint timeout) argument
549 Java_java_net_PlainSocketImpl_socketBind(JNIEnv *env, jobject this, jobject iaObj, jint localport) argument
615 Java_java_net_PlainSocketImpl_socketListen(JNIEnv *env, jobject this, jint count) argument
650 Java_java_net_PlainSocketImpl_socketAccept(JNIEnv *env, jobject this, jobject socket) argument
803 Java_java_net_PlainSocketImpl_socketAvailable(JNIEnv *env, jobject this) argument
834 Java_java_net_PlainSocketImpl_socketClose0(JNIEnv *env, jobject this, jboolean useDeferredClose) argument
863 Java_java_net_PlainSocketImpl_socketShutdown(JNIEnv *env, jobject this, jint howto) argument
891 Java_java_net_PlainSocketImpl_socketSetOption(JNIEnv *env, jobject this, jint cmd, jboolean on, jobject value) argument
987 Java_java_net_PlainSocketImpl_socketGetOption(JNIEnv *env, jobject this, jint cmd, jobject iaContainerObj) argument
1080 Java_java_net_PlainSocketImpl_socketSendUrgentData(JNIEnv *env, jobject this, jint data) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_UNIXToolkit.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,
92 jboolean _icon_upcall(JNIEnv *env, jobject this, GdkPixbuf *pixbuf) argument
98 (*env)->GetObjectClass(env, this));
122 (*env)->CallVoidMethod(env, this, icon_upcall_method, data,
137 Java_sun_awt_UNIXToolkit_load_1gtk_1icon(JNIEnv *env, jobject this, argument
164 return _icon_upcall(env, this, pixbuf);
178 Java_sun_awt_UNIXToolkit_load_1stock_1icon(JNIEnv *env, jobject this, argument
237 Java_sun_awt_UNIXToolkit_nativeSync(JNIEnv *env, jobject this) argument
274 Java_sun_awt_UNIXToolkit_gtkCheckVersionImpl(JNIEnv *env, jobject this, jint major, jint minor, jint micro) argument
[all...]
H A Dcanvas.h7 * 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,
30 Widget awt_canvas_create(XtPointer this,
38 void awt_canvas_scroll(XtPointer this, struct CanvasData *wdata, long dx, long dy);
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineClasses.sh15 # accompanied this code).
18 # 2 along with this work; if not, write to the Free Software Foundation,
33 # On windows, with b90, this gets this:
40 # On solaris, and on windows with 4559100 fixed, this test fails with:
43 # Please report this error at
55 # With -Xcomp on solaris this passes, but takes 2 minutes, thus the /timeout above.
90 //System.out.println("hello world"); // @ 1 delete this isn't even necesary
155 # You could replace this next line with the contents
156 # of ShellScaffold.sh and this scrip
[all...]
H A DMixedSuspendTest.sh15 # accompanied this code).
18 # 2 along with this work; if not, write to the Free Software Foundation,
64 // If the bug occurs, this resume hangs in the back-end
90 //System.out.println("bkpt reached, thread = " + this.getName());
121 # You could replace this next line with the contents
122 # of ShellScaffold.sh and this script will run just the same.
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixNativeDispatcher.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,
154 * Call this to throw an internal UnixException when a system/library
169 Java_sun_nio_fs_UnixNativeDispatcher_init(JNIEnv* env, jclass this) argument
241 Java_sun_nio_fs_UnixNativeDispatcher_getcwd(JNIEnv* env, jclass this) { argument
260 Java_sun_nio_fs_UnixNativeDispatcher_strerror(JNIEnv* env, jclass this, jint error) argument
276 Java_sun_nio_fs_UnixNativeDispatcher_dup(JNIEnv* env, jclass this, jint fd) { argument
288 Java_sun_nio_fs_UnixNativeDispatcher_fopen0(JNIEnv* env, jclass this, argument
307 Java_sun_nio_fs_UnixNativeDispatcher_fclose(JNIEnv* env, jclass this, jlong stream) argument
321 Java_sun_nio_fs_UnixNativeDispatcher_open0(JNIEnv* env, jclass this, jlong pathAddress, jint oflags, jint mode) argument
335 Java_sun_nio_fs_UnixNativeDispatcher_openat0(JNIEnv* env, jclass this, jint dfd, jlong pathAddress, jint oflags, jint mode) argument
354 Java_sun_nio_fs_UnixNativeDispatcher_close(JNIEnv* env, jclass this, jint fd) argument
361 Java_sun_nio_fs_UnixNativeDispatcher_read(JNIEnv* env, jclass this, jint fd, jlong address, jint nbytes) argument
374 Java_sun_nio_fs_UnixNativeDispatcher_write(JNIEnv* env, jclass this, jint fd, jlong address, jint nbytes) argument
404 Java_sun_nio_fs_UnixNativeDispatcher_stat0(JNIEnv* env, jclass this, jlong pathAddress, jobject attrs) argument
420 Java_sun_nio_fs_UnixNativeDispatcher_lstat0(JNIEnv* env, jclass this, jlong pathAddress, jobject attrs) argument
436 Java_sun_nio_fs_UnixNativeDispatcher_fstat(JNIEnv* env, jclass this, jint fd, jobject attrs) argument
451 Java_sun_nio_fs_UnixNativeDispatcher_fstatat0(JNIEnv* env, jclass this, jint dfd, jlong pathAddress, jint flag, jobject attrs) argument
471 Java_sun_nio_fs_UnixNativeDispatcher_chmod0(JNIEnv* env, jclass this, jlong pathAddress, jint mode) argument
484 Java_sun_nio_fs_UnixNativeDispatcher_fchmod(JNIEnv* env, jclass this, jint filedes, jint mode) argument
497 Java_sun_nio_fs_UnixNativeDispatcher_chown0(JNIEnv* env, jclass this, jlong pathAddress, jint uid, jint gid) argument
510 Java_sun_nio_fs_UnixNativeDispatcher_lchown0(JNIEnv* env, jclass this, jlong pathAddress, jint uid, jint gid) argument
522 Java_sun_nio_fs_UnixNativeDispatcher_fchown(JNIEnv* env, jclass this, jint filedes, jint uid, jint gid) argument
533 Java_sun_nio_fs_UnixNativeDispatcher_utimes0(JNIEnv* env, jclass this, jlong pathAddress, jlong accessTime, jlong modificationTime) argument
553 Java_sun_nio_fs_UnixNativeDispatcher_futimes(JNIEnv* env, jclass this, jint filedes, jlong accessTime, jlong modificationTime) argument
580 Java_sun_nio_fs_UnixNativeDispatcher_opendir0(JNIEnv* env, jclass this, jlong pathAddress) argument
595 Java_sun_nio_fs_UnixNativeDispatcher_fdopendir(JNIEnv* env, jclass this, int dfd) argument
612 Java_sun_nio_fs_UnixNativeDispatcher_closedir(JNIEnv* env, jclass this, jlong dir) argument
623 Java_sun_nio_fs_UnixNativeDispatcher_readdir(JNIEnv* env, jclass this, jlong value) argument
654 Java_sun_nio_fs_UnixNativeDispatcher_mkdir0(JNIEnv* env, jclass this, jlong pathAddress, jint mode) argument
666 Java_sun_nio_fs_UnixNativeDispatcher_rmdir0(JNIEnv* env, jclass this, jlong pathAddress) argument
678 Java_sun_nio_fs_UnixNativeDispatcher_link0(JNIEnv* env, jclass this, jlong existingAddress, jlong newAddress) argument
693 Java_sun_nio_fs_UnixNativeDispatcher_unlink0(JNIEnv* env, jclass this, jlong pathAddress) argument
705 Java_sun_nio_fs_UnixNativeDispatcher_unlinkat0(JNIEnv* env, jclass this, jint dfd, jlong pathAddress, jint flags) argument
722 Java_sun_nio_fs_UnixNativeDispatcher_rename0(JNIEnv* env, jclass this, jlong fromAddress, jlong toAddress) argument
735 Java_sun_nio_fs_UnixNativeDispatcher_renameat0(JNIEnv* env, jclass this, jint fromfd, jlong fromAddress, jint tofd, jlong toAddress) argument
753 Java_sun_nio_fs_UnixNativeDispatcher_symlink0(JNIEnv* env, jclass this, jlong targetAddress, jlong linkAddress) argument
766 Java_sun_nio_fs_UnixNativeDispatcher_readlink0(JNIEnv* env, jclass this, jlong pathAddress) argument
793 Java_sun_nio_fs_UnixNativeDispatcher_realpath0(JNIEnv* env, jclass this, jlong pathAddress) argument
814 Java_sun_nio_fs_UnixNativeDispatcher_access0(JNIEnv* env, jclass this, jlong pathAddress, jint amode) argument
827 Java_sun_nio_fs_UnixNativeDispatcher_statvfs0(JNIEnv* env, jclass this, jlong pathAddress, jobject attrs) argument
847 Java_sun_nio_fs_UnixNativeDispatcher_pathconf0(JNIEnv* env, jclass this, jlong pathAddress, jint name) argument
861 Java_sun_nio_fs_UnixNativeDispatcher_fpathconf(JNIEnv* env, jclass this, jint fd, jint name) argument
874 Java_sun_nio_fs_UnixNativeDispatcher_mknod0(JNIEnv* env, jclass this, jlong pathAddress, jint mode, jlong dev) argument
887 Java_sun_nio_fs_UnixNativeDispatcher_getpwuid(JNIEnv* env, jclass this, jint uid) argument
932 Java_sun_nio_fs_UnixNativeDispatcher_getgrgid(JNIEnv* env, jclass this, jint gid) argument
989 Java_sun_nio_fs_UnixNativeDispatcher_getpwnam0(JNIEnv* env, jclass this, jlong nameAddress) argument
1030 Java_sun_nio_fs_UnixNativeDispatcher_getgrnam0(JNIEnv* env, jclass this, jlong nameAddress) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A DGDIHashtable.h7 * 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 * <code>nDestroyPeriod<code> calls. So during this time
116 * <code>flushAll</code> flushes all GDIHashtables from this list.
149 * by calls to GetFreeSystemResources. Currently this
165 manager.add(this);
169 manager.remove(this);
/openjdk7/jdk/src/share/native/java/io/
H A DObjectStreamClass.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,
41 Java_java_io_ObjectStreamClass_initNative(JNIEnv *env, jclass this) argument
59 Java_java_io_ObjectStreamClass_hasStaticInitializer(JNIEnv *env, jclass this, argument
78 * Empirically, this step appears to be unnecessary in 1.4; however, the
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DClassDefinitionTables.h6 * 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,
53 LETableReference base((const le_uint8*)this);
59 LETableReference base((const le_uint8*)this);
/openjdk7/jdk/src/windows/native/java/io/
H A DWin32FileSystem_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_Win32FileSystem_canonicalize0(JNIEnv *env, jobject this, argument
92 Java_java_io_Win32FileSystem_canonicalizeWithPrefix0(JNIEnv *env, jobject this, argument
150 Java_java_io_Win32FileSystem_getBooleanAttributes(JNIEnv *env, jobject this, argument
172 Java_java_io_Win32FileSystem_checkAccess(JNIEnv *env, jobject this, argument
196 Java_java_io_Win32FileSystem_setPermission(JNIEnv *env, jobject this, argument
223 Java_java_io_Win32FileSystem_getLastModifiedTime(JNIEnv *env, jobject this, argument
245 Java_java_io_Win32FileSystem_getLength(JNIEnv *env, jobject this, jobject file) argument
317 Java_java_io_Win32FileSystem_delete0(JNIEnv *env, jobject this, jobject file) argument
334 Java_java_io_Win32FileSystem_list(JNIEnv *env, jobject this, jobject file) argument
387 Java_java_io_Win32FileSystem_createDirectory(JNIEnv *env, jobject this, jobject file) argument
402 Java_java_io_Win32FileSystem_rename0(JNIEnv *env, jobject this, jobject from, jobject to) argument
419 Java_java_io_Win32FileSystem_setLastModifiedTime(JNIEnv *env, jobject this, jobject file, jlong time) argument
446 Java_java_io_Win32FileSystem_setReadOnly(JNIEnv *env, jobject this, jobject file) argument
485 Java_java_io_Win32FileSystem_getSpace0(JNIEnv *env, jobject this, jobject file, jint t) argument
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinflate.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,
221 fixed code decoding. Normally this returns fixed tables from inffixed.h.
222 If BUILDFIXED is defined, then instead this routine builds the tables the
260 /* do this just once */
279 can simply call makefixed to do this:
303 puts(" /* WARNING: this file should *not* be used by applications.");
304 puts(" It is part of the implementation of this librar
591 code this; /* current decoding table entry */ local
[all...]

Completed in 74 milliseconds

12345678