Home
last modified time | relevance | path

Searched defs:exception (Results 876 – 900 of 6738) sorted by relevance

1...<<31323334353637383940>>...270

/aosp_15_r20/packages/modules/Permission/SafetyCenter/Persistence/tests/java/com/android/safetycenter/persistence/
DPersistenceExceptionTest.kt32 val exception = PersistenceException(message) in propagatesMessage() constant
43 val exception = PersistenceException(message, cause) in propagatesMessageAndCause() constant
/aosp_15_r20/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetySourceDataTest.kt262 val exception = assertFailsWith(IllegalArgumentException::class) { builder.build() } in build_withUnspecifiedStatusAndRecommendationIssues_throwsIllegalArgumentException() constant
275 val exception = assertFailsWith(IllegalArgumentException::class) { builder.build() } in build_withInformationStatusAndRecommendationIssues_throwsIllegalArgumentException() constant
288 val exception = assertFailsWith(IllegalArgumentException::class) { builder.build() } in build_withRecommendationStatusAndCriticalIssues_throwsIllegalArgumentException() constant
301 val exception = assertFailsWith(IllegalArgumentException::class) { builder.build() } in build_duplicateIssueIds_throwsIllegalArgumentException() constant
/aosp_15_r20/external/google-breakpad/src/client/mac/tests/
H A Dexception_handler_test.cc133 MinidumpException* exception = minidump.GetException(); in InProcessCrash() local
212 MinidumpException* exception = minidump.GetException(); in TEST_F() local
231 MinidumpException* exception = minidump.GetException(); in TEST_F() local
378 MinidumpException* exception = minidump.GetException(); in TEST_F() local
477 MinidumpException* exception = minidump.GetException(); in TEST_F() local
576 MinidumpException* exception = minidump.GetException(); in TEST_F() local
651 MinidumpException* exception = minidump.GetException(); in TEST_F() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/test/java/com/google/api/gax/httpjson/
H A DRetryingTest.java221 ApiException exception = assertThrows(ApiException.class, () -> callable.call(1)); in retryOnUnexpectedException() local
245 ApiException exception = assertThrows(ApiException.class, () -> callable.call(1)); in retryNoRecover() local
265 UncheckedExecutionException exception = in retryKeepFailing() local
300 ApiException exception = in testKnownStatusCode() local
318 UnknownException exception = assertThrows(UnknownException.class, () -> callable.call(1)); in testUnknownStatusCode() local
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/
H A Dtest_status.cpp75 binder_exception_t exception, in checkIsErrorException()
123 for (binder_exception_t exception : kErrorExceptions) { in TEST() local
132 for (binder_exception_t exception : kErrorExceptions) { in TEST() local
167 for (binder_exception_t exception : kUnknownExceptions) { in TEST() local
179 for (binder_exception_t exception : kUnknownExceptions) { in TEST() local
/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/
H A DRegionCommitmentsClientTest.java122 ApiException exception = in aggregatedListExceptionTest() local
187 ApiException exception = in getExceptionTest() local
258 ApiException exception = in insertExceptionTest() local
310 ApiException exception = in listExceptionTest() local
382 ApiException exception = in updateExceptionTest() local
H A DTargetInstancesClientTest.java122 ApiException exception = in aggregatedListExceptionTest() local
191 ApiException exception = in deleteExceptionTest() local
247 ApiException exception = in getExceptionTest() local
318 ApiException exception = in insertExceptionTest() local
370 ApiException exception = in listExceptionTest() local
H A DNetworkEdgeSecurityServicesClientTest.java121 ApiException exception = in aggregatedListExceptionTest() local
191 ApiException exception = in deleteExceptionTest() local
248 ApiException exception = in getExceptionTest() local
321 ApiException exception = in insertExceptionTest() local
398 ApiException exception = in patchExceptionTest() local
H A DRegionHealthCheckServicesClientTest.java136 ApiException exception = in deleteExceptionTest() local
194 ApiException exception = in getExceptionTest() local
266 ApiException exception = in insertExceptionTest() local
318 ApiException exception = in listExceptionTest() local
390 ApiException exception = in patchExceptionTest() local
H A DRegionSecurityPoliciesClientTest.java136 ApiException exception = in deleteExceptionTest() local
197 ApiException exception = in getExceptionTest() local
268 ApiException exception = in insertExceptionTest() local
320 ApiException exception = in listExceptionTest() local
392 ApiException exception = in patchExceptionTest() local
H A DRegionTargetHttpProxiesClientTest.java136 ApiException exception = in deleteExceptionTest() local
192 ApiException exception = in getExceptionTest() local
263 ApiException exception = in insertExceptionTest() local
315 ApiException exception = in listExceptionTest() local
387 ApiException exception = in setUrlMapExceptionTest() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/base/
H A DThrowablesTest.java254 SomeCheckedException exception = new SomeCheckedException(); in testGetRootCause_noCause() local
260 SomeChainingException exception = new SomeChainingException(cause); in testGetRootCause_singleWrapped() local
266 SomeChainingException exception = new SomeChainingException(new SomeChainingException(cause)); in testGetRootCause_doubleWrapped() local
272 Exception exception = new Exception(cause); in testGetRootCause_loop() local
317 Exception exception = new Exception(cause); in testGetCasualChainLoop() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/base/
H A DThrowablesTest.java254 SomeCheckedException exception = new SomeCheckedException(); in testGetRootCause_noCause() local
260 SomeChainingException exception = new SomeChainingException(cause); in testGetRootCause_singleWrapped() local
266 SomeChainingException exception = new SomeChainingException(new SomeChainingException(cause)); in testGetRootCause_doubleWrapped() local
272 Exception exception = new Exception(cause); in testGetRootCause_loop() local
317 Exception exception = new Exception(cause); in testGetCasualChainLoop() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dgcc.rs62 let exception = Box::new(Exception { in panic() localVariable
86 let exception = ptr as *mut uw::_Unwind_Exception; in cleanup() localVariable
92 let exception = exception.cast::<Exception>(); in cleanup() localVariable
104 let exception = Box::from_raw(exception as *mut Exception); in cleanup() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dgcc.rs62 let exception = Box::new(Exception { in panic() localVariable
86 let exception = ptr as *mut uw::_Unwind_Exception; in cleanup() localVariable
92 let exception = exception.cast::<Exception>(); in cleanup() localVariable
104 let exception = Box::from_raw(exception as *mut Exception); in cleanup() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dgcc.rs62 let exception = Box::new(Exception { in panic() localVariable
86 let exception = ptr as *mut uw::_Unwind_Exception; in cleanup() localVariable
92 let exception = exception.cast::<Exception>(); in cleanup() localVariable
104 let exception = Box::from_raw(exception as *mut Exception); in cleanup() localVariable
/aosp_15_r20/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionCallback.java156 default void onClosedExceptionally(@NonNull IkeException exception) {} in onClosedExceptionally()
164 default void onClosedWithException(@NonNull IkeException exception) { in onClosedWithException()
181 default void onError(@NonNull IkeProtocolException exception) {} in onError()
191 default void onError(@NonNull IkeException exception) { in onError()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dgcc.rs62 let exception = Box::new(Exception { in panic() localVariable
86 let exception = ptr as *mut uw::_Unwind_Exception; in cleanup() localVariable
92 let exception = exception.cast::<Exception>(); in cleanup() localVariable
104 let exception = Box::from_raw(exception as *mut Exception); in cleanup() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dgcc.rs62 let exception = Box::new(Exception { in panic() localVariable
86 let exception = ptr as *mut uw::_Unwind_Exception; in cleanup() localVariable
92 let exception = exception.cast::<Exception>(); in cleanup() localVariable
104 let exception = Box::from_raw(exception as *mut Exception); in cleanup() localVariable
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
H A DAppSearchSessionCtsTestBase.java180 AppSearchException exception = (AppSearchException) executionException.getCause(); in testSetSchema_Failure() local
215 UnsupportedOperationException exception = in testSetSchema_schemaDescription_notSupported() local
244 UnsupportedOperationException exception = in testSetSchema_propertyDescription_notSupported() local
723 AppSearchException exception = (AppSearchException) executionException.getCause(); in testSetSchemaWithInvalidCycle_circularReferencesSupported() local
771 AppSearchException exception = (AppSearchException) executionException.getCause(); in testSetSchemaWithValidCycle_circularReferencesNotSupported() local
798 ExecutionException exception = in testSetSchema_maxProperties() local
879 ExecutionException exception = in testSetSchema_maxProperties_nestedSchemas() local
2846 AppSearchException exception = (AppSearchException) executionException.getCause(); in testQueryIndexableLongProperty_numericSearchNotEnabled() local
3797 AppSearchException exception = (AppSearchException) executionException.getCause(); in testQuery_invalidAdvancedRanking() local
3841 AppSearchException exception = (AppSearchException) executionException.getCause(); in testQuery_invalidAdvancedRankingWithChildrenRankingSignals() local
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/impl/
DCobaltLoggerImplTest.java391 ExecutionException exception = in testLogOccurrence_unsupportedMetricType_notStoredWithError() local
421 ExecutionException exception = in testLogOccurrence_negativeCount_notStoredWithError() local
442 ExecutionException exception = in testLogOccurrence_negativeEventCode_notStoredWithError() local
800 ExecutionException exception = in testLogString_unsupportedMetricType_notStoredWithError() local
830 ExecutionException exception = in testLogString_negativeEventCode_notStoredWithError() local
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/examplestore/
DFederatedExampleIteratorTest.java152 ExecutionException exception = in testGetNextResultSuccess() local
175 ExecutionException exception = in testNextResultSuccess() local
237 ExecutionException exception = in testExampleStoreIteratorReturnsErrorWhenCallNext() local
267 ExecutionException exception = in testExampleStoreIteratorReturnsErrorWhenCallHasNext() local
297 ExecutionException exception = in testCallsAfterClose() local
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/multipart/
H A DUploadObjectHelperTest.java184 SdkClientException exception = SdkClientException.create("request failed"); in mpu_onePartFailed_shouldFailOtherPartsAndAbort() local
270 SdkClientException exception = SdkClientException.create("CompleteMultipartUpload failed"); in uploadObject_createMultipartUploadFailed_shouldFail() local
292 SdkClientException exception = SdkClientException.create("CompleteMultipartUpload failed"); in uploadObject_completeMultipartFailed_shouldFailAndAbort() local
313 Exception exception = new RuntimeException("error"); in uploadObject_requestBodyOnError_shouldFailAndAbort() local
357 …adPartCalls(OngoingStubbing<CompletableFuture<UploadPartResponse>> stubbing, Exception exception) { in stubFailedUploadPartCalls()
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/services/
H A DServicesTest.kt37 val exception = assertThrows(NeneException::class.java) { in unavailableService_serviceIsAvailable_throws() constant
45 val exception = assertThrows(NeneException::class.java) { in hiddenService_serviceIsAvailable_throws() constant
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionCallbackTest.java64 public void onClosedExceptionally(IkeException exception) {} in onClosedExceptionally()
74 public void onError(IkeProtocolException exception) { in onError()
83 public void onError(IkeProtocolException exception) { in onError()
88 public void onError(IkeException exception) { in onError()

1...<<31323334353637383940>>...270