Searched defs:reading (Results 1 – 6 of 6) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | AttributedCharacterIteratorAttributeTest.java | 128 Attribute reading = Attribute.READING; in test_fields() local
|
/libcore/ojluni/src/main/native/ |
D | IOUtil.c | 156 convertReturnVal(JNIEnv *env, jint n, jboolean reading) in convertReturnVal() 181 convertLongReturnVal(JNIEnv *env, jlong n, jboolean reading) in convertLongReturnVal()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SimpleAsynchronousFileChannelImpl.java | 58 boolean reading, in SimpleAsynchronousFileChannelImpl() 66 boolean reading, in open()
|
D | AsynchronousFileChannelImpl.java | 51 protected final boolean reading; field in AsynchronousFileChannelImpl 58 boolean reading, in AsynchronousFileChannelImpl()
|
D | AsynchronousSocketChannelImpl.java | 69 private boolean reading; field in AsynchronousSocketChannelImpl
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixChannelFactory.java | 103 static FileChannel newFileChannel(int fd, String path, boolean reading, boolean writing) { in newFileChannel()
|