Searched refs:this (Results 76 - 100 of 182) sorted by relevance

12345678

/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...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dmulti_font.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,
75 awtJNI_CreateAndSetGlobalRef(JNIEnv * env, jobject this) argument
79 gRef = (*env)->NewGlobalRef(env, this);
81 JNU_SetLongFieldFromPtr(env, this, mComponentPeerIDs.jniGlobalRef, gRef);
108 awtJNI_DeleteGlobalRef(JNIEnv * env, jobject this) argument
115 JNU_GetLongFieldAsPtr(env, this, mComponentPeerIDs.jniGlobalRef);
116 JNU_SetLongFieldFromPtr(env, this, mComponentPeerID
147 awtJNI_DeleteGlobalMenuRef(JNIEnv * env, jobject this) argument
260 awtJNI_GetFont(JNIEnv * env, jobject this) argument
278 awtJNI_GetFMFont(JNIEnv * env, jobject this) argument
285 awtJNI_IsMultiFont(JNIEnv * env, jobject this) argument
315 awtJNI_IsMultiFontMetrics(JNIEnv * env, jobject this) argument
[all...]
H A Dawt_Font.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,
518 /* We are going to create at most 4 outstanding local refs in this
603 * to be to find out whether this is the "base" font in a set,
605 * and must also pass this test.
755 (JNIEnv *env, jobject this, jcharArray data, jint offset, jint length, jobject font)
773 (JNIEnv *env, jobject this, jbyteArray str, jint off, jint len)
794 widths = (*env)->GetObjectField(env, this, x11FontMetricsID
754 Java_sun_awt_motif_X11FontMetrics_getMFCharsWidth(JNIEnv *env, jobject this, jcharArray data, jint offset, jint length, jobject font) argument
772 Java_sun_awt_motif_X11FontMetrics_bytesWidth(JNIEnv *env, jobject this, jbyteArray str, jint off, jint len) argument
827 Java_sun_awt_motif_X11FontMetrics_init(JNIEnv *env, jobject this) argument
[all...]
H A Dawt_GraphicsEnv.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 * data. This is in part because at this time, the X consortium has not
119 * finalized the "official" Xinerama API. Once this spec is available, and
215 /* Allocate white and black pixels for this visual */
586 * Determing if this top-level has been moved onto another Xinerama screen.
621 /* calc how much of window is on this screen */
631 /* completely on this scree
775 awt_init_Display(JNIEnv *env, jobject this) argument
873 Java_sun_awt_X11GraphicsEnvironment_getDefaultScreenNum( JNIEnv *env, jobject this) argument
917 Java_sun_awt_X11GraphicsEnvironment_initDisplay(JNIEnv *env, jobject this, jboolean glxReq) argument
953 Java_sun_awt_X11GraphicsEnvironment_getNumScreens(JNIEnv *env, jobject this) argument
968 Java_sun_awt_X11GraphicsDevice_getDisplay(JNIEnv *env, jobject this) argument
1074 Java_sun_awt_X11GraphicsEnvironment_checkShmExt(JNIEnv *env, jobject this) argument
1090 Java_sun_awt_X11GraphicsEnvironment_getDisplayString(JNIEnv *env, jobject this) argument
1107 Java_sun_awt_X11GraphicsDevice_getNumConfigs( JNIEnv *env, jobject this, jint screen) argument
1124 Java_sun_awt_X11GraphicsDevice_getConfigVisualId( JNIEnv *env, jobject this, jint index, jint screen) argument
1147 Java_sun_awt_X11GraphicsDevice_getConfigDepth( JNIEnv *env, jobject this, jint index, jint screen) argument
1170 Java_sun_awt_X11GraphicsDevice_getConfigColormap( JNIEnv *env, jobject this, jint index, jint screen) argument
1273 Java_sun_awt_X11GraphicsConfig_getXResolution( JNIEnv *env, jobject this, jint screen) argument
1290 Java_sun_awt_X11GraphicsConfig_getYResolution( JNIEnv *env, jobject this, jint screen) argument
1308 Java_sun_awt_X11GraphicsConfig_getNumColors( JNIEnv *env, jobject this) argument
1329 Java_sun_awt_X11GraphicsConfig_init( JNIEnv *env, jobject this, jint visualNum, jint screen) argument
1384 Java_sun_awt_X11GraphicsConfig_makeColorModel( JNIEnv *env, jobject this) argument
1427 Java_sun_awt_X11GraphicsConfig_pGetBounds(JNIEnv *env, jobject this, jint screen) argument
1471 Java_sun_awt_X11GraphicsConfig_createBackBuffer(JNIEnv *env, jobject this, jlong window, jint swapAction) argument
1496 Java_sun_awt_X11GraphicsConfig_destroyBackBuffer(JNIEnv *env, jobject this, jlong backBuffer) argument
1510 Java_sun_awt_X11GraphicsConfig_swapBuffers(JNIEnv *env, jobject this, jlong window, jint swapAction) argument
1535 Java_sun_awt_X11GraphicsConfig_isTranslucencyCapable(JNIEnv *env, jobject this, jlong configData) argument
1555 Java_sun_awt_X11GraphicsDevice_isDBESupported(JNIEnv *env, jobject this) argument
1577 Java_sun_awt_X11GraphicsDevice_getDoubleBufferVisuals(JNIEnv *env, jobject this, jint screen) argument
1621 Java_sun_awt_X11GraphicsEnvironment_pRunningXinerama(JNIEnv *env, jobject this) argument
1639 Java_sun_awt_X11GraphicsEnvironment_getXineramaCenterPoint(JNIEnv *env, jobject this) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
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 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 DMacOSXNativeDispatcher.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,
37 Java_sun_nio_fs_MacOSXNativeDispatcher_normalizepath(JNIEnv* env, jclass this, argument
H A DUnixCopyFile.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,
54 (JNIEnv* env, jclass this, jint dst, jint src, jlong cancelAddress)
53 Java_sun_nio_fs_UnixCopyFile_transfer(JNIEnv* env, jclass this, jint dst, jint src, jlong cancelAddress) argument
/openjdk7/jdk/src/windows/native/sun/nio/fs/
H A DRegistryFileTypeDetector.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,
36 Java_sun_nio_fs_RegistryFileTypeDetector_queryStringValue(JNIEnv* env, jclass this, argument
/openjdk7/jdk/test/com/sun/jdi/
H A DDeferredStepTest.sh15 # accompanied this code).
18 # 2 along with this work; if not, write to the Free Software Foundation,
38 # Run this script to see the bug. See comments at the end
90 To see this bug, do this
150 # You could replace this next line with the contents
151 # of ShellScaffold.sh and this script will run just the same.
158 If this works right, you should see StepEvents/Breakpoint events for lines
178 Kill the test and rerun it if this happens.
H A DRedefineStep.sh15 # accompanied this code).
18 # 2 along with this work; if not, write to the Free Software Foundation,
38 # Uncomment this to see the JDI trace
50 System.out.println("done"); // should not see this
94 # You could replace this next line with the contents
95 # of ShellScaffold.sh and this script will run just the same.
100 jdbFailIfPresent 'should not see this'
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLookups.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,
47 lfBaselineIsLogicalEnd = 0x0001, // The MS spec. calls this flag "RightToLeft" but this name is more accurate
97 LEReferenceTo<LookupSubtable> thisRef(base, success, this);
102 LEReferenceTo<LookupSubtable> thisRef(base, success, this);
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
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 DFileDispatcherImpl.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,
141 Java_sun_nio_ch_FileDispatcherImpl_force0(JNIEnv *env, jobject this, argument
156 Java_sun_nio_ch_FileDispatcherImpl_truncate0(JNIEnv *env, jobject this, argument
165 Java_sun_nio_ch_FileDispatcherImpl_size0(JNIEnv *env, jobject this, jobject fdo) argument
175 Java_sun_nio_ch_FileDispatcherImpl_lock0(JNIEnv *env, jobject this, jobject fdo, argument
213 Java_sun_nio_ch_FileDispatcherImpl_release0(JNIEnv *env, jobject this, argument
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/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/macosx/native/sun/nio/ch/
H A DKQueueArrayWrapper.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 Java_sun_nio_ch_KQueueArrayWrapper_init(JNIEnv *env, jobject this) argument
109 Java_sun_nio_ch_KQueueArrayWrapper_register0(JNIEnv *env, jobject this, argument
128 Java_sun_nio_ch_KQueueArrayWrapper_kevent0(JNIEnv *env, jobject this, jint kq, argument
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dcoding.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,
40 // For debugging purposes, some compilers do not like this and will complain.
59 assert(this->spec == 0);
60 this->spec = spec_;
158 coding_method* cm; // coding method that defines this stream
185 return this+1;
195 value_stream vs0; // initial state snapshot (vs.meta==this)
[all...]
/openjdk7/jdk/src/windows/native/sun/nio/ch/
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,
57 Java_sun_nio_ch_SocketChannelImpl_checkConnect(JNIEnv *env, jobject this, argument
111 * winsock to be scheduled and this is done via by yielding.
144 Java_sun_nio_ch_SocketChannelImpl_sendOutOfBandData(JNIEnv* env, jclass this, argument
H A DWindowsSelectorImpl.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,
53 Java_sun_nio_ch_WindowsSelectorImpl_00024SubSelector_poll0(JNIEnv *env, jobject this, argument
103 /* Bad error - this should not happen frequently */
187 Java_sun_nio_ch_WindowsSelectorImpl_setWakeupSocket0(JNIEnv *env, jclass this, argument
196 Java_sun_nio_ch_WindowsSelectorImpl_resetWakeupSocket0(JNIEnv *env, jclass this, argument
219 Java_sun_nio_ch_WindowsSelectorImpl_discardUrgentData(JNIEnv* env, jobject this, argument
/openjdk7/hotspot/agent/make/
H A Dstart-debug-server-windbg.bat14 REM accompanied this code).
17 REM 2 along with this work; if not, write to the Free Software Foundation,
H A Dstart-debug-server-windbg64.bat14 REM accompanied this code).
17 REM 2 along with this work; if not, write to the Free Software Foundation,
H A Dstart-rmiregistry.bat14 REM accompanied this code).
17 REM 2 along with this work; if not, write to the Free Software Foundation,
/openjdk7/hotspot/make/windows/
H A Dcreate.bat14 REM accompanied this code).
17 REM 2 along with this work; if not, write to the Free Software Foundation,
36 REM Note: Running this batch file from the Windows command shell requires
37 REM that "grep" be accessible on the PATH. An MKS install does this.
42 echo Make sure cl.exe is in your PATH before running this script.
48 echo Make sure grep.exe is in your PATH before running this script. Either cygwin or MKS should work.
73 REM Set HotSpotWorkSpace to the directy two steps above this script
210 echo space, since they may be overwritten whenever this script is run or
/openjdk7/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthSequence.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,
67 (JNIEnv *env, jobject this, jstring user, jstring domain, jstring password)
157 (JNIEnv *env, jobject this, jlong crdHandle, jbyteArray lastToken, jobject status)
177 pCtx = (CtxtHandle *) (*env)->GetLongField (env, this, ntlm_ctxHandleID);
180 (*env)->SetLongField (env, this, ntlm_ctxHandleID, (jlong)newContext);
66 Java_sun_net_www_protocol_http_ntlm_NTLMAuthSequence_getCredentialsHandle(JNIEnv *env, jobject this, jstring user, jstring domain, jstring password) argument
156 Java_sun_net_www_protocol_http_ntlm_NTLMAuthSequence_getNextToken(JNIEnv *env, jobject this, jlong crdHandle, jbyteArray lastToken, jobject status) argument

Completed in 417 milliseconds

12345678