Searched defs:fd (Results 1 - 25 of 273) sorted by relevance

1234567891011

/openjdk10/hotspot/src/share/vm/utilities/
H A DerrorReporter.cpp30 void ErrorReporter::call(FILE* fd, char* buffer, int length) { argument
/openjdk10/jdk/test/java/awt/FileDialog/FilenameFilterTest/
H A DFilenameFilterTest.java50 FileDialog fd; field in class:FilenameFilterTest
/openjdk10/jdk/src/java.base/unix/native/libnio/ch/
H A DUnixAsynchronousSocketChannelImpl.c39 Java_sun_nio_ch_UnixAsynchronousSocketChannelImpl_checkConnect(JNIEnv *env, jobject this, int fd) argument
H A DSocketChannelImpl.c55 jint fd = fdval(env, fdo); local
H A DDatagramDispatcher.c46 jint fd = fdval(env, fdo); local
61 jint fd = fdval(env, fdo); local
86 jint fd = fdval(env, fdo); local
100 jint fd = fdval(env, fdo); local
/openjdk10/jdk/src/java.base/share/classes/java/io/
H A DFileWriter.java115 public FileWriter(FileDescriptor fd) { argument
H A DFileReader.java81 public FileReader(FileDescriptor fd) { argument
/openjdk10/jdk/test/java/awt/FileDialog/ISCthrownByFileListTest/
H A DISCthrownByFileListTest.java45 private static FileDialog fd = null; field in class:ISCthrownByFileListTest
/openjdk10/jdk/test/java/awt/FileDialog/FileDialogForPackages/
H A DFileDialogForPackages.java40 private volatile FileDialog fd; field in class:FileDialogForPackages
/openjdk10/jdk/test/java/awt/FileDialog/FileDialogForDirectories/
H A DFileDialogForDirectories.java38 private volatile FileDialog fd; field in class:FileDialogForDirectories
/openjdk10/jdk/test/java/awt/FileDialog/DeleteInsideFileDialog/
H A DDeleteInsideFileDialogTest.java44 private static FileDialog fd; field in class:DeleteInsideFileDialogTest
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DSecrets.java48 public static SocketChannel newSocketChannel(FileDescriptor fd) { argument
56 public static ServerSocketChannel newServerSocketChannel(FileDescriptor fd) { argument
/openjdk10/jdk/src/java.base/windows/native/libjava/
H A DFileDescriptor_md.c60 Java_java_io_FileDescriptor_set(JNIEnv *env, jclass fdClass, jint fd) { argument
70 FD fd = THIS_FD(this); local
/openjdk10/jdk/src/java.base/unix/native/libjava/
H A DFileDescriptor_md.c62 FD fd = THIS_FD(this); local
69 Java_java_io_FileDescriptor_getAppend(JNIEnv *env, jclass fdClass, jint fd) { argument
/openjdk10/jdk/src/jdk.net/solaris/classes/jdk/net/
H A DSolarisSocketOptions.java37 @Override native int setFlowOption(int fd, int priority, long bandwidth) argument
40 @Override native int getFlowOption(int fd, SocketFlow f) argument
/openjdk10/jdk/test/java/awt/FileDialog/FileNameOverrideTest/
H A DFileNameOverrideTest.java48 private FileDialog fd; field in class:FileNameOverrideTest
/openjdk10/jdk/test/java/awt/FileDialog/SaveFileNameOverrideTest/
H A DSaveFileNameOverrideTest.java46 private FileDialog fd; field in class:SaveFileNameOverrideTest
/openjdk10/langtools/test/tools/javac/generics/diamond/pos/
H A DPos06.java49 Foo<? extends Double> fd = new Foo<>(3.0); field in class:Pos06
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DinterpreterRT_ppc.cpp135 FunctionDescriptor* fd = (FunctionDescriptor*) handler; local
/openjdk10/hotspot/src/share/vm/runtime/
H A DfieldType.cpp77 BasicType FieldType::get_array_info(Symbol* signature, FieldArrayInfo& fd, TRAPS) { argument
/openjdk10/jdk/src/java.base/unix/classes/sun/nio/ch/
H A DSocketDispatcher.java38 int read(FileDescriptor fd, long address, int len) throws IOException { argument
42 long readv(FileDescriptor fd, long address, int len) throws IOException { argument
46 int write(FileDescriptor fd, long address, int len) throws IOException { argument
50 long writev(FileDescriptor fd, long address, int len) throws IOException { argument
54 void close(FileDescriptor fd) throws IOException { argument
58 preClose(FileDescriptor fd) argument
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/net/ext/
H A DExtendedSocketOptions.java54 public abstract void setOption(FileDescriptor fd, SocketOption<?> option, Object value) argument
58 public abstract Object getOption(FileDescriptor fd, SocketOption<?> option) argument
95 public void setOption(FileDescriptor fd, SocketOption<?> option, Object value) argument
103 public Object getOption(FileDescriptor fd, SocketOption<?> option) argument
/openjdk10/jdk/src/java.base/share/classes/sun/net/sdp/
H A DSdpSupport.java66 public static void convertSocket(FileDescriptor fd) throws IOException { argument
75 private static native void convert0(int fd) throws IOException; argument
/openjdk10/jdk/src/java.base/unix/native/libnet/
H A DSdpSupport.c95 Java_sun_net_sdp_SdpSupport_convert0(JNIEnv *env, jclass cls, int fd) argument
/openjdk10/jdk/src/java.base/solaris/classes/sun/nio/fs/
H A DSolarisNativeDispatcher.java47 static native int facl(int fd, int cmd, int nentries, long aclbufp) argument

Completed in 134 milliseconds

1234567891011