Home
last modified time | relevance | path

Searched refs:swallowException (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
DCloseablesTest.java116 private void doClose(Closeable closeable, boolean swallowException) { in doClose() argument
117 doClose(closeable, swallowException, !swallowException); in doClose()
123 private void doClose(Closeable closeable, boolean swallowException, in doClose() argument
126 Closeables.close(closeable, swallowException); in doClose()
DFlushablesTest.java98 private void doFlush(Flushable flushable, boolean swallowException, in doFlush() argument
101 Flushables.flush(flushable, swallowException); in doFlush()