Searched defs:suppressor (Results 1 – 6 of 6) sorted by relevance
132 Exception suppressor = new Exception(); in testCloseResource() local146 Exception suppressor = new Exception(); in testCloseResource() local164 Exception suppressor = new Exception(); in testCloseResource() local178 Exception suppressor = new Exception(); in testCloseResource() local
107 @VisibleForTesting final Suppressor suppressor; field in Closer113 @VisibleForTesting Closer(Suppressor suppressor) { in Closer()
145 for (auto& suppressor : suppressors_) { in set_level() local161 for (auto& suppressor : suppressors_) { in speech_probability() local
175 TransientSuppressor suppressor; in void_main() local
118 public void closeResource(AutoCloseable resource, Throwable suppressor) throws Exception { in closeResource()
46 private TestSuppressor suppressor; field in CloserTest