Searched refs:this (Results 1 - 25 of 182) sorted by relevance

12345678

/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djhelper.d13 * accompanied this code).
16 * 2 along with this work; if not, write to the Free Software Foundation,
31 #define MARK_LINE this->line = __LINE__
73 this->done = 0;
79 * this initialization can be removed.
82 this->error = (char *) NULL;
83 this->result = (char *) NULL;
84 this->methodOop = 0;
85 this->codecache = 0;
86 this
[all...]
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djhelper.d13 * accompanied this code).
16 * 2 along with this work; if not, write to the Free Software Foundation,
31 #define MARK_LINE this->line = __LINE__
73 this->done = 0;
79 * this initialization can be removed.
82 this->error = (char *) NULL;
83 this->result = (char *) NULL;
84 this->methodOop = 0;
85 this->codecache = 0;
86 this
[all...]
/openjdk7/jdk/src/windows/native/java/io/
H A DFileInputStream_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,
42 Java_java_io_FileInputStream_close0(JNIEnv *env, jobject this) { argument
43 handleClose(env, this, fis_fd);
H A DRandomAccessFile_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,
42 Java_java_io_RandomAccessFile_close0(JNIEnv *env, jobject this) { argument
43 handleClose(env, this, raf_fd);
H A DFileOutputStream_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,
57 Java_java_io_FileOutputStream_open(JNIEnv *env, jobject this, argument
59 fileOpen(env, this, path, fos_fd,
64 Java_java_io_FileOutputStream_write(JNIEnv *env, jobject this, jint byte, jboolean append) { argument
65 writeSingle(env, this, byte, append, fos_fd);
70 jobject this, jbyteArray bytes, jint off, jint len, jboolean append)
72 writeBytes(env, this, byte
69 Java_java_io_FileOutputStream_writeBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off, jint len, jboolean append) argument
76 Java_java_io_FileOutputStream_close0(JNIEnv *env, jobject this) argument
[all...]
/openjdk7/jdk/src/share/native/java/lang/
H A DString.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,
30 Java_java_lang_String_intern(JNIEnv *env, jobject this) argument
32 return JVM_InternString(env, this);
H A DResourceBundle.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,
32 Java_java_util_ResourceBundle_getClassContext(JNIEnv *env, jobject this) argument
H A DSecurityManager.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 check(JNIEnv *env, jobject this) argument
55 initialized = (*env)->GetBooleanField(env, this, initField);
71 Java_java_lang_SecurityManager_getClassContext(JNIEnv *env, jobject this) argument
73 if (!check(env, this)) {
81 Java_java_lang_SecurityManager_currentLoadedClass0(JNIEnv *env, jobject this) argument
84 if (!check(env, this)) {
92 Java_java_lang_SecurityManager_currentClassLoader0(JNIEnv *env, jobject this) argument
103 Java_java_lang_SecurityManager_classDepth(JNIEnv *env, jobject this, jstring name) argument
120 Java_java_lang_SecurityManager_classLoaderDepth0(JNIEnv *env, jobject this) argument
[all...]
H A DRuntime.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,
27 * Link foreign methods. This first half of this file contains the
30 * the implementation of this shared dynamic linking
33 * NOTE - source in this file is POSIX.1 compliant, host
45 Java_java_lang_Runtime_freeMemory(JNIEnv *env, jobject this) argument
51 Java_java_lang_Runtime_totalMemory(JNIEnv *env, jobject this) argument
57 Java_java_lang_Runtime_maxMemory(JNIEnv *env, jobject this) argument
63 Java_java_lang_Runtime_gc(JNIEnv *env, jobject this) argument
69 Java_java_lang_Runtime_traceInstructions(JNIEnv *env, jobject this, jboolean on) argument
75 Java_java_lang_Runtime_traceMethodCalls(JNIEnv *env, jobject this, jboolean on) argument
81 Java_java_lang_Runtime_runFinalization0(JNIEnv *env, jobject this) argument
94 Java_java_lang_Runtime_availableProcessors(JNIEnv *env, jobject this) argument
[all...]
H A DObject.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_java_lang_Object_getClass(JNIEnv *env, jobject this) argument
60 if (this == NULL) {
64 return (*env)->GetObjectClass(env, this);
/openjdk7/jdk/src/solaris/native/java/io/
H A Dio_util_md.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,
36 * macros rely on having an appropriately defined 'this' object
42 #define SET_FD(this, fd, fid) \
43 if ((*env)->GetObjectField(env, (this), (fid)) != NULL) \
44 (*env)->SetIntField(env, (*env)->GetObjectField(env, (this), (fid)),IO_fd_fdID, (fd))
46 #define GET_FD(this, fid) \
47 (*env)->GetObjectField(env, (this), (fi
[all...]
H A DFileDescriptor_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,
53 Java_java_io_FileDescriptor_sync(JNIEnv *env, jobject this) { argument
54 int fd = (*env)->GetIntField(env, this, IO_fd_fdID);
H A DFileInputStream_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,
46 Java_java_io_FileInputStream_close0(JNIEnv *env, jobject this) { argument
47 fileClose(env, this, fis_fd);
H A DFileOutputStream_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,
56 Java_java_io_FileOutputStream_open(JNIEnv *env, jobject this, argument
58 fileOpen(env, this, path, fos_fd,
63 Java_java_io_FileOutputStream_write(JNIEnv *env, jobject this, jint byte, jboolean append) { argument
64 writeSingle(env, this, byte, append, fos_fd);
69 jobject this, jbyteArray bytes, jint off, jint len, jboolean append) {
70 writeBytes(env, this, byte
68 Java_java_io_FileOutputStream_writeBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off, jint len, jboolean append) argument
74 Java_java_io_FileOutputStream_close0(JNIEnv *env, jobject this) argument
[all...]
H A DRandomAccessFile_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,
46 Java_java_io_RandomAccessFile_close0(JNIEnv *env, jobject this) { argument
47 fileClose(env, this, raf_fd);
/openjdk7/jdk/src/windows/native/java/net/
H A DInetAddressImplFactory.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 Java_java_net_InetAddressImplFactory_isIPv6Supported(JNIEnv *env, jobject this) argument
/openjdk7/jdk/src/share/native/java/io/
H A DFileInputStream.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,
60 Java_java_io_FileInputStream_open(JNIEnv *env, jobject this, jstring path) { argument
61 fileOpen(env, this, path, fis_fd, O_RDONLY);
65 Java_java_io_FileInputStream_read0(JNIEnv *env, jobject this) { argument
66 return readSingle(env, this, fis_fd);
70 Java_java_io_FileInputStream_readBytes(JNIEnv *env, jobject this, argument
72 return readBytes(env, this, byte
76 Java_java_io_FileInputStream_skip(JNIEnv *env, jobject this, jlong toSkip) argument
93 Java_java_io_FileInputStream_available(JNIEnv *env, jobject this) argument
[all...]
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...]
/openjdk7/jdk/test/com/sun/jdi/
H A DArrayLengthDumpTest.sh15 # accompanied this code).
18 # 2 along with this work; if not, write to the Free Software Foundation,
58 k = this.s.length;
59 System.out.println(" this.s.length is: " + k);
60 k = this.t.length;
61 System.out.println(" this.t.length is: " + k);
62 k = this.t[1].length;
63 System.out.println("this.t[1].length is: " + k);
82 cmd dump this
83 cmd dump this
[all...]
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSctpServerChannelImpl.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,
32 jobject this, jobject ssfdo, jobject newfdo, jobjectArray isaa);
50 (JNIEnv* env, jobject this, jobject ssfdo, jobject newfdo, jobjectArray isaa) {
51 return Java_sun_nio_ch_ServerSocketChannelImpl_accept0(env, this,
49 Java_sun_nio_ch_SctpServerChannelImpl_accept0(JNIEnv* env, jobject this, jobject ssfdo, jobject newfdo, jobjectArray isaa) argument
H A DUnixAsynchronousServerSocketChannelImpl.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,
32 jobject this, jobject ssfdo, jobject newfdo, jobjectArray isaa);
43 jobject this, jobject ssfdo, jobject newfdo, jobjectArray isaa)
45 return Java_sun_nio_ch_ServerSocketChannelImpl_accept0(env, this,
42 Java_sun_nio_ch_UnixAsynchronousServerSocketChannelImpl_accept0(JNIEnv* env, jobject this, jobject ssfdo, jobject newfdo, jobjectArray isaa) argument
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DFileKey.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,
48 Java_sun_nio_ch_FileKey_init(JNIEnv *env, jobject this, jobject fdo) argument
56 (*env)->SetLongField(env, this, key_volumeSN, fileInfo.dwVolumeSerialNumber);
57 (*env)->SetLongField(env, this, key_indexHigh, fileInfo.nFileIndexHigh);
58 (*env)->SetLongField(env, this, key_indexLow, fileInfo.nFileIndexLow);
/openjdk7/jdk/src/share/native/java/sql/
H A DDriverManager.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,
33 Java_java_sql_DriverManager_getCallerClassLoader(JNIEnv *env, jobject this) argument
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
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...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dmulti_font.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,
32 jobject awtJNI_GetFont(JNIEnv *env,jobject this);
33 jboolean awtJNI_IsMultiFont(JNIEnv *env,jobject this);
34 jboolean awtJNI_IsMultiFontMetrics(JNIEnv *env,jobject this);

Completed in 57 milliseconds

12345678