Home
last modified time | relevance | path

Searched defs:exception (Results 1126 – 1150 of 6738) sorted by relevance

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

/aosp_15_r20/external/google-cloud-java/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/
H A DMachineTypesClientTest.java120 ApiException exception = in aggregatedListExceptionTest() local
181 ApiException exception = in getExceptionTest() local
234 ApiException exception = in listExceptionTest() local
H A DDiskTypesClientTest.java118 ApiException exception = in aggregatedListExceptionTest() local
174 ApiException exception = in getExceptionTest() local
227 ApiException exception = in listExceptionTest() local
H A DAcceleratorTypesClientTest.java119 ApiException exception = in aggregatedListExceptionTest() local
173 ApiException exception = in getExceptionTest() local
226 ApiException exception = in listExceptionTest() local
H A DNodeTypesClientTest.java118 ApiException exception = in aggregatedListExceptionTest() local
175 ApiException exception = in getExceptionTest() local
228 ApiException exception = in listExceptionTest() local
/aosp_15_r20/external/google-cloud-java/java-webrisk/google-cloud-webrisk/src/test/java/com/google/cloud/webrisk/v1beta1/
H A DWebRiskServiceV1Beta1ClientTest.java128 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in computeThreatListDiffExceptionTest() local
171 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in searchUrisExceptionTest() local
213 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in searchHashesExceptionTest() local
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/AppDataIsolationTestApp/common/src/com/android/cts/appdataisolation/common/
H A DFileUtils.java57 Exception exception = expectThrows(FileNotFoundException.class, () -> { in assertDirIsNotAccessible() local
70 Exception exception = expectThrows(FileNotFoundException.class, () -> { in assertDirDoesNotExist() local
116 Exception exception = expectThrows(FileNotFoundException.class, () -> { in assertFileDoesNotExist() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathException.java188 Throwable exception = m_exception; in printStackTrace() local
221 Throwable exception = m_exception; in getMessage() local
281 Throwable exception = m_exception; in printStackTrace() local
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/phr/src/android/healthconnect/cts/phr/apis/
DGetMedicalDataSourcesByRequestCtsTest.java169 HealthConnectException exception = receiver.assertAndGetException(); in testGetMedicalDataSourcesByRequest_readLimitExceeded_throws() local
291 HealthConnectException exception = in testGetMedicalDataSourcesByRequest_InBackgroundNoPermission_throws() local
304 HealthConnectException exception = in testGetMedicalDataSourcesByRequest_InForegroundNoPermission_throws() local
678 HealthConnectException exception = in getByPackages_withPackageFilterSelfNotIncluded_inBgWithoutBgPermHasWritePermNoRead() local
1124 HealthConnectException exception = in getByPackages_withPackageFilterSelfNotIncluded_inForegroundHasWritePermNoReadPerms() local
1145 HealthConnectException exception = in getByPackages_withPackageFilterSelfNotIncluded_inBgWithBgReadHasWritePermNoRead() local
/aosp_15_r20/external/aws-sdk-java-v2/services/rdsdata/src/main/resources/codegen-resources/
H A Dservice-2.json180 "exception":true boolean
236 "exception":true boolean
455 "exception":true boolean
467 "exception":true boolean
475 "exception":true, boolean
670 "exception":true boolean
683 "exception":true boolean
697 "exception":true, boolean
710 "exception":true boolean
742 "exception":true boolean
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DInvocationExecutionTest.java449 Throwable exception = new Throwable("Original error"); in testDoTearDown() local
520 Throwable exception = new Throwable("Original error"); in testDoTearDown_multiDevice() local
550 Throwable exception = new Throwable("Original error"); in testDoTearDown_logger() local
605 Throwable exception = new Throwable("Original error"); in testDoTearDown_exception() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/
H A DTestCoroutineScopeTest.kt129 val exception = TestException("test") in <lambda>() constant
142 val exception = TestException("test") in <lambda>() constant
/aosp_15_r20/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DSQLExceptionTest.java545 SQLException exception = new SQLException(e); in testConstructor_Ljava_lang_Throwable() local
556 SQLException exception = new SQLException("reason", e); in testConstructor_LString_Throwable() local
568 SQLException exception = new SQLException("reason", "state", e); in testConstructor_LString_String_Throwable() local
581 SQLException exception = new SQLException("reason", "state", 18, e); in testConstructor_LString_String_I_Throwable() local
/aosp_15_r20/external/google-cloud-java/java-speech/google-cloud-speech/src/test/java/com/google/cloud/speech/v1p1beta1/
H A DSpeechClientTest.java119 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in recognizeExceptionTest() local
173 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in longRunningRecognizeExceptionTest() local
219 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in streamingRecognizeExceptionTest() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/decoder/src/main/java/com/google/android/exoplayer2/decoder/
H A DSimpleDecoder.java45 @Nullable private E exception; field in SimpleDecoder
182 @Nullable E exception = this.exception; in maybeThrowException() local
236 @Nullable E exception; in decode() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/decoder/src/main/java/com/google/android/exoplayer2/decoder/
H A DSimpleDecoder.java45 @Nullable private E exception; field in SimpleDecoder
182 @Nullable E exception = this.exception; in maybeThrowException() local
236 @Nullable E exception; in decode() local
/aosp_15_r20/external/google-cloud-java/java-speech/google-cloud-speech/src/test/java/com/google/cloud/speech/v1/
H A DSpeechClientTest.java119 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in recognizeExceptionTest() local
173 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in longRunningRecognizeExceptionTest() local
219 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in streamingRecognizeExceptionTest() local
/aosp_15_r20/external/aws-sdk-java-v2/services/elasticloadbalancingv2/src/main/resources/codegen-resources/
H A Dservice-2.json865 "exception":true boolean
1007 "exception":true boolean
1217 "exception":true boolean
1233 "exception":true boolean
1265 "exception":true boolean
2122 "exception":true boolean
2134 "exception":true boolean
2146 "exception":true boolean
2158 "exception":true boolean
2170 "exception":true boolean
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/sns/src/main/resources/codegen-resources/
H A Dservice-2.json876 "exception":true boolean
889 "exception":true boolean
902 "exception":true boolean
968 "exception":true boolean
1185 "exception":true boolean
1215 "exception":true boolean
1228 "exception":true boolean
1378 "exception":true, boolean
1392 "exception":true boolean
1405 "exception":true boolean
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/iotjobsdataplane/src/main/resources/codegen-resources/
H A Dapi-2.json90 "exception":true boolean
176 "exception":true boolean
184 "exception":true boolean
256 "exception":true boolean
264 "exception":true, boolean
294 "exception":true boolean
309 "exception":true boolean
/aosp_15_r20/external/okio/okio-testing-support/src/commonMain/kotlin/okio/
H A DAbstractFileSystemTest.kt413 val exception = assertFailsWith<IOException> { in <lambda>() constant
519 val exception = assertFailsWith<IOException> { in <lambda>() constant
700 val exception = assertFailsWith<IOException> { in <lambda>() constant
721 val exception = assertFailsWith<IOException> { in <lambda>() constant
1009 val exception = assertFailsWith<IOException> { in <lambda>() constant
1043 val exception = assertFailsWith<IOException> { in <lambda>() constant
1139 val exception = assertFailsWith<IOException> { in <lambda>() constant
1246 val exception = assertFailsWith<IOException> { in <lambda>() constant
1257 val exception = assertFailsWith<IOException> { in <lambda>() constant
2340 val exception = assertFailsWith<IOException> { in <lambda>() constant
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/http/pipeline/stages/
H A DRetryableStageAdaptiveModeTest.java125 SdkServiceException exception = SdkServiceException.builder() in execute_nonThrottlingServiceException_doesNotUpdateRate() local
141 SdkServiceException exception = SdkServiceException.builder() in execute_throttlingServiceException_updatesRate() local
220 public Response<Object> createUnsuccessfulResponse(SdkException exception) { in createUnsuccessfulResponse()
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core-http/src/main/java/com/google/cloud/http/
H A DBaseHttpServiceException.java36 IOException exception, boolean idempotent, Set<BaseServiceException.Error> retryableErrors) { in BaseHttpServiceException()
41 IOException exception, boolean idempotent, Set<BaseServiceException.Error> retryableErrors) { in makeExceptionData()
157 private static String message(IOException exception) { in message()
/aosp_15_r20/external/aws-sdk-java-v2/services/forecastquery/src/main/resources/codegen-resources/
H A Dservice-2.json106 "exception":true boolean
114 "exception":true boolean
122 "exception":true boolean
218 "exception":true boolean
226 "exception":true boolean
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DInvokeMethodTest.java144 TaggedObject exception = reply.getNextValueAsTaggedObject(); in makeNewInstance() local
221 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod001() local
337 TaggedObject exception = reply.getNextValueAsTaggedObject(); in testInvokeMethod002() local
/aosp_15_r20/frameworks/libs/service_entitlement/tests/src/com/android/libraries/entitlement/http/
DHttpClientTest.java123 ServiceEntitlementException exception = in request_httpGetResponseBadRequest_throwsException() local
213 ServiceEntitlementException exception = expectThrows( in request_getResponseCodeFailed_expectThrowsException() local
239 ServiceEntitlementException exception = expectThrows( in request_getResponseBodyFailed_expectThrowsException() local

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