Searched refs:checkNotClosed (Results 1 - 18 of 18) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DStringReader.java90 checkNotClosed();
95 private void checkNotClosed() throws IOException { method in class:StringReader
125 checkNotClosed();
157 checkNotClosed();
186 checkNotClosed();
205 checkNotClosed();
233 checkNotClosed();
H A DCharArrayReader.java141 checkNotClosed();
146 private void checkNotClosed() throws IOException { method in class:CharArrayReader
178 checkNotClosed();
212 checkNotClosed();
238 checkNotClosed();
255 checkNotClosed();
272 checkNotClosed();
H A DBufferedOutputStream.java84 checkNotClosed();
89 private void checkNotClosed() throws IOException { method in class:BufferedOutputStream
122 checkNotClosed();
172 checkNotClosed();
H A DPushbackReader.java138 checkNotClosed();
151 private void checkNotClosed() throws IOException { method in class:PushbackReader
185 checkNotClosed();
306 checkNotClosed();
333 checkNotClosed();
357 checkNotClosed();
H A DBufferedReader.java196 checkNotClosed();
202 private void checkNotClosed() throws IOException { method in class:BufferedReader
236 checkNotClosed();
274 checkNotClosed();
352 checkNotClosed();
440 checkNotClosed();
458 checkNotClosed();
490 checkNotClosed();
H A DBufferedWriter.java122 checkNotClosed();
128 private void checkNotClosed() throws IOException { method in class:BufferedWriter
186 checkNotClosed();
234 checkNotClosed();
266 checkNotClosed();
/libcore/luni/src/main/java/libcore/net/http/
H A DAbstractHttpOutputStream.java35 protected final void checkNotClosed() throws IOException { method in class:AbstractHttpOutputStream
H A DUnknownLengthHttpInputStream.java37 checkNotClosed();
52 checkNotClosed();
H A DFixedLengthInputStream.java41 checkNotClosed();
59 checkNotClosed();
H A DFixedLengthOutputStream.java36 checkNotClosed();
H A DRetryableOutputStream.java56 checkNotClosed();
H A DChunkedInputStream.java41 checkNotClosed();
97 checkNotClosed();
H A DAbstractHttpInputStream.java66 protected final void checkNotClosed() throws IOException { method in class:AbstractHttpInputStream
H A DChunkedOutputStream.java65 checkNotClosed();
/libcore/luni/src/main/java/java/util/zip/
H A DZipFile.java184 private void checkNotClosed() { method in class:ZipFile
198 checkNotClosed();
203 checkNotClosed();
208 checkNotClosed();
224 checkNotClosed();
293 checkNotClosed();
/libcore/luni/src/main/java/java/net/
H A DPlainSocketImpl.java132 private void checkNotClosed() throws IOException { method in class:PlainSocketImpl
140 checkNotClosed();
216 checkNotClosed();
249 checkNotClosed();
/libcore/luni/src/main/java/libcore/io/
H A DDiskLruCache.java361 checkNotClosed();
405 checkNotClosed();
524 checkNotClosed();
558 private void checkNotClosed() { method in class:DiskLruCache
568 checkNotClosed();
/libcore/luni/src/main/java/java/util/
H A DFormatter.java893 private void checkNotClosed() { method in class:Formatter
907 checkNotClosed();
919 checkNotClosed();
934 checkNotClosed();
946 checkNotClosed();
1048 checkNotClosed();

Completed in 334 milliseconds