Home
last modified time | relevance | path

Searched full:exception (Results 1 – 25 of 34419) sorted by relevance

12345678910>>...1377

/aosp_15_r20/external/selinux/libsemanage/src/
H A Dsemanageswig_python_exception.i2 %exception semanage_reload_policy {
10 %exception semanage_get_hll_compiler_path {
18 %exception semanage_get_disable_dontaudit {
26 %exception semanage_set_default_priority {
34 %exception semanage_is_managed {
42 %exception semanage_connect {
50 %exception semanage_disconnect {
58 %exception semanage_begin_transaction {
66 %exception semanage_commit {
74 %exception semanage_access_check {
[all …]
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1alpha/
H A DAnalyticsAdminServiceClientHttpJsonTest.java99 public void tearDown() throws Exception { in tearDown()
104 public void getAccountTest() throws Exception { in getAccountTest()
137 public void getAccountExceptionTest() throws Exception { in getAccountExceptionTest()
138 ApiException exception = in getAccountExceptionTest() local
140 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in getAccountExceptionTest()
141 mockService.addException(exception); in getAccountExceptionTest()
146 Assert.fail("No exception raised"); in getAccountExceptionTest()
148 // Expected exception. in getAccountExceptionTest()
153 public void getAccountTest2() throws Exception { in getAccountTest2()
186 public void getAccountExceptionTest2() throws Exception { in getAccountExceptionTest2()
[all …]
H A DAnalyticsAdminServiceClientTest.java103 public void tearDown() throws Exception { in tearDown()
108 public void getAccountTest() throws Exception { in getAccountTest()
137 public void getAccountExceptionTest() throws Exception { in getAccountExceptionTest()
138 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in getAccountExceptionTest() local
139 mockAnalyticsAdminService.addException(exception); in getAccountExceptionTest()
144 Assert.fail("No exception raised"); in getAccountExceptionTest()
146 // Expected exception. in getAccountExceptionTest()
151 public void getAccountTest2() throws Exception { in getAccountTest2()
180 public void getAccountExceptionTest2() throws Exception { in getAccountExceptionTest2()
181 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in getAccountExceptionTest2() local
[all …]
/aosp_15_r20/external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/
H A DCheckMethodAdapterTest.java69 Exception exception = assertThrows(IllegalArgumentException.class, visitTypeAnnotation); in testVisitTypeAnnotation_illegalTypeRef() local
70 assertEquals("Invalid type reference sort 0xff", exception.getMessage()); in testVisitTypeAnnotation_illegalTypeRef()
80 Exception exception = assertThrows(IllegalArgumentException.class, visitParameterAnnotation); in testVisitParameterAnnotation_invisibleAnnotation_illegalParameterIndex() local
81 assertEquals("Invalid parameter index", exception.getMessage()); in testVisitParameterAnnotation_invisibleAnnotation_illegalParameterIndex()
91 Exception exception = assertThrows(IllegalArgumentException.class, visitParameterAnnotation); in testVisitParameterAnnotation_visibleAnnotation_illegalParameterIndex() local
92 assertEquals("Invalid parameter index", exception.getMessage()); in testVisitParameterAnnotation_visibleAnnotation_illegalParameterIndex()
100 Exception exception = assertThrows(IllegalArgumentException.class, visitParameterAnnotation); in testVisitParameterAnnotation_illegalDescriptor() local
101 assertEquals("Invalid descriptor: '", exception.getMessage()); in testVisitParameterAnnotation_illegalDescriptor()
110 Exception exception = assertThrows(IllegalStateException.class, visitAttribute); in testVisitAttribute_afterEnd() local
111 assertEquals("Cannot visit elements after visitEnd has been called.", exception.getMessage()); in testVisitAttribute_afterEnd()
[all …]
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/test/java/com/google/analytics/admin/v1beta/
H A DAnalyticsAdminServiceClientHttpJsonTest.java89 public void tearDown() throws Exception { in tearDown()
94 public void getAccountTest() throws Exception { in getAccountTest()
127 public void getAccountExceptionTest() throws Exception { in getAccountExceptionTest()
128 ApiException exception = in getAccountExceptionTest() local
130 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in getAccountExceptionTest()
131 mockService.addException(exception); in getAccountExceptionTest()
136 Assert.fail("No exception raised"); in getAccountExceptionTest()
138 // Expected exception. in getAccountExceptionTest()
143 public void getAccountTest2() throws Exception { in getAccountTest2()
176 public void getAccountExceptionTest2() throws Exception { in getAccountExceptionTest2()
[all …]
H A DAnalyticsAdminServiceClientTest.java93 public void tearDown() throws Exception { in tearDown()
98 public void getAccountTest() throws Exception { in getAccountTest()
127 public void getAccountExceptionTest() throws Exception { in getAccountExceptionTest()
128 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in getAccountExceptionTest() local
129 mockAnalyticsAdminService.addException(exception); in getAccountExceptionTest()
134 Assert.fail("No exception raised"); in getAccountExceptionTest()
136 // Expected exception. in getAccountExceptionTest()
141 public void getAccountTest2() throws Exception { in getAccountTest2()
170 public void getAccountExceptionTest2() throws Exception { in getAccountExceptionTest2()
171 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in getAccountExceptionTest2() local
[all …]
/aosp_15_r20/external/google-cloud-java/java-dlp/google-cloud-dlp/src/test/java/com/google/cloud/dlp/v2/
H A DDlpServiceClientHttpJsonTest.java127 public void tearDown() throws Exception { in tearDown()
132 public void inspectContentTest() throws Exception { in inspectContentTest()
165 public void inspectContentExceptionTest() throws Exception { in inspectContentExceptionTest()
166 ApiException exception = in inspectContentExceptionTest() local
168 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in inspectContentExceptionTest()
169 mockService.addException(exception); in inspectContentExceptionTest()
181 Assert.fail("No exception raised"); in inspectContentExceptionTest()
183 // Expected exception. in inspectContentExceptionTest()
188 public void redactImageTest() throws Exception { in redactImageTest()
226 public void redactImageExceptionTest() throws Exception { in redactImageExceptionTest()
[all …]
/aosp_15_r20/external/selinux/libselinux/src/
H A Dselinuxswig_python_exception.i2 %exception is_selinux_enabled {
10 %exception is_selinux_mls_enabled {
18 %exception getcon {
26 %exception getcon_raw {
34 %exception setcon {
42 %exception setcon_raw {
50 %exception getpidcon {
58 %exception getpidcon_raw {
66 %exception getprevcon {
74 %exception getprevcon_raw {
[all …]
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dmybusinesslodging.v1.json213 "description": "Mobility accessible elevator exception.",
221 … "Default unspecified exception. Use this only if a more specific exception does not match.",
229 "description": "Mobility accessible exception.",
237 … "Default unspecified exception. Use this only if a more specific exception does not match.",
249 "description": "Mobility accessible parking exception.",
257 … "Default unspecified exception. Use this only if a more specific exception does not match.",
269 "description": "Mobility accessible pool exception.",
277 … "Default unspecified exception. Use this only if a more specific exception does not match.",
296 "description": "Beach access exception.",
304 … "Default unspecified exception. Use this only if a more specific exception does not match.",
[all …]
/aosp_15_r20/external/google-cloud-java/java-dataform/google-cloud-dataform/src/test/java/com/google/cloud/dataform/v1alpha2/
H A DDataformClientHttpJsonTest.java99 public void tearDown() throws Exception { in tearDown()
104 public void listRepositoriesTest() throws Exception { in listRepositoriesTest()
138 public void listRepositoriesExceptionTest() throws Exception { in listRepositoriesExceptionTest()
139 ApiException exception = in listRepositoriesExceptionTest() local
141 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in listRepositoriesExceptionTest()
142 mockService.addException(exception); in listRepositoriesExceptionTest()
147 Assert.fail("No exception raised"); in listRepositoriesExceptionTest()
149 // Expected exception. in listRepositoriesExceptionTest()
154 public void listRepositoriesTest2() throws Exception { in listRepositoriesTest2()
188 public void listRepositoriesExceptionTest2() throws Exception { in listRepositoriesExceptionTest2()
[all …]
/aosp_15_r20/external/google-cloud-java/java-datacatalog/google-cloud-datacatalog/src/test/java/com/google/cloud/datacatalog/v1beta1/
H A DDataCatalogClientHttpJsonTest.java88 public void tearDown() throws Exception { in tearDown()
93 public void searchCatalogTest() throws Exception { in searchCatalogTest()
128 public void searchCatalogExceptionTest() throws Exception { in searchCatalogExceptionTest()
129 ApiException exception = in searchCatalogExceptionTest() local
131 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in searchCatalogExceptionTest()
132 mockService.addException(exception); in searchCatalogExceptionTest()
138 Assert.fail("No exception raised"); in searchCatalogExceptionTest()
140 // Expected exception. in searchCatalogExceptionTest()
145 public void createEntryGroupTest() throws Exception { in createEntryGroupTest()
178 public void createEntryGroupExceptionTest() throws Exception { in createEntryGroupExceptionTest()
[all …]
/aosp_15_r20/external/google-cloud-java/java-securitycenter/google-cloud-securitycenter/src/test/java/com/google/cloud/securitycenter/v1/
H A DSecurityCenterClientHttpJsonTest.java100 public void tearDown() throws Exception { in tearDown()
105 public void bulkMuteFindingsTest() throws Exception { in bulkMuteFindingsTest()
136 public void bulkMuteFindingsExceptionTest() throws Exception { in bulkMuteFindingsExceptionTest()
137 ApiException exception = in bulkMuteFindingsExceptionTest() local
139 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in bulkMuteFindingsExceptionTest()
140 mockService.addException(exception); in bulkMuteFindingsExceptionTest()
145 Assert.fail("No exception raised"); in bulkMuteFindingsExceptionTest()
151 public void bulkMuteFindingsTest2() throws Exception { in bulkMuteFindingsTest2()
182 public void bulkMuteFindingsExceptionTest2() throws Exception { in bulkMuteFindingsExceptionTest2()
183 ApiException exception = in bulkMuteFindingsExceptionTest2() local
[all …]
H A DSecurityCenterClientTest.java107 public void tearDown() throws Exception { in tearDown()
112 public void bulkMuteFindingsTest() throws Exception { in bulkMuteFindingsTest()
139 public void bulkMuteFindingsExceptionTest() throws Exception { in bulkMuteFindingsExceptionTest()
140 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in bulkMuteFindingsExceptionTest() local
141 mockSecurityCenter.addException(exception); in bulkMuteFindingsExceptionTest()
146 Assert.fail("No exception raised"); in bulkMuteFindingsExceptionTest()
155 public void bulkMuteFindingsTest2() throws Exception { in bulkMuteFindingsTest2()
182 public void bulkMuteFindingsExceptionTest2() throws Exception { in bulkMuteFindingsExceptionTest2()
183 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in bulkMuteFindingsExceptionTest2() local
184 mockSecurityCenter.addException(exception); in bulkMuteFindingsExceptionTest2()
[all …]
/aosp_15_r20/external/google-cloud-java/java-datacatalog/google-cloud-datacatalog/src/test/java/com/google/cloud/datacatalog/v1/
H A DDataCatalogClientHttpJsonTest.java91 public void tearDown() throws Exception { in tearDown()
96 public void searchCatalogTest() throws Exception { in searchCatalogTest()
131 public void searchCatalogExceptionTest() throws Exception { in searchCatalogExceptionTest()
132 ApiException exception = in searchCatalogExceptionTest() local
134 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in searchCatalogExceptionTest()
135 mockService.addException(exception); in searchCatalogExceptionTest()
141 Assert.fail("No exception raised"); in searchCatalogExceptionTest()
143 // Expected exception. in searchCatalogExceptionTest()
148 public void createEntryGroupTest() throws Exception { in createEntryGroupTest()
181 public void createEntryGroupExceptionTest() throws Exception { in createEntryGroupExceptionTest()
[all …]
H A DDataCatalogClientTest.java100 public void tearDown() throws Exception { in tearDown()
105 public void searchCatalogTest() throws Exception { in searchCatalogTest()
137 public void searchCatalogExceptionTest() throws Exception { in searchCatalogExceptionTest()
138 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in searchCatalogExceptionTest() local
139 mockDataCatalog.addException(exception); in searchCatalogExceptionTest()
145 Assert.fail("No exception raised"); in searchCatalogExceptionTest()
147 // Expected exception. in searchCatalogExceptionTest()
152 public void createEntryGroupTest() throws Exception { in createEntryGroupTest()
183 public void createEntryGroupExceptionTest() throws Exception { in createEntryGroupExceptionTest()
184 StatusRuntimeException exception = new StatusRuntimeException(io.grpc.Status.INVALID_ARGUMENT); in createEntryGroupExceptionTest() local
[all …]
/aosp_15_r20/external/google-cloud-java/java-artifact-registry/google-cloud-artifact-registry/src/test/java/com/google/devtools/artifactregistry/v1/
H A DArtifactRegistryClientHttpJsonTest.java105 public void tearDown() throws Exception { in tearDown()
110 public void listDockerImagesTest() throws Exception { in listDockerImagesTest()
144 public void listDockerImagesExceptionTest() throws Exception { in listDockerImagesExceptionTest()
145 ApiException exception = in listDockerImagesExceptionTest() local
147 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in listDockerImagesExceptionTest()
148 mockService.addException(exception); in listDockerImagesExceptionTest()
153 Assert.fail("No exception raised"); in listDockerImagesExceptionTest()
155 // Expected exception. in listDockerImagesExceptionTest()
160 public void getDockerImageTest() throws Exception { in getDockerImageTest()
198 public void getDockerImageExceptionTest() throws Exception { in getDockerImageExceptionTest()
[all …]
/aosp_15_r20/external/google-cloud-java/java-dataform/google-cloud-dataform/src/test/java/com/google/cloud/dataform/v1beta1/
H A DDataformClientHttpJsonTest.java91 public void tearDown() throws Exception { in tearDown()
96 public void listRepositoriesTest() throws Exception { in listRepositoriesTest()
130 public void listRepositoriesExceptionTest() throws Exception { in listRepositoriesExceptionTest()
131 ApiException exception = in listRepositoriesExceptionTest() local
133 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in listRepositoriesExceptionTest()
134 mockService.addException(exception); in listRepositoriesExceptionTest()
139 Assert.fail("No exception raised"); in listRepositoriesExceptionTest()
141 // Expected exception. in listRepositoriesExceptionTest()
146 public void listRepositoriesTest2() throws Exception { in listRepositoriesTest2()
180 public void listRepositoriesExceptionTest2() throws Exception { in listRepositoriesExceptionTest2()
[all …]
/aosp_15_r20/external/google-cloud-java/java-vision/google-cloud-vision/src/test/java/com/google/cloud/vision/v1p4beta1/
H A DProductSearchClientHttpJsonTest.java85 public void tearDown() throws Exception { in tearDown()
90 public void createProductSetTest() throws Exception { in createProductSetTest()
123 public void createProductSetExceptionTest() throws Exception { in createProductSetExceptionTest()
124 ApiException exception = in createProductSetExceptionTest() local
126 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in createProductSetExceptionTest()
127 mockService.addException(exception); in createProductSetExceptionTest()
134 Assert.fail("No exception raised"); in createProductSetExceptionTest()
136 // Expected exception. in createProductSetExceptionTest()
141 public void createProductSetTest2() throws Exception { in createProductSetTest2()
174 public void createProductSetExceptionTest2() throws Exception { in createProductSetExceptionTest2()
[all …]
/aosp_15_r20/external/google-cloud-java/java-vision/google-cloud-vision/src/test/java/com/google/cloud/vision/v1/
H A DProductSearchClientHttpJsonTest.java85 public void tearDown() throws Exception { in tearDown()
90 public void createProductSetTest() throws Exception { in createProductSetTest()
123 public void createProductSetExceptionTest() throws Exception { in createProductSetExceptionTest()
124 ApiException exception = in createProductSetExceptionTest() local
126 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in createProductSetExceptionTest()
127 mockService.addException(exception); in createProductSetExceptionTest()
134 Assert.fail("No exception raised"); in createProductSetExceptionTest()
136 // Expected exception. in createProductSetExceptionTest()
141 public void createProductSetTest2() throws Exception { in createProductSetTest2()
174 public void createProductSetExceptionTest2() throws Exception { in createProductSetExceptionTest2()
[all …]
/aosp_15_r20/external/google-cloud-java/java-securitycenter/google-cloud-securitycenter/src/test/java/com/google/cloud/securitycenter/v1p1beta1/
H A DSecurityCenterClientHttpJsonTest.java95 public void tearDown() throws Exception { in tearDown()
100 public void createSourceTest() throws Exception { in createSourceTest()
132 public void createSourceExceptionTest() throws Exception { in createSourceExceptionTest()
133 ApiException exception = in createSourceExceptionTest() local
135 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in createSourceExceptionTest()
136 mockService.addException(exception); in createSourceExceptionTest()
142 Assert.fail("No exception raised"); in createSourceExceptionTest()
144 // Expected exception. in createSourceExceptionTest()
149 public void createSourceTest2() throws Exception { in createSourceTest2()
181 public void createSourceExceptionTest2() throws Exception { in createSourceExceptionTest2()
[all …]
/aosp_15_r20/external/google-cloud-java/java-contact-center-insights/google-cloud-contact-center-insights/src/test/java/com/google/cloud/contactcenterinsights/v1/
H A DContactCenterInsightsClientHttpJsonTest.java86 public void tearDown() throws Exception { in tearDown()
91 public void createConversationTest() throws Exception { in createConversationTest()
136 public void createConversationExceptionTest() throws Exception { in createConversationExceptionTest()
137 ApiException exception = in createConversationExceptionTest() local
139 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in createConversationExceptionTest()
140 mockService.addException(exception); in createConversationExceptionTest()
147 Assert.fail("No exception raised"); in createConversationExceptionTest()
149 // Expected exception. in createConversationExceptionTest()
154 public void createConversationTest2() throws Exception { in createConversationTest2()
199 public void createConversationExceptionTest2() throws Exception { in createConversationExceptionTest2()
[all …]
/aosp_15_r20/external/google-cloud-java/java-vmmigration/google-cloud-vmmigration/src/test/java/com/google/cloud/vmmigration/v1/
H A DVmMigrationClientHttpJsonTest.java97 public void tearDown() throws Exception { in tearDown()
102 public void listSourcesTest() throws Exception { in listSourcesTest()
136 public void listSourcesExceptionTest() throws Exception { in listSourcesExceptionTest()
137 ApiException exception = in listSourcesExceptionTest() local
139 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in listSourcesExceptionTest()
140 mockService.addException(exception); in listSourcesExceptionTest()
145 Assert.fail("No exception raised"); in listSourcesExceptionTest()
147 // Expected exception. in listSourcesExceptionTest()
152 public void listSourcesTest2() throws Exception { in listSourcesTest2()
186 public void listSourcesExceptionTest2() throws Exception { in listSourcesExceptionTest2()
[all …]
/aosp_15_r20/external/google-cloud-java/java-vision/google-cloud-vision/src/test/java/com/google/cloud/vision/v1p3beta1/
H A DProductSearchClientHttpJsonTest.java85 public void tearDown() throws Exception { in tearDown()
90 public void createProductSetTest() throws Exception { in createProductSetTest()
123 public void createProductSetExceptionTest() throws Exception { in createProductSetExceptionTest()
124 ApiException exception = in createProductSetExceptionTest() local
126 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in createProductSetExceptionTest()
127 mockService.addException(exception); in createProductSetExceptionTest()
134 Assert.fail("No exception raised"); in createProductSetExceptionTest()
136 // Expected exception. in createProductSetExceptionTest()
141 public void createProductSetTest2() throws Exception { in createProductSetTest2()
174 public void createProductSetExceptionTest2() throws Exception { in createProductSetExceptionTest2()
[all …]
/aosp_15_r20/external/google-cloud-java/java-bigqueryreservation/google-cloud-bigqueryreservation/src/test/java/com/google/cloud/bigquery/reservation/v1/
H A DReservationServiceClientHttpJsonTest.java83 public void tearDown() throws Exception { in tearDown()
88 public void createReservationTest() throws Exception { in createReservationTest()
126 public void createReservationExceptionTest() throws Exception { in createReservationExceptionTest()
127 ApiException exception = in createReservationExceptionTest() local
129 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in createReservationExceptionTest()
130 mockService.addException(exception); in createReservationExceptionTest()
137 Assert.fail("No exception raised"); in createReservationExceptionTest()
139 // Expected exception. in createReservationExceptionTest()
144 public void createReservationTest2() throws Exception { in createReservationTest2()
182 public void createReservationExceptionTest2() throws Exception { in createReservationExceptionTest2()
[all …]
/aosp_15_r20/external/google-cloud-java/java-document-ai/google-cloud-document-ai/src/test/java/com/google/cloud/documentai/v1beta3/
H A DDocumentProcessorServiceClientHttpJsonTest.java91 public void tearDown() throws Exception { in tearDown()
96 public void processDocumentTest() throws Exception { in processDocumentTest()
126 public void processDocumentExceptionTest() throws Exception { in processDocumentExceptionTest()
127 ApiException exception = in processDocumentExceptionTest() local
129 new Exception(), FakeStatusCode.of(StatusCode.Code.INVALID_ARGUMENT), false); in processDocumentExceptionTest()
130 mockService.addException(exception); in processDocumentExceptionTest()
135 Assert.fail("No exception raised"); in processDocumentExceptionTest()
137 // Expected exception. in processDocumentExceptionTest()
142 public void processDocumentTest2() throws Exception { in processDocumentTest2()
172 public void processDocumentExceptionTest2() throws Exception { in processDocumentExceptionTest2()
[all …]

12345678910>>...1377