Home
last modified time | relevance | path

Searched defs:reading (Results 1 – 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DAttributedCharacterIteratorAttributeTest.java128 Attribute reading = Attribute.READING; in test_fields() local
/libcore/ojluni/src/main/native/
DIOUtil.c156 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/
DSimpleAsynchronousFileChannelImpl.java58 boolean reading, in SimpleAsynchronousFileChannelImpl()
66 boolean reading, in open()
DAsynchronousFileChannelImpl.java51 protected final boolean reading; field in AsynchronousFileChannelImpl
58 boolean reading, in AsynchronousFileChannelImpl()
DAsynchronousSocketChannelImpl.java69 private boolean reading; field in AsynchronousSocketChannelImpl
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixChannelFactory.java103 static FileChannel newFileChannel(int fd, String path, boolean reading, boolean writing) { in newFileChannel()