/aosp_15_r20/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/common/ |
D | ServiceUnavailableExceptionTest.java | 30 ServiceUnavailableException exception = new ServiceUnavailableException(); in testAdServicesUnavailableException_default() local 37 ServiceUnavailableException exception = new ServiceUnavailableException(ERROR_MESSAGE); in testAdServicesUnavailableException_correctErrorMsg() local 44 ServiceUnavailableException exception = new ServiceUnavailableException(ERROR_MESSAGE); in testAdServicesUnavailableException_isOfTypeIllegalStateException() local
|
D | ProviderServiceInternalExceptionTest.java | 31 ProviderServiceInternalException exception = new ProviderServiceInternalException(); in testProviderServiceInternalException_default() local 38 ProviderServiceInternalException exception = in testProviderServiceInternalException_correctErrorMsg() local 46 ProviderServiceInternalException exception = in testProviderServiceInternalException_isOfTypeIllegalStateException() local
|
/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/testing/ |
H A D | HiltAndroidRuleTest.java | 36 IllegalStateException exception = in testMissingHiltAndroidTest_fails() local 51 IllegalStateException exception = in testNonHiltTestApplication_fails() local 68 IllegalStateException exception = in testHiltAndroidApplication_fails() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kinesisvideoarchivedmedia/src/main/resources/codegen-resources/ |
H A D | api-2.json | 71 "exception":true boolean 205 "exception":true boolean 213 "exception":true boolean 239 "exception":true boolean 247 "exception":true boolean 255 "exception":true boolean 285 "exception":true boolean 315 "exception":true boolean
|
/aosp_15_r20/external/aws-sdk-java-v2/services/eks/src/main/resources/codegen-resources/ |
H A D | api-2.json | 95 "exception":true boolean 193 "exception":true boolean 230 "exception":true boolean 239 "exception":true boolean 248 "exception":true boolean 257 "exception":true, boolean 266 "exception":true, boolean 283 "exception":true boolean
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/nio/file/ |
H A D | AccessDeniedExceptionTest.java | 29 AccessDeniedException exception = new AccessDeniedException("file"); in test_constructor$String() local 38 AccessDeniedException exception = new AccessDeniedException("file", "otherFile", "reason"); in test_constructor$String$String$String() local 79 AccessDeniedException exception = (AccessDeniedException) in test_serialization() local
|
H A D | FileAlreadyExistsExceptionTest.java | 28 FileAlreadyExistsException exception = new FileAlreadyExistsException("file"); in test_constructor$String() local 37 FileAlreadyExistsException exception = new FileAlreadyExistsException("file", "otherFile", in test_constructor$String$String$String() local 80 FileAlreadyExistsException exception = (FileAlreadyExistsException) SerializationTester in test_serialization() local
|
H A D | NotLinkExceptionTest.java | 28 NotLinkException exception = new NotLinkException("file"); in test_constructor$String() local 37 NotLinkException exception = new NotLinkException("file", "otherFile", "reason"); in test_constructor$String$String$String() local 77 NotLinkException exception = (NotLinkException) SerializationTester.deserializeHex(hex); in test_serialization() local
|
H A D | NoSuchFileExceptionTest.java | 28 NoSuchFileException exception = new NoSuchFileException("file"); in test_constructor$String() local 37 NoSuchFileException exception = new NoSuchFileException("file", "otherFile", "reason"); in test_constructor$String$String$String() local 78 NoSuchFileException exception = (NoSuchFileException) SerializationTester in test_serialization() local
|
/aosp_15_r20/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
H A D | BluetoothSocketExceptionTest.java | 32 BluetoothSocketException exception = in test_getErrorCode_returnsCorrectErrorCode() local 41 BluetoothSocketException exception = in test_getMessage_returnsCustomErrorMsg() local 49 BluetoothSocketException exception = in test_getMessage_returnsErrorMsgWhenOnlyCodeIsProvided() local
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
H A D | DispatchedTask.kt | 89 val exception = getExceptionalResult(state) in getSuccessfulResult() constant 171 val exception = getExceptionalResult(state) in resume() constant
|
/aosp_15_r20/external/aws-sdk-java-v2/services/ram/src/main/resources/codegen-resources/ |
H A D | api-2.json | 493 "exception":true boolean 502 "exception":true boolean 511 "exception":true boolean 520 "exception":true boolean 529 "exception":true boolean 538 "exception":true boolean 547 "exception":true boolean 596 "exception":true boolean 610 "exception":true boolean 619 "exception":true boolean [all …]
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
H A D | CompletionExceptionTest.java | 46 CompletionException exception = new TestCompletionException(); in testConstructNoMessage() local 56 CompletionException exception = new TestCompletionException("test"); in testConstructWithMessage() local 67 CompletionException exception = new CompletionException("test", cause); in testConstructWithMessageAndCause() local
|
H A D | ExecutionExceptionTest.java | 46 ExecutionException exception = new TestExecutionException(); in testConstructNoMessage() local 56 ExecutionException exception = new TestExecutionException("test"); in testConstructWithMessage() local 67 ExecutionException exception = new ExecutionException("test", cause); in testConstructWithMessageAndCause() local
|
H A D | RejectedExecutionExceptionTest.java | 46 RejectedExecutionException exception = new TestExecutionException(); in testConstructDefault() local 57 RejectedExecutionException exception = new RejectedExecutionException("test", cause); in testConstructWithMessageAndCause() local 68 RejectedExecutionException exception = new RejectedExecutionException(cause); in testConstructWithCause() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/retry/ |
H A D | RetryUtils.java | 35 public static boolean isRequestEntityTooLargeException(SdkException exception) { in isRequestEntityTooLargeException() 56 public static boolean isClockSkewException(SdkException exception) { in isClockSkewException() 66 public static boolean isThrottlingException(SdkException exception) { in isThrottlingException()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/ |
H A D | S3UtilitiesTest.java | 518 Exception exception = assertThrows(IllegalArgumentException.class, () -> { in parseS3Uri_accessPointUri_shouldThrowProperErrorMessage() local 530 Exception exception = assertThrows(IllegalArgumentException.class, () -> { in parseS3Uri_accessPointUriWithFipsDualstack_shouldThrowProperErrorMessage() local 542 Exception exception = assertThrows(IllegalArgumentException.class, () -> { in parseS3Uri_outpostsUri_shouldThrowProperErrorMessage() local 554 Exception exception = assertThrows(IllegalArgumentException.class, () -> { in parseS3Uri_outpostsUriWithChinaPartition_shouldThrowProperErrorMessage() local 566 Exception exception = assertThrows(IllegalArgumentException.class, () -> { in parseS3Uri_withNonS3Uri_shouldThrowProperErrorMessage() local
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/exception/ |
H A D | CloneFailedExceptionTest.java | 54 final Exception exception = new CloneFailedException(EXCEPTION_MESSAGE, generateCause()); in testWithCauseAndMessage() local 65 final Exception exception = new CloneFailedException(EXCEPTION_MESSAGE); in testWithoutCause() local 75 final Exception exception = new CloneFailedException(generateCause()); in testWithoutMessage() local
|
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallExceptionTests.java | 57 CallException exception = new CallException(message, CODE_CALL_CANNOT_BE_SET_TO_ACTIVE); in testExceptionWithCode() local 65 CallException exception = new CallException(message, CODE_ERROR_UNKNOWN); in testDescribeContents() local 73 CallException exception = new CallException(message, CODE_ERROR_UNKNOWN); in testWriteToParcel() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/sqs/src/main/resources/codegen-resources/ |
H A D | service-2.json | 499 "exception":true boolean 507 "exception":true boolean 810 "exception":true boolean 869 "exception":true boolean 877 "exception":true boolean 885 "exception":true boolean 893 "exception":true boolean 902 "exception":true boolean 910 "exception":true boolean 918 "exception":true boolean [all …]
|
/aosp_15_r20/external/sdk-platform-java/showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it/ |
H A D | ITUnaryDeadline.java | 189 ExecutionException exception = in testGRPC_unaryUnsuccessfulResponse_exceedsRPCTimeoutAndTotalTimeout_throwsDeadlineExceededException() local 228 ExecutionException exception = in testHttpJson_unaryUnsuccessfulResponse_exceedsRPCTimeoutAndTotalTimeout_throwsDeadlineExceededException() local 270 ExecutionException exception = in testGRPC_unaryCallableRetry_deadlineExecutorTimesOutRequest_throwsDeadlineExceededException() local 315 ExecutionException exception = in testHttpJson_unaryCallableRetry_deadlineExecutorTimesOutRequest_throwsDeadlineExceededException() local
|
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/ratelimiter/ |
D | RateLimiterTest.java | 118 HealthConnectException exception = in testTryAcquireApiCallQuota_insertRecords_writeLimitExceeded() local 127 HealthConnectException exception = in testTryAcquireApiCallQuota_readLimitExceeded() local 134 HealthConnectException exception = in testRecordsChunkSizeLimitExceeded() local 143 HealthConnectException exception = in testRecordSizeLimitExceeded() local
|
/aosp_15_r20/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/eapaka/ |
D | EapAkaApiTest.java | 484 ServiceEntitlementException exception = in queryEntitlementStatus_noAuthenticationToken_invalidChallenge() local 671 ServiceEntitlementException exception = in queryEntitlementStatus_noAuthenticationToken_fourthChallenge_throwException() local 724 ServiceEntitlementException exception = in queryEntitlementStatus_noAuthenticationToken_emptyResponseBody_throwException() local 815 ServiceEntitlementException exception = in queryEntitlementStatus_noAuthenticationToken_eapAkaSyncFailure_invalidChallenge() local 859 ServiceEntitlementException exception = in queryEntitlementStatus_noAuthenticationToken_fourthEapAkaSyncFailure() local 1355 ServiceEntitlementException exception = in performEsimOdsaOperation_noAuthenticationToken_invalidChallenge() local
|
/aosp_15_r20/external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/ |
H A D | CheckFieldAdapterTest.java | 61 Exception exception = assertThrows(IllegalArgumentException.class, visitTypeAnnotation); in testVisitTypeAnnotation_illegalTypeAnnotation() local 71 Exception exception = assertThrows(IllegalArgumentException.class, visitAttribute); in testVisitAttribute_illegalAttribute() local 82 Exception exception = assertThrows(IllegalStateException.class, visitAttribute); in testVisitAttribute_afterEnd() local
|
H A D | CheckRecordComponentAdapterTest.java | 61 Exception exception = assertThrows(IllegalArgumentException.class, visitTypeAnnotation); in testVisitTypeAnnotation_illegalTypeAnnotation() local 71 Exception exception = assertThrows(IllegalArgumentException.class, visitAttribute); in testVisitAttribute_illegalAttribute() local 82 Exception exception = assertThrows(IllegalStateException.class, visitAttribute); in testVisitAttribute_afterEnd() local
|