Searched refs:Suppressor (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/io/
H A DCloser.java95 private static final Suppressor SUPPRESSOR = SuppressingSuppressor.isAvailable()
106 @VisibleForTesting final Suppressor suppressor;
112 @VisibleForTesting Closer(Suppressor suppressor) {
232 @VisibleForTesting interface Suppressor { interface in class:Closer
244 @VisibleForTesting static final class LoggingSuppressor implements Suppressor {
260 @VisibleForTesting static final class SuppressingSuppressor implements Suppressor {
/external/pdfium/testing/tools/
H A Dsuppressor.py10 class Suppressor: class in inherits:
H A Drun_corpus_tests.py53 test_suppressor = suppressor.Suppressor(finder)
H A Drun_pixel_tests.py57 test_suppressor = suppressor.Suppressor(finder)
/external/guava/guava-tests/test/com/google/common/io/
H A DCloserTest.java381 * Suppressor that records suppressions.
383 private static class TestSuppressor implements Closer.Suppressor {

Completed in 669 milliseconds