Home
last modified time | relevance | path

Searched defs:suppressed (Results 1 – 13 of 13) sorted by relevance

/external/guava/guava/src/com/google/common/io/
DCloser.java239 void suppress(Closeable closeable, Throwable thrown, Throwable suppressed); in suppress()
250 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress()
280 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress()
/external/desugar/java/com/google/devtools/build/android/desugar/runtime/
DThrowableExtension.java75 public static void addSuppressed(Throwable receiver, Throwable suppressed) { in addSuppressed()
136 public abstract void addSuppressed(Throwable receiver, Throwable suppressed); in addSuppressed()
151 public void addSuppressed(Throwable receiver, Throwable suppressed) { in addSuppressed()
187 public void addSuppressed(Throwable receiver, Throwable suppressed) { in addSuppressed()
342 public void addSuppressed(Throwable receiver, Throwable suppressed) { in addSuppressed()
/external/guava/guava-tests/test/com/google/common/io/
DCloserTest.java352 ImmutableSet<Throwable> suppressed = ImmutableSet.copyOf(getSuppressed(thrownException)); in testSuppressingSuppressorIfPossible() local
355 assertEquals(ImmutableSet.of(c1Exception, c2Exception), suppressed); in testSuppressingSuppressorIfPossible() local
389 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress()
400 private final Throwable suppressed; field in CloserTest.Suppression
402 private Suppression(Closeable closeable, Throwable thrown, Throwable suppressed) { in Suppression()
DCharSourceTest.java289 int suppressed = runSuppressionFailureTest(in, newNormalCharSink()); in testCopyExceptions() local
297 int suppressed = runSuppressionFailureTest(newNormalCharSource(), out); in testCopyExceptions() local
306 int suppressed = runSuppressionFailureTest(in, out); in testCopyExceptions() local
DByteSourceTest.java365 int suppressed = runSuppressionFailureTest(in, newNormalByteSink()); in testCopyExceptions() local
373 int suppressed = runSuppressionFailureTest(newNormalByteSource(), out); in testCopyExceptions() local
382 int suppressed = runSuppressionFailureTest(in, out); in testCopyExceptions() local
/external/v8/tools/clang/plugins/
DSuppressibleDiagnosticBuilder.h22 bool suppressed) in SuppressibleDiagnosticBuilder()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DRouteException.java53 private void addSuppressedIfPossible(IOException e, IOException suppressed) { in addSuppressedIfPossible()
/external/libchrome/base/third_party/valgrind/
Dmemcheck.h205 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument
227 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument
/external/valgrind/memcheck/
Dmemcheck.h214 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument
236 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DNativeLibraryLoader.java378 IOException suppressed = null; in createTempFile() local
/external/r8/src/test/examplesAndroidO/trywithresources/
DTryWithResources.java44 Throwable[] suppressed = e.getSuppressed(); in dumpException() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc53 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()
520 bool suppressed = OnReport(rep, pc_or_addr != 0); in OutputReport() local
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc103 bool OnReport(const ReportDesc *rep, bool suppressed) { in OnReport()