Home
last modified time | relevance | path

Searched defs:fillInStackTrace (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DStatusException.java30 private final boolean fillInStackTrace; field in StatusException
51 StatusException(Status status, @Nullable Metadata trailers, boolean fillInStackTrace) { in StatusException()
60 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in StatusException
DStatusRuntimeException.java32 private final boolean fillInStackTrace; field in StatusRuntimeException
53 StatusRuntimeException(Status status, @Nullable Metadata trailers, boolean fillInStackTrace) { in StatusRuntimeException()
62 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in StatusRuntimeException
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/flow/internal/
DFlowExceptions.kt14 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method in kotlinx.coroutines.flow.internal.AbortFlowException
23 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method in kotlinx.coroutines.flow.internal.ChildCancelledException
/external/mockito/src/test/java/org/mockitousage/bugs/
DFillInStackTraceScenariosTest.java34 public Exception fillInStackTrace() { in fillInStackTrace() method in FillInStackTraceScenariosTest.NullStackTraceException
40 public Exception fillInStackTrace() { in fillInStackTrace() method in FillInStackTraceScenariosTest.NewStackTraceException
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DShortBufferWithoutStackTraceException.java40 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ShortBufferWithoutStackTraceException
/external/conscrypt/common/src/main/java/org/conscrypt/
DShortBufferWithoutStackTraceException.java38 @Override public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ShortBufferWithoutStackTraceException
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExceptions.kt39 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method
DCoroutineExceptionHandlerImpl.kt37 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method in kotlinx.coroutines.DiagnosticCoroutineContextException
/external/guava/guava/src/com/google/common/util/concurrent/
DTimeoutFuture.java150 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in TimeoutFuture.TimeoutFutureException
/external/guava/android/guava/src/com/google/common/util/concurrent/
DTimeoutFuture.java150 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in TimeoutFuture.TimeoutFutureException
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/
DTakeBenchmark.kt51 override fun fillInStackTrace(): Throwable = this in <lambda>() method in benchmarks.flow.TakeBenchmark.StacklessCancellationException
/external/robolectric/robolectric/src/main/java/org/robolectric/android/internal/
DAndroidTestEnvironment.java635 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in AndroidTestEnvironment.UnExecutedRunnablesException