/libcore/ojluni/src/main/java/java/nio/channels/ |
D | AsynchronousServerSocketChannel.java | 145 public static AsynchronousServerSocketChannel open(AsynchronousChannelGroup group) in open() method in AsynchronousServerSocketChannel 168 public static AsynchronousServerSocketChannel open() in open() method in AsynchronousServerSocketChannel
|
D | SocketChannel.java | 149 public static SocketChannel open() throws IOException { in open() method in SocketChannel 189 public static SocketChannel open(SocketAddress remote) in open() method in SocketChannel
|
D | DatagramChannel.java | 153 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
|
D | Pipe.java | 154 public static Pipe open() throws IOException { in open() method in Pipe
|
D | ServerSocketChannel.java | 112 public static ServerSocketChannel open() throws IOException { in open() method in ServerSocketChannel
|
D | AsynchronousFileChannel.java | 246 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
|
D | Selector.java | 294 public static Selector open() throws IOException { in open() method in Selector
|
D | FileChannel.java | 286 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
|
D | AsynchronousSocketChannel.java | 169 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/ |
D | CloseGuard.java | 256 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/ |
D | Recipient.java | 55 public @NonNull byte[] open(@NonNull byte[] ciphertext, @Nullable byte[] aad) in open() method in Recipient
|
D | Hpke.java | 241 public @NonNull byte[] open( in open() method in Hpke
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | FileInputStream.java | 52 private void open(java.lang.String name) throws java.io.FileNotFoundException { in open() method in FileInputStream
|
D | FileOutputStream.java | 63 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/ |
D | AsynchronousServerSocketChannelImpl.java | 61 private volatile boolean open = true; field in AsynchronousServerSocketChannelImpl
|
D | SimpleAsynchronousFileChannelImpl.java | 65 public static AsynchronousFileChannel open(FileDescriptor fdo, in open() method in SimpleAsynchronousFileChannelImpl
|
D | AsynchronousSocketChannelImpl.java | 81 private volatile boolean open = true; field in AsynchronousSocketChannelImpl
|
/libcore/json/src/main/java/org/json/ |
D | JSONStringer.java | 180 JSONStringer open(Scope empty, String openBracket) throws JSONException { in open() method in JSONStringer
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixChannelFactory.java | 183 protected static FileDescriptor open(int dfd, in open() method in UnixChannelFactory
|
D | UnixSecureDirectoryStream.java | 340 int open() throws IOException { in open() method in UnixSecureDirectoryStream.BasicFileAttributeViewImpl
|
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/ |
D | FileChannelImpl.java | 43 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/ |
D | FileHandler.java | 206 private void open(File fname, boolean append) throws IOException { in open() method in FileHandler
|
/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
D | ZipFile.java | 137 private static native long open( in open() method in ZipFile
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoBridge.java | 557 …public static @NonNull FileDescriptor open(@NonNull String path, int flags) throws FileNotFoundExc… in open() method in IoBridge
|
D | BlockGuardOs.java | 268 @Override public FileDescriptor open(String path, int flags, int mode) throws ErrnoException { in open() method in BlockGuardOs
|