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.java145 public static AsynchronousServerSocketChannel open(AsynchronousChannelGroup group) in open() method in AsynchronousServerSocketChannel
168 public static AsynchronousServerSocketChannel open() in open() method in AsynchronousServerSocketChannel
DSocketChannel.java149 public static SocketChannel open() throws IOException { in open() method in SocketChannel
189 public static SocketChannel open(SocketAddress remote) in open() method in SocketChannel
DDatagramChannel.java153 public static DatagramChannel open() throws IOException { in open() method in DatagramChannel
186 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
DServerSocketChannel.java112 public static ServerSocketChannel open() throws IOException { in open() method in ServerSocketChannel
DAsynchronousFileChannel.java246 public static AsynchronousFileChannel open(Path file, in open() method in AsynchronousFileChannel
301 public static AsynchronousFileChannel open(Path file, OpenOption... options) in open() method in AsynchronousFileChannel
DSelector.java294 public static Selector open() throws IOException { in open() method in Selector
DFileChannel.java286 public static FileChannel open(Path path, in open() method in FileChannel
335 public static FileChannel open(Path path, OpenOption... options) in open() method in FileChannel
DAsynchronousSocketChannel.java169 public static AsynchronousSocketChannel open(AsynchronousChannelGroup group) in open() method in AsynchronousSocketChannel
192 public static AsynchronousSocketChannel open() in open() method in AsynchronousSocketChannel
/libcore/dalvik/src/main/java/dalvik/system/
DCloseGuard.java256 public void open(String closer) { in open() method in CloseGuard
356 void open(Throwable allocationSite); in open() method
/libcore/luni/src/main/java/android/crypto/hpke/
DRecipient.java55 public @NonNull byte[] open(@NonNull byte[] ciphertext, @Nullable byte[] aad) in open() method in Recipient
DHpke.java241 public @NonNull byte[] open( in open() method in Hpke
/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
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.java183 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/luni/src/main/java/libcore/io/
DIoBridge.java557 …public static @NonNull FileDescriptor open(@NonNull String path, int flags) throws FileNotFoundExc… in open() method in IoBridge
DBlockGuardOs.java268 @Override public FileDescriptor open(String path, int flags, int mode) throws ErrnoException { in open() method in BlockGuardOs

12