/aosp_15_r20/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/ |
D | IkeIOException.java | 64 public synchronized Throwable initCause(Throwable cause) { in initCause() method in IkeIOException
|
/aosp_15_r20/external/apache-http/src/org/apache/http/util/ |
H A D | ExceptionUtils.java | 77 public static void initCause(Throwable throwable, Throwable cause) { in initCause() method in ExceptionUtils
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/exc/ |
H A D | ClassConstraintException.java | 49 public ClassConstraintException(final String message, final Throwable initCause) { in ClassConstraintException()
|
H A D | VerificationException.java | 51 VerificationException(final String message, final Throwable initCause) { in VerificationException()
|
H A D | VerifierConstraintViolatedException.java | 54 VerifierConstraintViolatedException(final String message, final Throwable initCause) { in VerifierConstraintViolatedException()
|
H A D | AssertionViolatedException.java | 47 public AssertionViolatedException(String message, final Throwable initCause) { in AssertionViolatedException()
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
H A D | ClassGenException.java | 39 public ClassGenException(final String s, final Throwable initCause) { in ClassGenException()
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
H A D | StackTraceRecovery.common.kt | 20 internal expect fun Throwable.initCause(cause: Throwable) in recoverStackTrace() method
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | IllegalIcuArgumentException.java | 31 public synchronized IllegalIcuArgumentException initCause(Throwable cause) { in initCause() method in IllegalIcuArgumentException
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/ |
H A D | StackTraceRecovery.kt | 21 internal actual fun Throwable.initCause(cause: Throwable) { in initCause() method
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | IllegalIcuArgumentException.java | 34 public synchronized IllegalIcuArgumentException initCause(Throwable cause) { in initCause() method in IllegalIcuArgumentException
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/ |
H A D | StackTraceRecovery.kt | 21 internal actual fun Throwable.initCause(cause: Throwable) { in initCause() method
|
/aosp_15_r20/frameworks/base/core/java/android/os/strictmode/ |
H A D | Violation.java | 45 public synchronized Throwable initCause(Throwable cause) { in initCause() method in Violation
|
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/runtime/ |
H A D | HardToCatchError.java | 39 public synchronized Throwable initCause(Throwable cause) { in initCause() method in HardToCatchError
|
/aosp_15_r20/external/javassist/src/main/javassist/ |
H A D | CannotCompileException.java | 43 public synchronized Throwable initCause(Throwable cause) { in initCause() method in CannotCompileException
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
H A D | Throwable.annotated.java | 52 @libcore.util.NonNull public synchronized java.lang.Throwable initCause(@libcore.util.Nullable java… in initCause() method in Throwable
|
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/transform/ |
H A D | TransformerException.java | 103 public synchronized Throwable initCause(Throwable cause) { in initCause() method in TransformerException
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
H A D | DTMException.java | 114 public synchronized Throwable initCause(Throwable cause) { in initCause() method in DTMException
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/ |
H A D | Throwable.java | 70 public synchronized java.lang.Throwable initCause(java.lang.Throwable cause) { in initCause() method in Throwable
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ |
D | Throwable.java | 475 public synchronized Throwable initCause(Throwable cause) { in initCause() method in Throwable
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/ |
D | Throwable.java | 475 public synchronized Throwable initCause(Throwable cause) { in initCause() method in Throwable
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | Throwable.java | 475 public synchronized Throwable initCause(Throwable cause) { in initCause() method in Throwable
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
H A D | StackTraceRecovery.kt | 208 internal actual fun Throwable.initCause(cause: Throwable) { in initCause() method
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
H A D | StackTraceRecoveryTest.kt | 147 override fun initCause(cause: Throwable?): Throwable { in <lambda>() method in kotlinx.coroutines.exceptions.StackTraceRecoveryTest.TrickyException
|
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/ |
H A D | Exceptions.cpp | 183 local_ref<JThrowable> JThrowable::initCause(alias_ref<JThrowable> cause) { in initCause() function in facebook::jni::JThrowable
|