/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
H A D | WithContextExceptionHandlingTest.kt | 31 val suppressed = e.suppressed in <lambda>() constant 47 val suppressed = e.suppressed in <lambda>() constant 63 val suppressed = e.suppressed in <lambda>() constant 79 val suppressed = e.suppressed in <lambda>() constant 128 val suppressed = e.suppressed in <lambda>() constant
|
H A D | JobExceptionHandlingTest.kt | 233 val suppressed = exception.suppressed in <lambda>() constant 270 val suppressed = exception.suppressed in <lambda>() constant
|
H A D | JobNestedExceptionsTest.kt | 110 val suppressed = exception.suppressed in testChildThrowsDuringCompletion() constant
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/ |
H A D | CloserTest.java | 301 ImmutableSet<Throwable> suppressed = ImmutableSet.copyOf(thrownException.getSuppressed()); in testSuppressingSuppressor() local 304 assertEquals(ImmutableSet.of(c1Exception, c2Exception), suppressed); in testSuppressingSuppressor() local 328 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress() 337 private final Throwable suppressed; field in CloserTest.Suppression 339 private Suppression(Closeable closeable, Throwable thrown, Throwable suppressed) { in Suppression()
|
H A D | CharSourceTest.java | 253 int suppressed = runSuppressionFailureTest(in, newNormalCharSink()); in testCopyExceptions() local 261 int suppressed = runSuppressionFailureTest(newNormalCharSource(), out); in testCopyExceptions() local 270 int suppressed = runSuppressionFailureTest(in, out); in testCopyExceptions() local
|
H A D | ByteSourceTest.java | 383 int suppressed = runSuppressionFailureTest(in, newNormalByteSink()); in testCopyExceptions() local 391 int suppressed = runSuppressionFailureTest(newNormalByteSource(), out); in testCopyExceptions() local 400 int suppressed = runSuppressionFailureTest(in, out); in testCopyExceptions() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/ |
H A D | CloserTest.java | 301 ImmutableSet<Throwable> suppressed = ImmutableSet.copyOf(thrownException.getSuppressed()); in testSuppressingSuppressor() local 304 assertEquals(ImmutableSet.of(c1Exception, c2Exception), suppressed); in testSuppressingSuppressor() local 328 public void suppress(Closeable closeable, Throwable thrown, Throwable suppressed) { in suppress() 337 private final Throwable suppressed; field in CloserTest.Suppression 339 private Suppression(Closeable closeable, Throwable thrown, Throwable suppressed) { in Suppression()
|
H A D | CharSourceTest.java | 283 int suppressed = runSuppressionFailureTest(in, newNormalCharSink()); in testCopyExceptions() local 291 int suppressed = runSuppressionFailureTest(newNormalCharSource(), out); in testCopyExceptions() local 300 int suppressed = runSuppressionFailureTest(in, out); in testCopyExceptions() local
|
H A D | ByteSourceTest.java | 383 int suppressed = runSuppressionFailureTest(in, newNormalByteSink()); in testCopyExceptions() local 391 int suppressed = runSuppressionFailureTest(newNormalByteSource(), out); in testCopyExceptions() local 400 int suppressed = runSuppressionFailureTest(in, out); in testCopyExceptions() local
|
/aosp_15_r20/external/angle/third_party/bazel/desugar/ |
HD | Desugar_runtime.jar | ... , java.lang.Throwable)
Throwable receiver
Throwable suppressed
public java.lang.Throwable[] getSuppressed ( ... |
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/ |
H A D | RunTestTest.kt | 168 val suppressed = unwrap(e).suppressedExceptions in <lambda>() constant 209 val suppressed = unwrap(e).suppressedExceptions in <lambda>() constant 365 val suppressed = e.suppressedExceptions + in <lambda>() constant
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/ |
H A D | RunTestLegacyScopeTest.kt | 94 val suppressed = unwrap(e).suppressedExceptions in <lambda>() constant 241 val suppressed = e.suppressedExceptions + in <lambda>() constant
|
H A D | RunBlockingTestOnTestScopeTest.kt | 139 val suppressed = e.suppressedExceptions + in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | VisualInterruptionDecisionProviderImpl.kt | 106 fun suppressed(legacySuppressor: NotificationInterruptSuppressor, methodName: String) = in suppressed() method 114 fun suppressed(suppressor: VisualInterruptionSuppressor) = in suppressed() method
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/ |
H A D | ConcurrentExceptionsStressTest.kt | 48 val suppressed = cause.suppressedExceptions in <lambda>() constant
|
/aosp_15_r20/external/libchrome/base/third_party/valgrind/ |
H A D | memcheck.h | 203 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument 225 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/third_party/valgrind/ |
D | memcheck.h | 206 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument 228 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument
|
/aosp_15_r20/external/cronet/base/third_party/valgrind/ |
H A D | memcheck.h | 203 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument 225 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/third_party/valgrind/ |
D | memcheck.h | 206 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \ argument 228 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \ argument
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/ |
H A D | ThrowableTest.java | 180 Throwable suppressed = newThrowable("Suppressed", "A", "B", "E", "F"); in testPrintStackTraceWithEverything() local 320 Throwable suppressed = newThrowable("Suppressed"); in testEnableSuppressionSerialization() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/ |
H A D | StylusUsiPowerUI.kt | 66 private var suppressed = false variable in com.android.systemui.stylus.StylusUsiPowerUI
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/interruption/ |
D | VisualInterruptionDecisionProviderImpl.java | 415 …n.interruption.VisualInterruptionDecisionProviderImpl.LoggableDecision suppressed(@org.jetbrains.a… in suppressed() method in VisualInterruptionDecisionProviderImpl.LoggableDecision.Companion 422 …n.interruption.VisualInterruptionDecisionProviderImpl.LoggableDecision suppressed(@org.jetbrains.a… in suppressed() method in VisualInterruptionDecisionProviderImpl.LoggableDecision.Companion
|
/aosp_15_r20/libcore/dalvik/src/main/java/dalvik/system/ |
H A D | DexFile.java | 320 public Class loadClassBinaryName(String name, ClassLoader loader, List<Throwable> suppressed) { in loadClassBinaryName() 325 DexFile dexFile, List<Throwable> suppressed) { in defineClass()
|
H A D | DexPathList.java | 530 public Class<?> findClass(String name, List<Throwable> suppressed) { in findClass() 774 List<Throwable> suppressed) { in findClass()
|
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/ |
H A D | RouteException.java | 55 private void addSuppressedIfPossible(IOException e, IOException suppressed) { in addSuppressedIfPossible()
|