/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | StatusRuntimeException.java | 32 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
|
D | StatusException.java | 30 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/ |
D | FlowExceptions.kt | 14 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/ |
D | FillInStackTraceScenariosTest.java | 34 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/ |
D | ShortBufferWithoutStackTraceException.java | 40 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ShortBufferWithoutStackTraceException
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | ShortBufferWithoutStackTraceException.java | 38 @Override public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ShortBufferWithoutStackTraceException
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/ |
D | Exceptions.kt | 39 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | TimeoutFuture.java | 148 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in TimeoutFuture.TimeoutFutureException
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | TimeoutFuture.java | 148 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in TimeoutFuture.TimeoutFutureException
|
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/ |
D | TakeBenchmark.kt | 51 override fun fillInStackTrace(): Throwable = this in <lambda>() method in benchmarks.flow.TakeBenchmark.StacklessCancellationException
|