/external/rust/android-crates-io/crates/icu_capi/bindings/js/ |
D | CodePointSetData.mjs | 109 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 147 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 185 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 223 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 261 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 299 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 337 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 375 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 413 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 451 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property [all …]
|
D | ExemplarCharacters.mjs | 84 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 102 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 120 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 138 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 156 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 174 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 192 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 210 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 228 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 246 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property
|
D | PropertyValueNameToEnumMapper.mjs | 99 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 127 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 155 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 183 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 211 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 239 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 267 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 295 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 323 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 351 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property
|
D | CodePointMapData8.mjs | 135 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 163 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 191 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 219 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 247 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 275 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 303 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 331 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 359 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property 387 throw new globalThis.Error('DataError: ' + cause.value, { cause }); property [all …]
|
D | DateTimeFormatter.mjs | 60 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 78 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 96 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 114 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 132 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 150 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 168 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 186 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 204 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 222 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property [all …]
|
D | DateTimeFormatterGregorian.mjs | 58 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 76 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 94 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 112 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 130 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 148 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 166 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 184 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 202 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property 220 throw new globalThis.Error('DateTimeFormatterLoadError: ' + cause.value, { cause }); property [all …]
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | SQLNonTransientExceptionTest.java | 331 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LThrowable() local 369 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable() local 407 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable_2() local 440 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable() local 480 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_2() local 518 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_4() local 556 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_6() local 592 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable() local 632 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_2() local 672 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_4() local [all …]
|
D | SQLTransactionRollbackExceptionTest.java | 368 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LThrowable() local 412 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable() local 455 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable_2() local 495 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable() local 538 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_2() local 581 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_4() local 624 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_6() local 668 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable() local 713 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_2() local 758 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_4() local [all …]
|
D | SQLInvalidAuthorizationSpecExceptionTest.java | 385 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LThrowable() local 429 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable() local 474 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable_2() local 515 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable() local 564 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_2() local 611 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_4() local 658 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_6() local 703 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable() local 752 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_2() local 801 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_4() local [all …]
|
D | SQLRecoverableExceptionTest.java | 331 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LThrowable() local 369 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable() local 407 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable_2() local 440 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable() local 480 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_2() local 518 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_4() local 556 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_6() local 592 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable() local 632 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_2() local 672 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_4() local [all …]
|
D | SQLTimeoutExceptionTest.java | 331 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LThrowable() local 368 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable() local 406 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable_2() local 439 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable() local 479 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_2() local 517 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_4() local 555 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_6() local 591 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable() local 631 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_2() local 671 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_4() local [all …]
|
D | SQLDataExceptionTest.java | 326 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LThrowable() local 363 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable() local 401 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable_2() local 433 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable() local 473 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_2() local 511 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_4() local 549 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_6() local 585 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable() local 625 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_2() local 665 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_4() local [all …]
|
D | SQLIntegrityConstraintViolationExceptionTest.java | 397 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LThrowable() local 442 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable() local 489 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable_2() local 531 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable() local 580 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_2() local 627 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_4() local 674 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_6() local 719 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable() local 768 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_2() local 817 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_4() local [all …]
|
D | SQLNonTransientConnectionExceptionTest.java | 380 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LThrowable() local 424 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable() local 467 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable_2() local 508 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable() local 557 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_2() local 602 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_4() local 649 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_6() local 694 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable() local 743 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_2() local 792 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_4() local [all …]
|
D | SQLFeatureNotSupportedExceptionTest.java | 368 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LThrowable() local 412 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable() local 455 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable_2() local 495 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable() local 538 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_2() local 581 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_4() local 624 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_6() local 668 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable() local 713 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_2() local 758 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_4() local [all …]
|
D | SQLTransientConnectionExceptionTest.java | 368 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LThrowable() local 412 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable() local 455 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable_2() local 495 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable() local 538 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_2() local 581 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_4() local 624 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_6() local 668 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable() local 713 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_2() local 758 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_4() local [all …]
|
D | SQLTransientExceptionTest.java | 331 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LThrowable() local 369 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable() local 407 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable_2() local 440 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable() local 480 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_2() local 518 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_4() local 556 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_6() local 592 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable() local 632 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_2() local 672 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_4() local [all …]
|
D | SQLSyntaxErrorExceptionTest.java | 331 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LThrowable() local 369 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable() local 407 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLThrowable_2() local 440 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable() local 480 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_2() local 518 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_4() local 556 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringLThrowable_6() local 592 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable() local 632 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_2() local 672 Throwable cause = new Exception("MYTHROWABLE"); in test_Constructor_LStringLStringILThrowable_4() local [all …]
|
D | SQLClientInfoExceptionTest.java | 78 Throwable cause = new RuntimeException("Message"); in test_Constructor_LMapLThrowable() local 140 Throwable cause = new RuntimeException("Message"); in test_Constructor_LStringLMapLThrowable() local 190 Throwable cause = new RuntimeException("Message"); in test_Constructor_LStringLStringLMapLThrowable() local 217 Throwable cause = new RuntimeException("Message"); in test_Constructor_LStringLStringILMapLThrowable() local 263 Throwable cause = new RuntimeException("Message"); in testSerializationSelf() local 278 Throwable cause = new RuntimeException("Message"); in testSerializationCompatibility() local
|
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/exception/ |
D | SdkException.java | 55 public static SdkException create(String message, Throwable cause) { in create() 89 Builder cause(Throwable cause); in cause() argument 96 Throwable cause(); in cause() method 137 protected Throwable cause; field in SdkException.BuilderImpl 154 public void setCause(Throwable cause) { in setCause() 159 public Builder cause(Throwable cause) { in cause() argument 165 public Throwable cause() { in cause() method in SdkException.BuilderImpl
|
D | NonRetryableException.java | 52 public static NonRetryableException create(String message, Throwable cause) { in create() 61 Builder cause(Throwable cause); in cause() argument 91 public Throwable cause() { in cause() method in NonRetryableException.BuilderImpl 96 public Builder cause(Throwable cause) { in cause() method in NonRetryableException.BuilderImpl
|
/external/robolectric/utils/src/main/java/org/robolectric/util/inject/ |
D | InjectionException.java | 4 public InjectionException(Class<?> clazz, String message, Throwable cause) { in InjectionException() 5 super(clazz.getName() + ": " + message, cause); in InjectionException() local 8 public InjectionException(Injector.Key<?> key, String message, Throwable cause) { in InjectionException() 20 public InjectionException(Class<?> clazz, Throwable cause) { in InjectionException() 21 super(clazz.getName() + ": failed to inject", cause); in InjectionException() local 24 public InjectionException(Injector.Key<?> key, Throwable cause) { in InjectionException()
|
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/ |
D | UnusedChannelExceptionHandler.java | 48 public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) { in exceptionCaught() 63 + "completed to prevent any ongoing issues.", cause); in exceptionCaught() local 72 … + "not in use. The channel has been closed to prevent any ongoing issues.", cause); in exceptionCaught() local 81 private boolean isNettyIoException(Throwable cause) { in isNettyIoException() 85 private boolean hasNettyIoExceptionCause(Throwable cause) { in hasNettyIoExceptionCause()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/ |
D | ParserException.java | 34 @Nullable String message, @Nullable Throwable cause) { in createForMalformedDataOfUnknownType() 47 @Nullable String message, @Nullable Throwable cause) { in createForMalformedContainer() 60 @Nullable String message, @Nullable Throwable cause) { in createForMalformedManifest() 74 @Nullable String message, @Nullable Throwable cause) { in createForManifestWithUnsupportedFeature() 101 @Nullable Throwable cause, in ParserException()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/ |
D | ParserException.java | 34 @Nullable String message, @Nullable Throwable cause) { in createForMalformedDataOfUnknownType() 47 @Nullable String message, @Nullable Throwable cause) { in createForMalformedContainer() 60 @Nullable String message, @Nullable Throwable cause) { in createForMalformedManifest() 74 @Nullable String message, @Nullable Throwable cause) { in createForManifestWithUnsupportedFeature() 101 @Nullable Throwable cause, in ParserException()
|