/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | cloud_api.py | 553 class ServiceException(Exception): class 578 class RetryableServiceException(ServiceException): 594 class ResumableUploadAbortException(ServiceException): 598 class AuthenticationException(ServiceException): 602 class PreconditionException(ServiceException): 606 class NotFoundException(ServiceException): 619 class NotEmptyException(ServiceException): 623 class BadRequestException(ServiceException): 631 class AccessDeniedException(ServiceException):
|
D | gcs_json_api.py | 55 from gslib.cloud_api import ServiceException 1328 return ServiceException(_VALIDATE_CERTIFICATES_503_MESSAGE, 1432 return ServiceException( 1438 return ServiceException(_VALIDATE_CERTIFICATES_503_MESSAGE, 1440 return ServiceException(message, status=e.status_code) 1442 return ServiceException('Transfer invalid (possible encoding error: %s)'
|
D | __main__.py | 58 from gslib.cloud_api import ServiceException 583 except ServiceException as e:
|
D | command.py | 45 from gslib.cloud_api import ServiceException 687 except ServiceException as e: 751 except ServiceException, e:
|
D | boto_translation.py | 62 from gslib.cloud_api import ServiceException 1487 return ServiceException('Bucket already exists.', status=e.status, 1491 return ServiceException(e.message, status=e.status, body=e.body)
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | ServiceException.java | 38 public class ServiceException extends Exception { class 41 public ServiceException(final String message) { in ServiceException() method in ServiceException 45 public ServiceException(final Throwable cause) { in ServiceException() method in ServiceException 49 public ServiceException(final String message, final Throwable cause) { in ServiceException() method in ServiceException
|
D | BlockingRpcChannel.java | 50 Message responsePrototype) throws ServiceException; in callBlockingMethod()
|
D | BlockingService.java | 53 Message request) throws ServiceException; in callBlockingMethod()
|
/external/autotest/frontend/afe/json_rpc/ |
D | serviceHandler.py | 67 class ServiceException(Exception): class 70 class ServiceRequestNotTranslatable(ServiceException): 73 class BadServiceRequest(ServiceException): 76 class ServiceMethodNotFound(ServiceException):
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
D | mock_cloud_api.py | 36 from gslib.cloud_api import ServiceException 129 raise ServiceException('Bucket %s already exists.' % bucket_name, 136 raise ServiceException('Bucket %s already exists.' % bucket_name,
|
D | test_copy_helper_funcs.py | 24 from gslib.cloud_api import ServiceException 358 self.assertTrue(isinstance(translated_exc, ServiceException))
|
D | test_naming.py | 40 from gslib.cloud_api import ServiceException 1089 except ServiceException, e:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/awslambda/ |
D | exceptions.py | 37 class ServiceException(BotoServerError): class
|
D | layer1.py | 51 "ServiceException": exceptions.ServiceException,
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
D | defacl.py | 23 from gslib.cloud_api import ServiceException 256 @Retry(ServiceException, tries=3, timeout_secs=1)
|
D | rm.py | 22 from gslib.cloud_api import ServiceException 283 except ServiceException, e:
|
D | acl.py | 23 from gslib.cloud_api import ServiceException 399 @Retry(ServiceException, tries=3, timeout_secs=1)
|
D | perfdiag.py | 44 from gslib.cloud_api import ServiceException 671 if isinstance(e, ServiceException): 1908 ServiceException]
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | ServiceTest.java | 198 public void testNewReflectiveBlockingService() throws ServiceException { in testNewReflectiveBlockingService()
|
/external/protobuf/ |
D | Makefile.am | 108 java/src/main/java/com/google/protobuf/ServiceException.java \
|
D | Makefile.in | 443 java/src/main/java/com/google/protobuf/ServiceException.java \
|