Home
last modified time | relevance | path

Searched defs:ready (Results 1 – 18 of 18) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DFilterReader.java91 public boolean ready() throws IOException { in ready() method in FilterReader
DInputStreamReader.java194 public boolean ready() throws IOException { in ready() method in InputStreamReader
DStringReader.java142 public boolean ready() throws IOException { in ready() method in StringReader
DCharArrayReader.java183 public boolean ready() throws IOException { in ready() method in CharArrayReader
DReader.java203 public boolean ready() throws IOException { in ready() method in Reader
DPushbackReader.java204 public boolean ready() throws IOException { in ready() method in PushbackReader
DPipedReader.java342 public synchronized boolean ready() throws IOException { in ready() method in PipedReader
DBufferedReader.java453 public boolean ready() throws IOException { in ready() method in BufferedReader
/libcore/support/src/test/java/tests/support/
DSupport_ASimpleReader.java48 public boolean ready() throws IOException { in ready() method in Support_ASimpleReader
DSupport_StringReader.java186 public boolean ready() throws IOException { in ready() method in Support_StringReader
/libcore/ojluni/src/main/native/
DSocketChannelImpl.c54 jboolean ready) in Java_sun_nio_ch_SocketChannelImpl_checkConnect()
/libcore/luni/src/test/java/libcore/java/io/
DOldFilterReaderTest.java63 public boolean ready() throws IOException { in ready() method in OldFilterReaderTest.MockReader
/libcore/luni/src/test/java/libcore/java/lang/
DOldObjectTest.java35 int ready = 0; field in OldObjectTest
/libcore/ojluni/annotations/hiddenapi/java/io/
DConsole.java128 public boolean ready() throws java.io.IOException { in ready() method in Console.LineReader
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DObjectTest.java27 int ready = 0; field in ObjectTest
/libcore/ojluni/src/main/java/sun/nio/cs/
DStreamDecoder.java185 public boolean ready() throws IOException { in ready() method in StreamDecoder
/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketChannelImpl.java1090 boolean block, boolean ready) in checkConnect()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketTest.java68 public boolean ready = false; field in SocketTest.ServerThread