Searched defs:open (Results 1 – 14 of 14) sorted by relevance
/libcore/luni/src/main/java/java/nio/channels/ |
D | ServerSocketChannel.java | 59 public static ServerSocketChannel open() throws IOException { in open() method in ServerSocketChannel
|
D | SocketChannel.java | 80 public static SocketChannel open() throws IOException { in open() method in SocketChannel 107 public static SocketChannel open(SocketAddress address) throws IOException { in open() method in SocketChannel
|
D | Pipe.java | 88 public static Pipe open() throws IOException { in open() method in Pipe
|
D | Selector.java | 45 public static Selector open() throws IOException { in open() method in Selector
|
D | DatagramChannel.java | 65 public static DatagramChannel open() throws IOException { in open() method in DatagramChannel
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | CloseGuard.java | 174 public void open(String closer) { in open() method in CloseGuard
|
/libcore/json/src/main/java/org/json/ |
D | JSONStringer.java | 174 JSONStringer open(Scope empty, String openBracket) throws JSONException { in open() method in JSONStringer
|
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 105 @Override public FileDescriptor open(String path, int flags, int mode) throws ErrnoException { in open() method in BlockGuardOs
|
D | DiskLruCache.java | 197 public static DiskLruCache open(File directory, int appVersion, int valueCount, long maxSize) in open() method in DiskLruCache
|
D | IoBridge.java | 388 public static FileDescriptor open(String path, int flags) throws FileNotFoundException { in open() method in IoBridge
|
D | Os.java | 89 public FileDescriptor open(String path, int flags, int mode) throws ErrnoException; in open() method
|
D | ForwardingOs.java | 97 …public FileDescriptor open(String path, int flags, int mode) throws ErrnoException { return os.ope… in open() method in ForwardingOs
|
D | Posix.java | 91 public native FileDescriptor open(String path, int flags, int mode) throws ErrnoException; in open() method in Posix
|
/libcore/luni/src/main/java/libcore/icu/ |
D | NativeDecimalFormat.java | 631 private static native long open(String pattern, String currencySymbol, in open() method in NativeDecimalFormat
|