Home
last modified time | relevance | path

Searched defs:fdObj (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DUtil.java44 private static int fdVal(FileDescriptor fdObj) throws Exception { in fdVal()
54 Object fdObj = get("sun.nio.ch.SocketChannelImpl", "fd", sc); in getFD() local
67 Object fdObj = get("sun.nio.ch.ServerSocketChannelImpl", "fd", ssc); in getFD() local
80 Object fdObj = get("sun.nio.ch.DatagramChannelImpl", "fd", dc); in getFD() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DUtil.java44 private static int fdVal(FileDescriptor fdObj) throws Exception { in fdVal()
54 Object fdObj = get("sun.nio.ch.SocketChannelImpl", "fd", sc); in getFD() local
67 Object fdObj = get("sun.nio.ch.ServerSocketChannelImpl", "fd", ssc); in getFD() local
80 Object fdObj = get("sun.nio.ch.DatagramChannelImpl", "fd", dc); in getFD() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DUtil.java44 private static int fdVal(FileDescriptor fdObj) throws Exception { in fdVal()
54 Object fdObj = get("sun.nio.ch.SocketChannelImpl", "fd", sc); in getFD() local
67 Object fdObj = get("sun.nio.ch.ServerSocketChannelImpl", "fd", ssc); in getFD() local
80 Object fdObj = get("sun.nio.ch.DatagramChannelImpl", "fd", dc); in getFD() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DUtil.java44 private static int fdVal(FileDescriptor fdObj) throws Exception { in fdVal()
54 Object fdObj = get("sun.nio.ch.SocketChannelImpl", "fd", sc); in getFD() local
67 Object fdObj = get("sun.nio.ch.ServerSocketChannelImpl", "fd", ssc); in getFD() local
80 Object fdObj = get("sun.nio.ch.DatagramChannelImpl", "fd", dc); in getFD() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DUtil.java44 private static int fdVal(FileDescriptor fdObj) throws Exception { in fdVal()
54 Object fdObj = get("sun.nio.ch.SocketChannelImpl", "fd", sc); in getFD() local
67 Object fdObj = get("sun.nio.ch.ServerSocketChannelImpl", "fd", ssc); in getFD() local
80 Object fdObj = get("sun.nio.ch.DatagramChannelImpl", "fd", dc); in getFD() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DUtil.java44 private static int fdVal(FileDescriptor fdObj) throws Exception { in fdVal()
54 Object fdObj = get("sun.nio.ch.SocketChannelImpl", "fd", sc); in getFD() local
67 Object fdObj = get("sun.nio.ch.ServerSocketChannelImpl", "fd", ssc); in getFD() local
80 Object fdObj = get("sun.nio.ch.DatagramChannelImpl", "fd", dc); in getFD() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DUtil.java44 private static int fdVal(FileDescriptor fdObj) throws Exception { in fdVal()
54 Object fdObj = get("sun.nio.ch.SocketChannelImpl", "fd", sc); in getFD() local
67 Object fdObj = get("sun.nio.ch.ServerSocketChannelImpl", "fd", ssc); in getFD() local
80 Object fdObj = get("sun.nio.ch.DatagramChannelImpl", "fd", dc); in getFD() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DUtil.java44 private static int fdVal(FileDescriptor fdObj) throws Exception { in fdVal()
54 Object fdObj = get("sun.nio.ch.SocketChannelImpl", "fd", sc); in getFD() local
67 Object fdObj = get("sun.nio.ch.ServerSocketChannelImpl", "fd", ssc); in getFD() local
80 Object fdObj = get("sun.nio.ch.DatagramChannelImpl", "fd", dc); in getFD() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/classes/sun/net/
H A DNetHooks.java54 public abstract void implBeforeTcpBind(FileDescriptor fdObj, in implBeforeTcpBind()
62 public abstract void implBeforeTcpConnect(FileDescriptor fdObj, in implBeforeTcpConnect()
78 public static void beforeTcpBind(FileDescriptor fdObj, in beforeTcpBind()
89 public static void beforeTcpConnect(FileDescriptor fdObj, in beforeTcpConnect()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/unix/classes/sun/net/
H A DNetHooks.java54 public abstract void implBeforeTcpBind(FileDescriptor fdObj, in implBeforeTcpBind()
62 public abstract void implBeforeTcpConnect(FileDescriptor fdObj, in implBeforeTcpConnect()
78 public static void beforeTcpBind(FileDescriptor fdObj, in beforeTcpBind()
89 public static void beforeTcpConnect(FileDescriptor fdObj, in beforeTcpConnect()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/classes/sun/net/
H A DNetHooks.java54 public abstract void implBeforeTcpBind(FileDescriptor fdObj, in implBeforeTcpBind()
62 public abstract void implBeforeTcpConnect(FileDescriptor fdObj, in implBeforeTcpConnect()
78 public static void beforeTcpBind(FileDescriptor fdObj, in beforeTcpBind()
89 public static void beforeTcpConnect(FileDescriptor fdObj, in beforeTcpConnect()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/net/
H A DNetHooks.java57 public abstract void implBeforeTcpBind(FileDescriptor fdObj, in implBeforeTcpBind()
65 public abstract void implBeforeTcpConnect(FileDescriptor fdObj, in implBeforeTcpConnect()
81 public static void beforeTcpBind(FileDescriptor fdObj, in beforeTcpBind()
92 public static void beforeTcpConnect(FileDescriptor fdObj, in beforeTcpConnect()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/unix/classes/sun/net/
H A DNetHooks.java54 public abstract void implBeforeTcpBind(FileDescriptor fdObj, in implBeforeTcpBind()
62 public abstract void implBeforeTcpConnect(FileDescriptor fdObj, in implBeforeTcpConnect()
78 public static void beforeTcpBind(FileDescriptor fdObj, in beforeTcpBind()
89 public static void beforeTcpConnect(FileDescriptor fdObj, in beforeTcpConnect()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/unix/classes/sun/net/
H A DNetHooks.java54 public abstract void implBeforeTcpBind(FileDescriptor fdObj, in implBeforeTcpBind()
62 public abstract void implBeforeTcpConnect(FileDescriptor fdObj, in implBeforeTcpConnect()
78 public static void beforeTcpBind(FileDescriptor fdObj, in beforeTcpBind()
89 public static void beforeTcpConnect(FileDescriptor fdObj, in beforeTcpConnect()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/unix/classes/sun/net/
H A DNetHooks.java54 public abstract void implBeforeTcpBind(FileDescriptor fdObj, in implBeforeTcpBind()
62 public abstract void implBeforeTcpConnect(FileDescriptor fdObj, in implBeforeTcpConnect()
78 public static void beforeTcpBind(FileDescriptor fdObj, in beforeTcpBind()
89 public static void beforeTcpConnect(FileDescriptor fdObj, in beforeTcpConnect()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/unix/classes/sun/net/
H A DNetHooks.java54 public abstract void implBeforeTcpBind(FileDescriptor fdObj, in implBeforeTcpBind()
62 public abstract void implBeforeTcpConnect(FileDescriptor fdObj, in implBeforeTcpConnect()
78 public static void beforeTcpBind(FileDescriptor fdObj, in beforeTcpBind()
89 public static void beforeTcpConnect(FileDescriptor fdObj, in beforeTcpConnect()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/unix/classes/sun/net/
H A DNetHooks.java54 public abstract void implBeforeTcpBind(FileDescriptor fdObj, in implBeforeTcpBind()
62 public abstract void implBeforeTcpConnect(FileDescriptor fdObj, in implBeforeTcpConnect()
78 public static void beforeTcpBind(FileDescriptor fdObj, in beforeTcpBind()
89 public static void beforeTcpConnect(FileDescriptor fdObj, in beforeTcpConnect()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/net/
H A DNetHooks.java57 public abstract void implBeforeTcpBind(FileDescriptor fdObj, in implBeforeTcpBind()
65 public abstract void implBeforeTcpConnect(FileDescriptor fdObj, in implBeforeTcpConnect()
81 public static void beforeTcpBind(FileDescriptor fdObj, in beforeTcpBind()
92 public static void beforeTcpConnect(FileDescriptor fdObj, in beforeTcpConnect()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DUtil.java47 private static int fdVal(FileDescriptor fdObj) throws Exception { in fdVal()
57 Object fdObj = get("sun.nio.ch.SocketChannelImpl", "fd", sc); in getFD() local
70 Object fdObj = get("sun.nio.ch.ServerSocketChannelImpl", "fd", ssc); in getFD() local
83 Object fdObj = get("sun.nio.ch.DatagramChannelImpl", "fd", dc); in getFD() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DUtil.java47 private static int fdVal(FileDescriptor fdObj) throws Exception { in fdVal()
57 Object fdObj = get("sun.nio.ch.SocketChannelImpl", "fd", sc); in getFD() local
70 Object fdObj = get("sun.nio.ch.ServerSocketChannelImpl", "fd", ssc); in getFD() local
83 Object fdObj = get("sun.nio.ch.DatagramChannelImpl", "fd", dc); in getFD() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/java/net/
H A DTwoStacksPlainSocketImpl.c68 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in getFD() local
77 jobject fdObj = (*env)->GetObjectField(env, this, psi_fd1ID); in getFD1() local
134 jobject fdObj, fd1Obj; in Java_java_net_TwoStacksPlainSocketImpl_socketCreate() local
204 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_TwoStacksPlainSocketImpl_socketConnect() local
402 jobject fdObj, fd1Obj; in Java_java_net_TwoStacksPlainSocketImpl_socketBind() local
520 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_TwoStacksPlainSocketImpl_socketListen() local
586 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_TwoStacksPlainSocketImpl_socketAccept() local
787 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_TwoStacksPlainSocketImpl_socketAvailable() local
813 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_TwoStacksPlainSocketImpl_socketClose0() local
1134 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_TwoStacksPlainSocketImpl_socketShutdown() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/java/net/
H A DTwoStacksPlainSocketImpl.c68 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in getFD() local
77 jobject fdObj = (*env)->GetObjectField(env, this, psi_fd1ID); in getFD1() local
134 jobject fdObj, fd1Obj; in Java_java_net_TwoStacksPlainSocketImpl_socketCreate() local
204 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_TwoStacksPlainSocketImpl_socketConnect() local
402 jobject fdObj, fd1Obj; in Java_java_net_TwoStacksPlainSocketImpl_socketBind() local
520 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_TwoStacksPlainSocketImpl_socketListen() local
586 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_TwoStacksPlainSocketImpl_socketAccept() local
787 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_TwoStacksPlainSocketImpl_socketAvailable() local
813 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_TwoStacksPlainSocketImpl_socketClose0() local
1134 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_TwoStacksPlainSocketImpl_socketShutdown() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/native/libnet/
H A DPlainSocketImpl.c101 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in getFD() local
163 jobject fdObj, ssObj; in Java_java_net_PlainSocketImpl_socketCreate() local
238 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketConnect() local
494 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketBind() local
562 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketListen() local
601 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketAccept() local
747 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketAvailable() local
778 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketClose0() local
808 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketShutdown() local
1022 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketSendUrgentData() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/unix/native/libnet/
H A DPlainSocketImpl.c98 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in getFD() local
157 jobject fdObj, ssObj; in Java_java_net_PlainSocketImpl_socketCreate() local
233 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketConnect() local
488 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketBind() local
555 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketListen() local
594 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketAccept() local
739 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketAvailable() local
769 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketClose0() local
799 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketShutdown() local
1013 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketSendUrgentData() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/native/libnet/
H A DPlainSocketImpl.c101 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in getFD() local
163 jobject fdObj, ssObj; in Java_java_net_PlainSocketImpl_socketCreate() local
238 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketConnect() local
494 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketBind() local
562 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketListen() local
601 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketAccept() local
747 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketAvailable() local
778 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketClose0() local
808 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketShutdown() local
1022 jobject fdObj = (*env)->GetObjectField(env, this, psi_fdID); in Java_java_net_PlainSocketImpl_socketSendUrgentData() local

12345678910