Home
last modified time | relevance | path

Searched defs:exception (Results 1001 – 1025 of 6738) sorted by relevance

1...<<41424344454647484950>>...270

/aosp_15_r20/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/common/
DServiceUnavailableExceptionTest.java30 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
DProviderServiceInternalExceptionTest.java31 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 DHiltAndroidRuleTest.java36 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 Dapi-2.json71 "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 Dapi-2.json95 "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 DAccessDeniedExceptionTest.java29 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 DFileAlreadyExistsExceptionTest.java28 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 DNotLinkExceptionTest.java28 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 DNoSuchFileExceptionTest.java28 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 DBluetoothSocketExceptionTest.java32 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 DDispatchedTask.kt89 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 Dapi-2.json493 "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 DCompletionExceptionTest.java46 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 DExecutionExceptionTest.java46 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 DRejectedExecutionExceptionTest.java46 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 DRetryUtils.java35 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 DS3UtilitiesTest.java518 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 DCloneFailedExceptionTest.java54 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/
DCallExceptionTests.java57 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 Dservice-2.json499 "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 DITUnaryDeadline.java189 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/
DRateLimiterTest.java118 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/
DEapAkaApiTest.java484 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 DCheckFieldAdapterTest.java61 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 DCheckRecordComponentAdapterTest.java61 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

1...<<41424344454647484950>>...270