Home
last modified time | relevance | path

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

12345678910>>...18

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
H A DWithContextExceptionHandlingTest.kt31 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 DJobExceptionHandlingTest.kt233 val suppressed = exception.suppressed in <lambda>() constant
270 val suppressed = exception.suppressed in <lambda>() constant
H A DJobNestedExceptionsTest.kt110 val suppressed = exception.suppressed in testChildThrowsDuringCompletion() constant
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/
H A DCloserTest.java301 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 DCharSourceTest.java253 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 DByteSourceTest.java383 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 DCloserTest.java301 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 DCharSourceTest.java283 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 DByteSourceTest.java383 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/
HDDesugar_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 DRunTestTest.kt168 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 DRunTestLegacyScopeTest.kt94 val suppressed = unwrap(e).suppressedExceptions in <lambda>() constant
241 val suppressed = e.suppressedExceptions + in <lambda>() constant
H A DRunBlockingTestOnTestScopeTest.kt139 val suppressed = e.suppressedExceptions + in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DVisualInterruptionDecisionProviderImpl.kt106 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 DConcurrentExceptionsStressTest.kt48 val suppressed = cause.suppressedExceptions in <lambda>() constant
/aosp_15_r20/external/libchrome/base/third_party/valgrind/
H A Dmemcheck.h203 #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/
Dmemcheck.h206 #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 Dmemcheck.h203 #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/
Dmemcheck.h206 #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 DThrowableTest.java180 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 DStylusUsiPowerUI.kt66 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/
DVisualInterruptionDecisionProviderImpl.java415 …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 DDexFile.java320 public Class loadClassBinaryName(String name, ClassLoader loader, List<Throwable> suppressed) { in loadClassBinaryName()
325 DexFile dexFile, List<Throwable> suppressed) { in defineClass()
H A DDexPathList.java530 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 DRouteException.java55 private void addSuppressedIfPossible(IOException e, IOException suppressed) { in addSuppressedIfPossible()

12345678910>>...18