Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 9 of 9) sorted by relevance

/libcore/support/src/test/java/tests/support/
DSupport_ASimpleReader.java62 int readable = (available < count ? available : count); in read() local
63 System.arraycopy(buf, pos, dest, offset, readable); in read()
64 pos += readable; in read()
65 return readable; in read()
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java78 private final boolean readable; field in FileChannelImpl
98 private FileChannelImpl(FileDescriptor fd, String path, boolean readable, in FileChannelImpl() argument
102 this.readable = readable; in FileChannelImpl()
117 boolean readable, boolean writable, in open() argument
120 return new FileChannelImpl(fd, path, readable, writable, false, parent); in open()
125 boolean readable, boolean writable, in open() argument
128 return new FileChannelImpl(fd, path, readable, writable, append, parent); in open()
186 if (!readable) in read()
214 if (!readable) in read()
642 if (!readable) in transferTo()
[all …]
DUnixAsynchronousSocketChannelImpl.java171 boolean readable, in finish() argument
180 if (readable && this.readPending) { in finish()
217 boolean readable = (events & Net.POLLIN) > 0; in onEvent()
220 readable = true; in onEvent()
223 finish(mayInvokeDirect, readable, writable); in onEvent()
/libcore/luni/src/main/java/java/nio/
DNioUtils.java83 boolean readable = (mode & O_ACCMODE) != O_WRONLY; in newFileChannel()
86 return FileChannelImpl.open(fd, null, readable, writable, append, ioObject); in newFileChannel()
/libcore/ojluni/annotations/hiddenapi/java/io/
DFile.java207 public boolean setReadable(boolean readable, boolean ownerOnly) { in setReadable() argument
211 public boolean setReadable(boolean readable) { in setReadable() argument
/libcore/ojluni/annotations/sdk/nullability/java/io/
DFile.annotated.java116 public boolean setReadable(boolean readable, boolean ownerOnly) { throw new RuntimeException("Stub!… in setReadable() argument
118 public boolean setReadable(boolean readable) { throw new RuntimeException("Stub!"); } in setReadable() argument
/libcore/ojluni/src/main/java/java/io/
DFile.java1586 public boolean setReadable(boolean readable, boolean ownerOnly) { in setReadable() argument
1594 return fs.setPermission(this, FileSystem.ACCESS_READ, readable, ownerOnly); in setReadable()
1626 public boolean setReadable(boolean readable) { in setReadable() argument
1627 return setReadable(readable, true); in setReadable()
/libcore/
DLICENSE132 a) Accompany it with the complete corresponding machine-readable source
138 performing source distribution, a complete machine-readable copy of the
/libcore/benchmarks/libs/
Dcaliper.jar.txt109 include a readable copy of the attribution notices contained