Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/main/java/io/grpc/
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
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
/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
/external/guava/android/guava/src/com/google/common/util/concurrent/
DTimeoutFuture.java148 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in TimeoutFuture.TimeoutFutureException
/external/guava/guava/src/com/google/common/util/concurrent/
DTimeoutFuture.java148 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