HomeSort by relevance Sort by last modified time
    Searched refs:class (Results 26 - 50 of 11100) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/autotest/server/cros/faft/config/
butterfly.py 8 class Values(object):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/codedeploy/
exceptions.py 26 class InvalidDeploymentIdException(BotoServerError):
30 class InvalidDeploymentGroupNameException(BotoServerError):
34 class DeploymentConfigAlreadyExistsException(BotoServerError):
38 class InvalidRoleException(BotoServerError):
42 class RoleRequiredException(BotoServerError):
46 class DeploymentGroupAlreadyExistsException(BotoServerError):
50 class DeploymentConfigLimitExceededException(BotoServerError):
54 class InvalidNextTokenException(BotoServerError):
58 class InvalidDeploymentConfigNameException(BotoServerError):
62 class InvalidSortByException(BotoServerError)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/identity/
exceptions.py 15 class LimitExceededException(BotoServerError):
19 class ResourceConflictException(BotoServerError):
23 class DeveloperUserAlreadyRegisteredException(BotoServerError):
27 class TooManyRequestsException(BotoServerError):
31 class InvalidParameterException(BotoServerError):
35 class ResourceNotFoundException(BotoServerError):
39 class InternalErrorException(BotoServerError):
43 class NotAuthorizedException(BotoServerError):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/sync/
exceptions.py 25 class LimitExceededException(BotoServerError):
29 class ResourceConflictException(BotoServerError):
33 class InvalidConfigurationException(BotoServerError):
37 class TooManyRequestsException(BotoServerError):
41 class InvalidParameterException(BotoServerError):
45 class ResourceNotFoundException(BotoServerError):
49 class InternalErrorException(BotoServerError):
53 class NotAuthorizedException(BotoServerError):
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/resources/META-INF/gradle-plugins/
com.android.databinding.localizemaven.properties 17 implementation-class=android.databinding.MavenDependencyCollectorPlugi
  /development/testrunner/
