Searched refs:suppressor (Results 1 – 13 of 13) sorted by relevance
/external/adhd/cras/src/server/config/ |
D | aec_config.c | 220 config->suppressor.nearend_average_blocks = in aec_config_get() 223 config->suppressor.normal_tuning.mask_lf.enr_transparent = in aec_config_get() 226 config->suppressor.normal_tuning.mask_lf.enr_suppress = in aec_config_get() 229 config->suppressor.normal_tuning.mask_lf.emr_transparent = in aec_config_get() 232 config->suppressor.normal_tuning.mask_hf.enr_transparent = in aec_config_get() 235 config->suppressor.normal_tuning.mask_hf.enr_suppress = in aec_config_get() 238 config->suppressor.normal_tuning.mask_hf.emr_transparent = in aec_config_get() 241 config->suppressor.normal_tuning.max_inc_factor = in aec_config_get() 243 config->suppressor.normal_tuning.max_dec_factor_lf = in aec_config_get() 246 config->suppressor.nearend_tuning.mask_lf.enr_transparent = in aec_config_get() [all …]
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CloserTest.java | 46 private TestSuppressor suppressor; field in CloserTest 50 suppressor = new TestSuppressor(); in setUp() 59 assertTrue(closer.suppressor instanceof Closer.LoggingSuppressor); in testCreate() 61 assertTrue(closer.suppressor instanceof Closer.SuppressingSuppressor); in testCreate() 66 Closer closer = new Closer(suppressor); in testNoExceptionsThrown() 82 assertTrue(suppressor.suppressions.isEmpty()); in testNoExceptionsThrown() 86 Closer closer = new Closer(suppressor); in testExceptionThrown_fromTryBlock() 108 assertTrue(suppressor.suppressions.isEmpty()); in testExceptionThrown_fromTryBlock() 112 Closer closer = new Closer(suppressor); in testExceptionThrown_whenCreatingCloseables() 135 assertTrue(suppressor.suppressions.isEmpty()); in testExceptionThrown_whenCreatingCloseables() [all …]
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/runtime/ |
D | ThrowableExtensionTest.java | 132 Exception suppressor = new Exception(); in testCloseResource() local 133 ThrowableExtension.closeResource(suppressor, r); in testCloseResource() 135 assertThat(ThrowableExtension.getSuppressed(suppressor)).isEmpty(); in testCloseResource() 146 Exception suppressor = new Exception(); in testCloseResource() local 147 assertThrows(Exception.class, () -> ThrowableExtension.closeResource(suppressor, r)); in testCloseResource() 150 assertThat(ThrowableExtension.getSuppressed(suppressor)).hasLength(1); in testCloseResource() 151 assertThat(ThrowableExtension.getSuppressed(suppressor)[0].getClass()) in testCloseResource() 164 Exception suppressor = new Exception(); in testCloseResource() local 165 ThrowableExtension.closeResource(suppressor, r); in testCloseResource() 167 assertThat(ThrowableExtension.getSuppressed(suppressor)).isEmpty(); in testCloseResource() [all …]
|
/external/guava/guava/src/com/google/common/io/ |
D | Closer.java | 107 @VisibleForTesting final Suppressor suppressor; field in Closer 113 @VisibleForTesting Closer(Suppressor suppressor) { in Closer() argument 114 this.suppressor = checkNotNull(suppressor); // checkNotNull to satisfy null tests in Closer() 219 suppressor.suppress(closeable, throwable, e); in close()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | noise_suppression_impl.cc | 145 for (auto& suppressor : suppressors_) { in set_level() local 146 int error = NS_SET_POLICY(suppressor->state(), policy); in set_level() 161 for (auto& suppressor : suppressors_) { in speech_probability() local 163 WebRtcNs_prior_speech_probability(suppressor->state()); in speech_probability()
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/classes_for_testing_type_inference/testsubjects/ |
D | TestSubject.java | 118 public void closeResource(AutoCloseable resource, Throwable suppressor) throws Exception { in closeResource() argument 125 if (suppressor != null) { in closeResource() 126 suppressor.addSuppressed(e); in closeResource()
|
/external/webrtc/webrtc/modules/audio_processing/transient/ |
D | transient_suppression_test.cc | 175 TransientSuppressor suppressor; in void_main() local 176 suppressor.Initialize( in void_main() 217 suppressor.Suppress(audio_buffer_f.get(), in void_main()
|
/external/pdfium/testing/tools/ |
D | test_runner.py | 19 import suppressor 231 self.test_suppressor = suppressor.Suppressor(finder, self.feature_string)
|
/external/autotest/site_utils/ |
D | generate_test_report | 55 self.suppressor = person
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | en-IPA.txt | 4424 $x{suppressor → səprɛsər ; # səprɛsor
|
D | internal_raw_IPA.txt | 159151 suppressor %32149 səprˈɛsər
|
D | internal_raw_IPA-old.txt | 190142 suppressor %20652 səprˈɛsər
|