Home
last modified time | relevance | path

Searched refs:checkNotClosed (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/io/
DAppendableWriter.java56 checkNotClosed(); in write()
63 checkNotClosed(); in flush()
82 checkNotClosed(); in write()
87 checkNotClosed(); in write()
92 checkNotClosed(); in write()
98 checkNotClosed(); in append()
104 checkNotClosed(); in append()
111 checkNotClosed(); in append()
116 private void checkNotClosed() throws IOException { in checkNotClosed() method in AppendableWriter
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DDiskLruCache.java407 checkNotClosed(); in get()
445 checkNotClosed(); in edit()
581 checkNotClosed(); in remove()
616 private void checkNotClosed() { in checkNotClosed() method in DiskLruCache
624 checkNotClosed(); in flush()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java424 checkNotClosed(); in get()
452 checkNotClosed(); in edit()
594 checkNotClosed(); in remove()
628 private synchronized void checkNotClosed() { in checkNotClosed() method in DiskLruCache
638 checkNotClosed(); in flush()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFramedStream.java344 checkNotClosed(); in read()
437 private void checkNotClosed() throws IOException { in checkNotClosed() method in FramedStream.FramedDataSource