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

/external/guava/guava-tests/test/com/google/common/io/
H A DCloserTest.java46 private TestSuppressor suppressor; field in class:CloserTest
50 suppressor = new TestSuppressor();
59 assertTrue(closer.suppressor instanceof Closer.LoggingSuppressor);
61 assertTrue(closer.suppressor instanceof Closer.SuppressingSuppressor);
66 Closer closer = new Closer(suppressor);
82 assertTrue(suppressor.suppressions.isEmpty());
86 Closer closer = new Closer(suppressor);
108 assertTrue(suppressor.suppressions.isEmpty());
112 Closer closer = new Closer(suppressor);
135 assertTrue(suppressor
[all...]
/external/guava/guava/src/com/google/common/io/
H A DCloser.java94 * The suppressor implementation to use for the current Java version.
107 @VisibleForTesting final Suppressor suppressor; field in class:Closer
113 @VisibleForTesting Closer(Suppressor suppressor) { argument
114 this.suppressor = checkNotNull(suppressor); // checkNotNull to satisfy null tests
219 suppressor.suppress(closeable, throwable, e);
/external/webrtc/webrtc/modules/audio_processing/
H A Dnoise_suppression_impl.cc145 for (auto& suppressor : suppressors_) {
146 int error = NS_SET_POLICY(suppressor->state(), policy);
161 for (auto& suppressor : suppressors_) {
163 WebRtcNs_prior_speech_probability(suppressor->state());
/external/pdfium/testing/tools/
H A Drun_pixel_tests.py14 import suppressor namespace
73 test_suppressor = suppressor.Suppressor(finder)
H A Drun_corpus_tests.py18 import suppressor namespace
105 test_suppressor = suppressor.Suppressor(finder)
/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dtransient_suppression_test.cc143 // It gets an audio file, and its voice gain information, and the suppressor
175 TransientSuppressor suppressor; local
176 suppressor.Initialize(
217 suppressor.Suppress(audio_buffer_f.get(),
226 << "The transient suppressor could not suppress the frame";
/external/autotest/site_utils/
H A Dgenerate_test_report55 self.suppressor = person
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 229 milliseconds