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

/external/guava/guava-tests/test/com/google/common/io/
H A DCloserTest.java45 private TestSuppressor suppressor; field in class:CloserTest
49 suppressor = new TestSuppressor();
58 assertTrue(closer.suppressor instanceof Closer.LoggingSuppressor);
60 assertTrue(closer.suppressor instanceof Closer.SuppressingSuppressor);
65 Closer closer = new Closer(suppressor);
81 assertTrue(suppressor.suppressions.isEmpty());
85 Closer closer = new Closer(suppressor);
107 assertTrue(suppressor.suppressions.isEmpty());
111 Closer closer = new Closer(suppressor);
134 assertTrue(suppressor
[all...]
/external/guava/guava/src/com/google/common/io/
H A DCloser.java93 * The suppressor implementation to use for the current Java version.
106 @VisibleForTesting final Suppressor suppressor; field in class:Closer
112 @VisibleForTesting Closer(Suppressor suppressor) { argument
113 this.suppressor = checkNotNull(suppressor); // checkNotNull to satisfy null tests
218 suppressor.suppress(closeable, throwable, e);
/external/pdfium/testing/tools/
H A Drun_corpus_tests.py15 import suppressor namespace
53 test_suppressor = suppressor.Suppressor(finder)
H A Drun_pixel_tests.py14 import suppressor namespace
57 test_suppressor = suppressor.Suppressor(finder)
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 139 milliseconds