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

123456

/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/failures/common/receiver/
H A DWrongType.java41 void good1(@A WrongType this) {} argument
43 void good2(@A WrongType this) { argument
48 void bad1(@A Object this) {} argument
50 void bad2(@A Object this) { argument
55 wow(@ XYZ this) argument
60 good1(@ Inner this) argument
61 good2(@ WrongType.Inner this) argument
63 outerOnly(@ WrongType this) argument
64 wrongInner(@ Object this) argument
65 badOuter(@ Outer.Inner this) argument
66 badInner(@ WrongType.XY this) argument
70 m(Generics<Y> this) argument
[all...]
H A DStaticThings.java33 static void test1(Test this) {} argument
36 static Object test2(Test this) { return null; } argument
40 void test3a(Nested1 this) {} argument
42 void test3b(Test.Nested1 this) {} argument
48 void test4a(Nested2 this) {} argument
50 void test4b(Test.Nested2 this) {} argument
52 static void test4c(Nested2 this) {} argument
54 test4d(Test.Nested2 this) argument
[all...]
/openjdk10/jdk/src/java.base/unix/native/libnet/
H A DSocketInputStream.c91 Java_java_net_SocketInputStream_socketRead0(JNIEnv *env, jobject this, argument
H A DSocketOutputStream.c57 Java_java_net_SocketOutputStream_socketWrite0(JNIEnv *env, jobject this, argument
/openjdk10/jdk/src/java.base/share/native/libjava/
H A DObjectOutputStream.c43 Java_java_io_ObjectOutputStream_floatsToBytes(JNIEnv *env, jclass this, jfloatArray src, jint srcpos, jbyteArray dst, jint dstpos, jint nfloats) argument
115 Java_java_io_ObjectOutputStream_doublesToBytes(JNIEnv *env, jclass this, jdoubleArray src, jint srcpos, jbyteArray dst, jint dstpos, jint ndoubles) argument
H A DFileInputStream.c60 Java_java_io_FileInputStream_open0(JNIEnv *env, jobject this, jstring path) { argument
65 Java_java_io_FileInputStream_read0(JNIEnv *env, jobject this) { argument
70 Java_java_io_FileInputStream_readBytes(JNIEnv *env, jobject this, argument
76 Java_java_io_FileInputStream_skip0(JNIEnv *env, jobject this, jlong toSkip) argument
93 Java_java_io_FileInputStream_available0(JNIEnv *env, jobject this) argument
[all...]
H A DRandomAccessFile.c71 Java_java_io_RandomAccessFile_read0(JNIEnv *env, jobject this) { argument
50 Java_java_io_RandomAccessFile_open0(JNIEnv *env, jobject this, jstring path, jint mode) argument
76 Java_java_io_RandomAccessFile_readBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off, jint len) argument
82 Java_java_io_RandomAccessFile_write0(JNIEnv *env, jobject this, jint byte) argument
87 Java_java_io_RandomAccessFile_writeBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off, jint len) argument
93 Java_java_io_RandomAccessFile_getFilePointer(JNIEnv *env, jobject this) argument
109 Java_java_io_RandomAccessFile_length(JNIEnv *env, jobject this) argument
126 Java_java_io_RandomAccessFile_seek0(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.c39 readSingle(JNIEnv *env, jobject this, jfieldID fid) { argument
74 readBytes(JNIEnv *env, jobject this, jbyteArray bytes, argument
126 writeSingle(JNIEnv *env, jobject this, jint byte, jboolean append, jfieldID fid) { argument
146 writeBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off, jint len, jboolean append, jfieldID fid) argument
[all...]
/openjdk10/jdk/src/java.base/unix/native/libnio/ch/
H A DServerSocketChannelImpl.c77 Java_sun_nio_ch_ServerSocketChannelImpl_accept0(JNIEnv *env, jobject this, argument
H A DPollArrayWrapper.c72 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
/openjdk10/jdk/src/java.base/windows/native/libnet/
H A DSocketOutputStream.c52 Java_java_net_SocketOutputStream_socketWrite0(JNIEnv *env, jobject this, argument
H A DSocketInputStream.c52 Java_java_net_SocketInputStream_socketRead0(JNIEnv *env, jobject this, argument
/openjdk10/jdk/src/java.base/windows/native/libnio/ch/
H A DSocketChannelImpl.c57 Java_sun_nio_ch_SocketChannelImpl_checkConnect(JNIEnv *env, jobject this, argument
144 Java_sun_nio_ch_SocketChannelImpl_sendOutOfBandData(JNIEnv* env, jclass this, argument
H A DWindowsAsynchronousServerSocketChannelImpl.c65 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
H A DIocp.c44 Java_sun_nio_ch_Iocp_initIDs(JNIEnv* env, jclass this) argument
61 Java_sun_nio_ch_Iocp_createIoCompletionPort(JNIEnv* env, jclass this, argument
76 Java_sun_nio_ch_Iocp_close0(JNIEnv* env, jclass this, argument
85 Java_sun_nio_ch_Iocp_getQueuedCompletionStatus(JNIEnv* env, jclass this, argument
114 Java_sun_nio_ch_Iocp_postQueuedCompletionStatus(JNIEnv* env, jclass this, argument
129 Java_sun_nio_ch_Iocp_getErrorMessage(JNIEnv* env, jclass this, jin argument
[all...]
H A DServerSocketChannelImpl.c85 Java_sun_nio_ch_ServerSocketChannelImpl_accept0(JNIEnv *env, jobject this, argument
H A DWindowsAsynchronousFileChannelImpl.c38 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 DDatagramChannelImpl.c115 Java_sun_nio_ch_DatagramChannelImpl_disconnect0(JNIEnv *env, jobject this, argument
138 Java_sun_nio_ch_DatagramChannelImpl_receive0(JNIEnv *env, jobject this, argument
213 Java_sun_nio_ch_DatagramChannelImpl_send0(JNIEnv *env, jobject this, jboolean preferIPv6, jobject fdo, jlong address, jint len, jobject destAddress, jint destPort) argument
[all...]
/openjdk10/jdk/src/java.base/macosx/native/libnio/ch/
H A DKQueue.c40 Java_sun_nio_ch_KQueue_keventSize(JNIEnv* env, jclass this) argument
46 Java_sun_nio_ch_KQueue_identOffset(JNIEnv* env, jclass this) argument
52 Java_sun_nio_ch_KQueue_filterOffset(JNIEnv* env, jclass this) argument
58 Java_sun_nio_ch_KQueue_flagsOffset(JNIEnv* env, jclass this) argument
H A DKQueueArrayWrapper.c98 Java_sun_nio_ch_KQueueArrayWrapper_init(JNIEnv *env, jobject this) argument
109 Java_sun_nio_ch_KQueueArrayWrapper_register0(JNIEnv *env, jobject this, argument
127 Java_sun_nio_ch_KQueueArrayWrapper_kevent0(JNIEnv *env, jobject this, jint kq, argument
/openjdk10/jdk/test/java/lang/annotation/typeAnnotations/
H A DGetAnnotatedReceiverType.java35 public void method0(GetAnnotatedReceiverType this) {} argument
/openjdk10/hotspot/test/runtime/jni/CallWithJNIWeak/
H A DlibCallWithJNIWeak.c32 Java_CallWithJNIWeak_testJNIFieldAccessors(JNIEnv *env, jclass clazz, jobject this) { argument
105 Java_CallWithJNIWeak_runTests(JNIEnv *env, jclass clazz, jobject this) { argument
/openjdk10/jdk/src/java.base/aix/native/libnio/fs/
H A DAixNativeDispatcher.c60 Java_sun_nio_fs_AixNativeDispatcher_init(JNIEnv* env, jclass this) argument
86 Java_sun_nio_fs_AixNativeDispatcher_getmntctl(JNIEnv* env, jclass this) argument
/openjdk10/jdk/src/java.base/linux/native/libnio/ch/
H A DEPollArrayWrapper.c75 Java_sun_nio_ch_EPollArrayWrapper_init(JNIEnv *env, jclass this) argument
80 Java_sun_nio_ch_EPollArrayWrapper_epollCreate(JNIEnv *env, jobject this) argument
94 Java_sun_nio_ch_EPollArrayWrapper_sizeofEPollEvent(JNIEnv* env, jclass this) argument
100 Java_sun_nio_ch_EPollArrayWrapper_offsetofData(JNIEnv* env, jclass this) argument
106 Java_sun_nio_ch_EPollArrayWrapper_epollCtl(JNIEnv *env, jobject this, jint epfd, argument
133 Java_sun_nio_ch_EPollArrayWrapper_epollWait(JNIEnv *env, jobject this, argument
153 Java_sun_nio_ch_EPollArrayWrapper_interrupt(JNIEnv *env, jobject this, jint fd) argument
[all...]
/openjdk10/jdk/src/java.base/solaris/native/libnio/fs/
H A DSolarisNativeDispatcher.c72 Java_sun_nio_fs_SolarisNativeDispatcher_facl(JNIEnv* env, jclass this, jint fd, argument
86 Java_sun_nio_fs_SolarisNativeDispatcher_getextmntent(JNIEnv* env, jclass this, argument

Completed in 123 milliseconds

123456