Home
last modified time | relevance | path

Searched defs:open (Results 1 – 25 of 31) sorted by relevance

12

/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousServerSocketChannel.java140 public static AsynchronousServerSocketChannel open(AsynchronousChannelGroup group) in open() method in AsynchronousServerSocketChannel
163 public static AsynchronousServerSocketChannel open() in open() method in AsynchronousServerSocketChannel
DSocketChannel.java144 public static SocketChannel open() throws IOException { in open() method in SocketChannel
184 public static SocketChannel open(SocketAddress remote) in open() method in SocketChannel
DDatagramChannel.java148 public static DatagramChannel open() throws IOException { in open() method in DatagramChannel
181 public static DatagramChannel open(ProtocolFamily family) throws IOException { in open() method in DatagramChannel
DPipe.java154 public static Pipe open() throws IOException { in open() method in Pipe
DSelector.java226 public static Selector open() throws IOException { in open() method in Selector
DServerSocketChannel.java107 public static ServerSocketChannel open() throws IOException { in open() method in ServerSocketChannel
DAsynchronousFileChannel.java241 public static AsynchronousFileChannel open(Path file, in open() method in AsynchronousFileChannel
296 public static AsynchronousFileChannel open(Path file, OpenOption... options) in open() method in AsynchronousFileChannel
DFileChannel.java281 public static FileChannel open(Path path, in open() method in FileChannel
330 public static FileChannel open(Path path, OpenOption... options) in open() method in FileChannel
DAsynchronousSocketChannel.java164 public static AsynchronousSocketChannel open(AsynchronousChannelGroup group) in open() method in AsynchronousSocketChannel
187 public static AsynchronousSocketChannel open() in open() method in AsynchronousSocketChannel
/libcore/dalvik/src/main/java/dalvik/system/
DCloseGuard.java229 public void open(String closer) { in open() method in CloseGuard
321 void open(Throwable allocationSite); in open() method
/libcore/ojluni/src/main/java/java/nio/channels/spi/
DAbstractInterruptibleChannel.java93 private volatile boolean open = true; field in AbstractInterruptibleChannel
/libcore/ojluni/annotations/hiddenapi/java/io/
DFileInputStream.java52 private void open(java.lang.String name) throws java.io.FileNotFoundException { in open() method in FileInputStream
DFileOutputStream.java63 private void open(java.lang.String name, boolean append) throws java.io.FileNotFoundException { in open() method in FileOutputStream
/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousServerSocketChannelImpl.java61 private volatile boolean open = true; field in AsynchronousServerSocketChannelImpl
DSimpleAsynchronousFileChannelImpl.java65 public static AsynchronousFileChannel open(FileDescriptor fdo, in open() method in SimpleAsynchronousFileChannelImpl
DFileChannelImpl.java116 public static FileChannel open(FileDescriptor fd, String path, in open() method in FileChannelImpl
124 public static FileChannel open(FileDescriptor fd, String path, in open() method in FileChannelImpl
DAsynchronousSocketChannelImpl.java81 private volatile boolean open = true; field in AsynchronousSocketChannelImpl
/libcore/json/src/main/java/org/json/
DJSONStringer.java180 JSONStringer open(Scope empty, String openBracket) throws JSONException { in open() method in JSONStringer
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixChannelFactory.java180 protected static FileDescriptor open(int dfd, in open() method in UnixChannelFactory
DUnixSecureDirectoryStream.java340 int open() throws IOException { in open() method in UnixSecureDirectoryStream.BasicFileAttributeViewImpl
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java43 public static java.nio.channels.FileChannel open( in open() method in FileChannelImpl
52 public static java.nio.channels.FileChannel open( in open() method in FileChannelImpl
/libcore/ojluni/src/main/java/java/util/logging/
DFileHandler.java206 private void open(File fname, boolean append) throws IOException { in open() method in FileHandler
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipFile.java137 private static native long open( in open() method in ZipFile
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java909 private static native long open(String name, int mode, long lastModified, in open() method in ZipFile
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java475 public static FileDescriptor open(String path, int flags) throws FileNotFoundException { in open() method in IoBridge

12