Searched defs:this (Results 1 - 25 of 119) sorted by relevance

12345

/openjdk7/jdk/src/solaris/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,
46 Java_java_io_FileInputStream_close0(JNIEnv *env, jobject this) { argument
47 fileClose(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,
46 Java_java_io_RandomAccessFile_close0(JNIEnv *env, jobject this) { argument
47 fileClose(env, this, raf_fd);
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 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...]
/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 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,
65 Java_java_io_FileDescriptor_sync(JNIEnv *env, jobject this) { argument
66 FD fd = THIS_FD(this);
/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/lang/
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 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 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/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/langtools/test/tools/javac/diags/examples/
H A DErrSyntheticNameConflict.java13 * accompanied this code).
16 * 2 along with this work; if not, write to the Free Software Foundation,
29 ErrSyntheticNameConflict this$0 = null;
H A DWarnSyntheticNameConflict.java13 * accompanied this code).
16 * 2 along with this work; if not, write to the Free Software Foundation,
30 WarnSyntheticNameConflict this$0 = null;
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.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 jobject this, int fd)
39 Java_sun_nio_ch_UnixAsynchronousSocketChannelImpl_checkConnect(JNIEnv *env, jobject this, int fd) argument
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
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,
52 Java_sun_nio_ch_FileKey_init(JNIEnv *env, jobject this, jobject fdo) argument
61 (*env)->SetLongField(env, this, key_st_dev, (jlong)fbuf.st_dev);
62 (*env)->SetLongField(env, this, key_st_ino, (jlong)fbuf.st_ino);
/openjdk7/langtools/test/tools/javac/6521805/
H A DT6521805a.java14 T6521805a this$0 = null;
19 this$0 = new T6521805a();
H A DT6521805b.java13 * accompanied this code).
16 * 2 along with this work; if not, write to the Free Software Foundation,
36 String this$0 = null;
41 this$0 = "Hello!";
H A DT6521805c.java13 * accompanied this code).
16 * 2 along with this work; if not, write to the Free Software Foundation,
36 T6521805c this$0() { return null;}
41 this$0();
H A DT6521805d.java18 T6521805 this$0 = null;
21 this$0 = new T6521805();
/openjdk7/langtools/test/tools/javac/6521805/p/
H A DSub.java8 Outer this$0 = null;
11 this$0 = new Outer();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js13 * accompanied this code).
16 * 2 along with this work; if not, write to the Free Software Foundation,
81 // this "main" function is called immediately
82 // after loading this script file
111 return elem.apply(this, tmp);
152 if (! this.__has__(name)) {
204 this[prop] = globals[prop];
224 this.printDis = function(addr, len) {
233 this.jclass = function(name) {
247 this
[all...]
/openjdk7/jdk/src/solaris/native/java/net/
H A DSocketInputStream.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,
61 Java_java_net_SocketInputStream_socketRead0(JNIEnv *env, jobject this, argument
70 /* should't this be a NullPointerException? -br */
76 /* Bug 4086704 - If the Socket associated with this file descriptor

Completed in 108 milliseconds

12345