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

/external/webrtc/webrtc/modules/audio_processing/
H A Dnoise_suppression_impl.h41 class Suppressor;
47 std::vector<rtc::scoped_ptr<Suppressor>> suppressors_ GUARDED_BY(crit_);
H A Dnoise_suppression_impl.cc31 class NoiseSuppressionImpl::Suppressor { class in class:webrtc::NoiseSuppressionImpl
33 explicit Suppressor(int sample_rate_hz) { function in class:webrtc::NoiseSuppressionImpl::Suppressor
39 ~Suppressor() {
45 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(Suppressor);
59 std::vector<rtc::scoped_ptr<Suppressor>> new_suppressors;
63 new_suppressors[i].reset(new Suppressor(sample_rate_hz));
/external/guava/guava/src/com/google/common/io/
H A DCloser.java96 private static final Suppressor SUPPRESSOR = SuppressingSuppressor.isAvailable()
107 @VisibleForTesting final Suppressor suppressor;
113 @VisibleForTesting Closer(Suppressor suppressor) {
233 @VisibleForTesting interface Suppressor { interface in class:Closer
245 @VisibleForTesting static final class LoggingSuppressor implements Suppressor {
261 @VisibleForTesting static final class SuppressingSuppressor implements Suppressor {
/external/pdfium/testing/tools/
H A Dsuppressor.py10 class Suppressor: class in inherits:
H A Drun_pixel_tests.py73 test_suppressor = suppressor.Suppressor(finder)
H A Drun_corpus_tests.py105 test_suppressor = suppressor.Suppressor(finder)
/external/guava/guava-tests/test/com/google/common/io/
H A DCloserTest.java382 * Suppressor that records suppressions.
384 private static class TestSuppressor implements Closer.Suppressor {
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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 ...

Completed in 349 milliseconds