Searched refs:suppressed (Results 1 - 25 of 98) sorted by relevance

1234

/external/v8/tools/clang/plugins/
H A DSuppressibleDiagnosticBuilder.h14 // suppressed. The intended use case is for helper functions that return a
22 bool suppressed)
25 suppressed_(suppressed) {}
19 SuppressibleDiagnosticBuilder(clang::DiagnosticsEngine* diagnostics, clang::SourceLocation loc, unsigned diagnostic_id, bool suppressed) argument
/external/desugar/test/java/com/google/devtools/build/android/desugar/
H A DDesugarTryWithResourcesFunctionalTest.java37 Throwable[] suppressed = ClassUsingTryWithResources.checkSuppressedExceptions(false);
38 assertThat(suppressed).isEmpty();
45 assertThat(trace.toLowerCase()).contains("suppressed");
47 assertThat(trace.toLowerCase()).contains("suppressed");
49 assertThat(trace.toLowerCase()).doesNotContain("suppressed");
57 Throwable[] suppressed = ClassUsingTryWithResources.checkSuppressedExceptions(true);
60 assertThat(suppressed).hasLength(1);
62 assertThat(suppressed).hasLength(1);
64 assertThat(suppressed).isEmpty();
/external/desugar/java/com/google/devtools/build/android/desugar/runtime/
H A DThrowableExtension.java83 public static void addSuppressed(Throwable receiver, Throwable suppressed) { argument
84 STRATEGY.addSuppressed(receiver, suppressed);
176 * exception in terms of suppressed exceptions and stack trace printing.
182 public abstract void addSuppressed(Throwable receiver, Throwable suppressed); argument
197 public void addSuppressed(Throwable receiver, Throwable suppressed) { argument
198 receiver.addSuppressed(suppressed);
222 /** This strategy mimics the behavior of suppressed exceptions with a map. */
229 * Suppress an exception. If the exception to be suppressed is {@receiver} or {@null}, an
233 public void addSuppressed(Throwable receiver, Throwable suppressed) { argument
234 if (suppressed
388 addSuppressed(Throwable receiver, Throwable suppressed) argument
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DRouteException.java53 private void addSuppressedIfPossible(IOException e, IOException suppressed) { argument
56 addSuppressedExceptionMethod.invoke(e, suppressed);
/external/libchrome/base/third_party/valgrind/
H A Dmemcheck.h203 /* Return number of leaked, dubious, reachable and suppressed bytes found by
205 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \
222 suppressed = _qzz_suppressed; \
225 /* Return number of leaked, dubious, reachable and suppressed bytes found by
227 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \
244 suppressed = _qzz_suppressed; \
/external/guava/guava/src/com/google/common/io/
H A DCloser.java41 * thrown exception as a suppressed exception.
74 * (because another exception is already being thrown) is <i>suppressed</i>.</li>
77 * <p>An exception that is suppressed is not thrown. The method of suppression used depends on the
81 * <li><b>Java 7+:</b> Exceptions are suppressed by adding them to the exception that <i>will</i>
83 * <li><b>Java 6:</b> Exceptions are suppressed by logging them instead.</li>
202 * any exceptions thrown when attempting to close a closeable will be suppressed. Otherwise, the
204 * additional exceptions that are thrown after that will be suppressed.
235 * Suppresses the given exception ({@code suppressed}) which was thrown when attempting to close
239 void suppress(Closeable closeable, Throwable thrown, Throwable suppressed); argument
250 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { argument
280 suppress(Closeable closeable, Throwable thrown, Throwable suppressed) argument
[all...]
/external/desugar/test/java/com/google/devtools/build/android/desugar/runtime/
H A DThrowableExtensionTest.java193 * <p>suppressed exceptions are printed only once.
199 FileNotFoundException suppressed = new FileNotFoundException();
200 strategy.addSuppressed(receiver, suppressed);
211 FileNotFoundException suppressed = new FileNotFoundException();
212 strategy.addSuppressed(receiver, suppressed);
230 FileNotFoundException suppressed = new FileNotFoundException();
231 ThrowableExtension.addSuppressed(receiver, suppressed);
288 FileNotFoundException suppressed = new FileNotFoundException();
289 strategy.addSuppressed(receiver, suppressed);
292 strategy.addSuppressed(receiver, suppressed);
[all...]
/external/valgrind/memcheck/
H A Dmemcheck.h212 /* Return number of leaked, dubious, reachable and suppressed bytes found by
214 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \
231 suppressed = _qzz_suppressed; \
234 /* Return number of leaked, dubious, reachable and suppressed bytes found by
236 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \
253 suppressed = _qzz_suppressed; \
/external/valgrind/gdbserver_tests/
H A Dmcclean_after_fork.stderr.exp5 For counts of detected and suppressed errors, rerun with: -v
6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dmcmain_pic.stderr.exp5 For counts of detected and suppressed errors, rerun with: -v
6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/valgrind/memcheck/tests/
H A Dbrk2.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dbug287260.stderr.exp10 For counts of detected and suppressed errors, rerun with: -v
11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Derringfds.stderr.exp10 For counts of detected and suppressed errors, rerun with: -v
11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-autofreepool-2.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-autofreepool-6.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-pool-0.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-pool-1.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-pool-2.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-pool-3.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-pool-4.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-pool-5.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/valgrind/memcheck/tests/linux/
H A Dcapget.stderr.exp13 For counts of detected and suppressed errors, rerun with: -v
14 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dlsframe1.stderr.exp11 For counts of detected and suppressed errors, rerun with: -v
12 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dlsframe2.stderr.exp11 For counts of detected and suppressed errors, rerun with: -v
12 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsigqueue.stderr.exp10 For counts of detected and suppressed errors, rerun with: -v
11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

Completed in 279 milliseconds

1234