errors.py 21 class MsgException(Exception):
27 class WaitForResponseTimedOutError(Exception):
31 class DeviceUnresponsiveError(Exception):
35 class InstrumentationError(Exception):
39 class AbortError(MsgException):
44 class ParseError(MsgException):
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
exception.py 18 class DNSException(Exception):
19 """Abstract base class shared by all dnspython exceptions."""
22 class FormError(DNSException):
26 class SyntaxError(DNSException):
30 class UnexpectedEnd(SyntaxError):
34 class TooBig(DNSException):
38 class Timeout(DNSException):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
exceptions.py 7 class InvalidTypeException(BotoServerError):
14 class LimitExceededException(BotoServerError):
21 class InternalException(BotoServerError):
28 class DisabledOperationException(BotoServerError):
35 class ResourceNotFoundException(BotoServerError):
42 class BaseException(BotoServerError):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/route53/domains/
exceptions.py 25 class DuplicateRequest(BotoServerError):
29 class DomainLimitExceeded(BotoServerError):
33 class InvalidInput(BotoServerError):
37 class OperationLimitExceeded(BotoServerError):
41 class UnsupportedTLD(BotoServerError):
45 class TLDRulesViolation(BotoServerError):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
exception.py 21 # Base class for exceptions
25 class SEToolsException(Exception):
27 """Base class for all SETools exceptions."""
35 class PermissionMapException(SEToolsException):
37 """Base class for all permission map exceptions."""
41 class PermissionMapParseError(PermissionMapException):
47 class RuleTypeError(PermissionMapException):
53 class UnmappedClass(PermissionMapException):
59 class UnmappedPermission(PermissionMapException):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/
exception.py 4 class ResponseErrorFactory(BotoServerError):
14 class ResponseError(BotoServerError):
32 class RetriableResponseError(ResponseError):
36 class AccessFailure(RetriableResponseError):
41 class AccountClosed(RetriableResponseError):
46 class AccountLimitsExceeded(RetriableResponseError):
51 class AmountOutOfRange(ResponseError):
56 class AuthFailure(RetriableResponseError):
61 class ConcurrentModification(RetriableResponseError):
67 class DuplicateRequest(ResponseError)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kms/
exceptions.py 15 class InvalidGrantTokenException(BotoServerError):
19 class DisabledException(BotoServerError):
23 class LimitExceededException(BotoServerError):
27 class DependencyTimeoutException(BotoServerError):
31 class InvalidMarkerException(BotoServerError):
35 class AlreadyExistsException(BotoServerError):
39 class InvalidCiphertextException(BotoServerError):
43 class KeyUnavailableException(BotoServerError):
47 class InvalidAliasNameException(BotoServerError):
51 class UnsupportedOperationException(BotoServerError)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ses/
exceptions.py 7 class SESError(BotoServerError):
9 Sub-class all SES-related errors from here. Don't raise this error
17 class SESAddressNotVerifiedError(SESError):
24 class SESIdentityNotVerifiedError(SESError):
31 class SESDomainNotConfirmedError(SESError):
37 class SESAddressBlacklistedError(SESError):
47 class SESDailyQuotaExceededError(SESError):
55 class SESMaxSendingRateExceededError(SESError):
62 class SESDomainEndsWithDotError(SESError):
69 class SESLocalAddressCharacterError(SESError)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
exceptions.py 25 class ProvisionedThroughputExceededException(JSONResponseError):
29 class LimitExceededException(JSONResponseError):
33 class ConditionalCheckFailedException(JSONResponseError):
37 class ResourceInUseException(JSONResponseError):
41 class ResourceNotFoundException(JSONResponseError):
45 class InternalServerError(JSONResponseError):
49 class ValidationException(JSONResponseError):
53 class ItemCollectionSizeLimitExceededException(JSONResponseError):
57 class DynamoDBError(Exception):
61 class UnknownSchemaFieldError(DynamoDBError)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
exceptions.py 8 class DynamoDBExpiredTokenError(BotoServerError):
16 class DynamoDBKeyNotFoundError(BotoClientError):
24 class DynamoDBItemError(BotoClientError):
32 class DynamoDBNumberError(BotoClientError):
39 class DynamoDBConditionalCheckFailedError(DynamoDBResponseError):
48 class DynamoDBValidationError(DynamoDBResponseError):
57 class DynamoDBThroughputExceededError(DynamoDBResponseError):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elastictranscoder/
exceptions.py 25 class LimitExceededException(JSONResponseError):
29 class ResourceInUseException(JSONResponseError):
33 class AccessDeniedException(JSONResponseError):
37 class ResourceNotFoundException(JSONResponseError):
41 class InternalServiceException(JSONResponseError):
45 class ValidationException(JSONResponseError):
49 class IncompatibleVersionException(JSONResponseError):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kinesis/
exceptions.py 26 class ProvisionedThroughputExceededException(BotoServerError):
30 class LimitExceededException(BotoServerError):
34 class ExpiredIteratorException(BotoServerError):
38 class ResourceInUseException(BotoServerError):
42 class ResourceNotFoundException(BotoServerError):
46 class InvalidArgumentException(BotoServerError):
50 class SubscriptionRequiredException(BotoServerError):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/
exceptions.py 26 class InternalServerException(BotoServerError):
30 class LimitExceededException(BotoServerError):
34 class IdempotentParameterMismatchException(BotoServerError):
38 class ResourceInUseException(BotoServerError):
42 class ResourceNotFoundException(BotoServerError):
46 class PredictorNotMountedException(BotoServerError):
50 class InvalidInputException(BotoServerError):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/configservice/
exceptions.py 26 class InvalidLimitException(BotoServerError):
30 class NoSuchBucketException(BotoServerError):
34 class InvalidSNSTopicARNException(BotoServerError):
38 class ResourceNotDiscoveredException(BotoServerError):
42 class MaxNumberOfDeliveryChannelsExceededException(BotoServerError):
46 class LastDeliveryChannelDeleteFailedException(BotoServerError):
50 class InsufficientDeliveryPolicyException(BotoServerError):
54 class InvalidRoleException(BotoServerError):
58 class InvalidTimeRangeException(BotoServerError):
62 class NoSuchDeliveryChannelException(BotoServerError)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/datapipeline/
exceptions.py 25 class PipelineDeletedException(JSONResponseError):
29 class InvalidRequestException(JSONResponseError):
33 class TaskNotFoundException(JSONResponseError):
37 class PipelineNotFoundException(JSONResponseError):
41 class InternalServiceError(JSONResponseError):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
exceptions.py 10 class SWFDomainAlreadyExistsError(SWFResponseError):
17 class SWFLimitExceededError(SWFResponseError):
24 class SWFOperationNotPermittedError(SWFResponseError):
30 class SWFTypeAlreadyExistsError(SWFResponseError):
37 class SWFWorkflowExecutionAlreadyStartedError(SWFResponseError):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudhsm/
exceptions.py 26 class InvalidRequestException(BotoServerError):
30 class CloudHsmServiceException(BotoServerError):
34 class CloudHsmInternalException(BotoServerError):
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
export-class.exp 40 set testname "Symbol export class test"
47 "-shared -version-script export-class-lib.ver" "" \
49 { export-class-lib.s } \
51 "export-class-lib.so" \
63 { export-class-ref.s } \
65 "export-class-ref-r.o" \
78 "-shared -Tdata=0x12340000 tmpdir/export-class-ref-r.o tmpdir/export-class-lib.so" "" \
80 { export-class-dep.s export-class-def.s }
    [all...]
  /cts/apps/CameraITS/pymodules/its/
error.py 17 class Error(Exception):
20 class __UnitTest(unittest.TestCase):
  /dalvik/dx/tests/002-minimal-valid/
run 17 dx --debug --dump small-class.txt

Completed in 1071 milliseconds

12 3 4 5 6 7 8 91011>>