/libcore/luni/src/main/java/javax/crypto/ |
D | CipherInputStream.java | 158 int available = outputLength - outputIndex; in read() local 175 public int available() throws IOException { in available() method in CipherInputStream
|
/libcore/luni/src/main/java/java/io/ |
D | BufferedWriter.java | 195 int available = this.buf.length - pos; in write() local 279 int available = buf.length - pos; in write() local
|
D | StringBufferInputStream.java | 64 public synchronized int available() { in available() method in StringBufferInputStream
|
D | ObjectInput.java | 35 public int available() throws IOException; in available() method
|
D | FilterInputStream.java | 52 public int available() throws IOException { in available() method in FilterInputStream
|
D | InputStream.java | 101 public int available() throws IOException { in available() method in InputStream
|
D | SequenceInputStream.java | 82 public int available() throws IOException { in available() method in SequenceInputStream
|
D | ByteArrayInputStream.java | 88 public synchronized int available() { in available() method in ByteArrayInputStream
|
D | FileInputStream.java | 107 public int available() throws IOException { in available() method in FileInputStream
|
D | LineNumberInputStream.java | 66 public int available() throws IOException { in available() method in LineNumberInputStream
|
D | PipedInputStream.java | 141 public synchronized int available() throws IOException { in available() method in PipedInputStream
|
D | PushbackInputStream.java | 85 public int available() throws IOException { in available() method in PushbackInputStream
|
D | BufferedInputStream.java | 116 public synchronized int available() throws IOException { in available() method in BufferedInputStream
|
D | BufferedReader.java | 297 int available = end - pos; in read() local
|
/libcore/luni/src/main/java/java/util/zip/ |
D | DeflaterInputStream.java | 39 private boolean available = true; field in DeflaterInputStream 180 public int available() throws IOException { in available() method in DeflaterInputStream
|
D | InflaterInputStream.java | 232 public int available() throws IOException { in available() method in InflaterInputStream
|
/libcore/support/src/test/java/tests/support/ |
D | Support_ASimpleInputStream.java | 55 public int available() throws IOException { in available() method in Support_ASimpleInputStream
|
D | Support_ASimpleReader.java | 60 int available = len - pos; in read() local
|
/libcore/luni/src/main/java/libcore/net/url/ |
D | FtpURLInputStream.java | 72 public int available() throws IOException { in available() method in FtpURLInputStream
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldPipedOutputStreamTest.java | 42 public int available() { in available() method in OldPipedOutputStreamTest.PReader
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | Semaphore.java | 150 int available = getState(); in nonfairTryAcquireShared() local 218 int available = getState(); in tryAcquireShared() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | PipedOutputStreamTest.java | 44 public int available() { in available() method in PipedOutputStreamTest.PReader
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldSocketImplFactoryTest.java | 124 protected int available() throws IOException { in available() method in OldSocketImplFactoryTest.MockSocketImpl
|
/libcore/luni/src/main/java/java/net/ |
D | SocketImpl.java | 75 protected abstract int available() throws IOException; in available() method in SocketImpl
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | SocketImplTest.java | 88 protected int available() throws IOException { in available() method in SocketImplTest.MockSocketImpl
|