/libcore/support/src/test/java/tests/support/ |
D | Support_ASimpleReader.java | 62 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/ |
D | FileChannelImpl.java | 78 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 …]
|
D | UnixAsynchronousSocketChannelImpl.java | 171 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/ |
D | NioUtils.java | 83 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/ |
D | File.java | 207 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/ |
D | File.annotated.java | 116 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/ |
D | File.java | 1586 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/ |
D | LICENSE | 132 a) Accompany it with the complete corresponding machine-readable source 138 performing source distribution, a complete machine-readable copy of the
|
/libcore/benchmarks/libs/ |
D | caliper.jar.txt | 109 include a readable copy of the attribution notices contained
|