Home
last modified time | relevance | path

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

/external/grpc-grpc-java/api/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
DInternalStatus.java46 @Nullable Metadata trailers, boolean fillInStackTrace) { in asRuntimeException()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/flow/internal/
DFlowExceptions.kt13 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method in kotlinx.coroutines.flow.internal.AbortFlowException
22 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/common/src/main/java/org/conscrypt/
DShortBufferWithoutStackTraceException.java38 @Override public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ShortBufferWithoutStackTraceException
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DShortBufferWithoutStackTraceException.java40 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ShortBufferWithoutStackTraceException
/external/jsoup/src/main/java/org/jsoup/helper/
DValidationException.java18 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ValidationException
/external/zxing/core/src/main/java/com/google/zxing/
DReaderException.java43 public final synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ReaderException
/external/json-schema-validator/src/main/java/com/networknt/schema/
DFailFastAssertionException.java70 public Throwable fillInStackTrace() { in fillInStackTrace() method in FailFastAssertionException
/external/grpc-grpc-java/rls/src/main/java/io/grpc/rls/
DThrottler.java64 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in Throttler.ThrottledException
DLbPolicyConfiguration.java465 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in LbPolicyConfiguration.InvalidChildPolicyConfigException
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExceptions.kt40 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DCoroutineExceptionHandlerImpl.kt44 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method
/external/guava/guava/src/com/google/common/util/concurrent/
DTimeoutFuture.java153 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in TimeoutFuture.TimeoutFutureException
/external/guava/android/guava/src/com/google/common/util/concurrent/
DTimeoutFuture.java153 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in TimeoutFuture.TimeoutFutureException
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/
DTakeBenchmark.kt47 override fun fillInStackTrace(): Throwable = this in <lambda>() method in benchmarks.flow.TakeBenchmark.StacklessCancellationException
/external/robolectric/robolectric/src/main/java/org/robolectric/android/internal/
DAndroidTestEnvironment.java580 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in AndroidTestEnvironment.UnExecutedRunnablesException
/external/leakcanary2/leakcanary-android-release/src/main/java/leakcanary/internal/
DRealHeapAnalysisJob.kt328 override fun fillInStackTrace(): Throwable { in <lambda>() method in leakcanary.internal.RealHeapAnalysisJob.StopAnalysis
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/naming/
DDefaultNamingStrategy.java90 … "awsErrorDetails", "cause", "fillInStackTrace", "getCause", "getLocalizedMessage", in Collections.addAll()