Home
last modified time | relevance | path

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

12345678910>>...35

/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/
H A 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
H A 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
H A DInternalStatus.java46 @Nullable Metadata trailers, boolean fillInStackTrace) { in asRuntimeException()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/flow/internal/
H A DFlowExceptions.kt10 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method in kotlinx.coroutines.flow.internal.AbortFlowException
19 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method in kotlinx.coroutines.flow.internal.ChildCancelledException
/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/bugs/
H A DFillInStackTraceScenariosTest.java34 public Exception fillInStackTrace() { in fillInStackTrace() method in FillInStackTraceScenariosTest.NullStackTraceException
40 public Exception fillInStackTrace() { in fillInStackTrace() method in FillInStackTraceScenariosTest.NewStackTraceException
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DShortBufferWithoutStackTraceException.java40 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ShortBufferWithoutStackTraceException
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DShortBufferWithoutStackTraceException.java38 @Override public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ShortBufferWithoutStackTraceException
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/helper/
H A DValidationException.java18 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ValidationException
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/
H A DReaderException.java43 public final synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ReaderException
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/
H A DFailFastAssertionException.java70 public Throwable fillInStackTrace() { in fillInStackTrace() method in FailFastAssertionException
/aosp_15_r20/external/grpc-grpc-java/rls/src/main/java/io/grpc/rls/
H A DThrottler.java64 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in Throttler.ThrottledException
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
H A DExceptions.kt34 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
H A DCoroutineExceptionHandlerImpl.kt40 override fun fillInStackTrace(): Throwable { in fillInStackTrace() method in kotlinx.coroutines.internal.DiagnosticCoroutineContextException
/aosp_15_r20/frameworks/base/core/java/android/os/strictmode/
H A DViolation.java59 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in Violation
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixException.java74 public Throwable fillInStackTrace() { in fillInStackTrace() method in UnixException
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/
H A DThrowable.annotated.java62 @libcore.util.NonNull public synchronized java.lang.Throwable fillInStackTrace() { throw new Runtim… in fillInStackTrace() method in Throwable
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A DTimeoutFuture.java153 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in TimeoutFuture.TimeoutFutureException
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DTimeoutFuture.java153 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in TimeoutFuture.TimeoutFutureException
/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/
H A DTakeBenchmark.kt47 override fun fillInStackTrace(): Throwable = this in <lambda>() method in benchmarks.flow.TakeBenchmark.StacklessCancellationException
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/
H A DThrowable.java104 public synchronized java.lang.Throwable fillInStackTrace() { in fillInStackTrace() method in Throwable
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DThrowable.java814 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in Throwable
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/
DThrowable.java814 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in Throwable
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DThrowable.java814 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in Throwable
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/
H A DThrowableTest.java37 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in ThrowableTest.NoStackTraceException
/aosp_15_r20/external/robolectric/robolectric/src/main/java/org/robolectric/android/internal/
H A DAndroidTestEnvironment.java564 public synchronized Throwable fillInStackTrace() { in fillInStackTrace() method in AndroidTestEnvironment.UnExecutedRunnablesException

12345678910>>...35