| /libcore/luni/src/test/java/libcore/java/lang/invoke/ |
| D | LambdaConversionExceptionTest.java | 94 for (boolean writableStackTrace : trueAndFalse) { in constructorWithSuppressionsAndWritableStackTraces() 97 writableStackTrace); in constructorWithSuppressionsAndWritableStackTraces() 108 assertEquals(writableStackTrace, stackTraceHasElements); in constructorWithSuppressionsAndWritableStackTraces() 113 assertEquals(writableStackTrace, wroteStackTrace); in constructorWithSuppressionsAndWritableStackTraces()
|
| /libcore/ojluni/src/lambda/java/java/lang/invoke/ |
| D | LambdaConversionException.java | 73 …Exception(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) { in LambdaConversionException() argument 74 super(message, cause, enableSuppression, writableStackTrace); in LambdaConversionException()
|
| /libcore/ojluni/src/main/java/java/lang/invoke/ |
| D | LambdaConversionException.java | 75 …Exception(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) { in LambdaConversionException() argument 76 super(message, cause, enableSuppression, writableStackTrace); in LambdaConversionException()
|
| /libcore/ojluni/src/main/java/java/lang/ |
| D | RuntimeException.java | 117 boolean writableStackTrace) { in RuntimeException() argument 118 super(message, cause, enableSuppression, writableStackTrace); in RuntimeException()
|
| D | Error.java | 126 boolean writableStackTrace) { in Error() argument 127 super(message, cause, enableSuppression, writableStackTrace); in Error()
|
| D | Exception.java | 122 boolean writableStackTrace) { in Exception() argument 123 super(message, cause, enableSuppression, writableStackTrace); in Exception()
|
| D | Throwable.java | 379 boolean writableStackTrace) { in Throwable() argument 380 if (writableStackTrace) { in Throwable()
|
| /libcore/luni/src/test/java/libcore/java/lang/ |
| D | ErrorTest.java | 76 boolean writableStackTrace) { in TestError() argument 77 super(message, cause, enableSuppression, writableStackTrace); in TestError()
|
| D | RuntimeExceptionTest.java | 76 boolean writableStackTrace) { in TestRuntimeException() argument 77 super(message, cause, enableSuppression, writableStackTrace); in TestRuntimeException()
|
| D | ThrowableTest.java | 77 boolean enableSuppression, boolean writableStackTrace) { in SuppressionsThrowable() argument 78 super(detailMessage, throwable, enableSuppression, writableStackTrace); in SuppressionsThrowable()
|
| /libcore/ojluni/annotations/sdk/nullability/java/lang/ |
| D | Throwable.annotated.java | 44 …able java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace) { throw new… in Throwable() argument
|
| /libcore/ojluni/annotations/hiddenapi/java/lang/ |
| D | Throwable.java | 54 boolean writableStackTrace) { in Throwable() argument
|