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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
errors.py 37 class Error(Exception):
38 """Base-class for exceptions in this module."""
41 class BadYamlError(Error):
45 class MissingYamlError(BadYamlError):
49 class MultipleDocumentsInMrYaml(BadYamlError):
53 class BadParamsError(Error):
57 class BadReaderParamsError(BadParamsError):
61 class BadWriterParamsError(BadParamsError):
65 class FailJobError(Error):
69 class NotEnoughArgumentsError(Error)
    [all...]
  /external/autotest/site_utils/rpm_control_system/
rpm_infrastructure_exception.py 5 class RPMInfrastructureException(Exception):
13 class RPMLoggingSetupError(RPMInfrastructureException):
  /external/autotest/site_utils/suite_scheduler/
constants.py 9 class Labels:
18 class Builds:
  /external/chromium-trace/catapult/firefighter/base/
exceptions.py 6 class QueryError(Exception):
10 class TimeoutError(Exception):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
browser_finder_exceptions.py 6 class BrowserTypeRequiredException(Exception):
10 class BrowserFinderException(Exception):
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-regr4/pkg/core/
listenerimpl.py 2 class Listener:
5 class ListenerValidator:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/
exceptions.py 24 class DirectConnectClientException(Exception):
28 class DirectConnectServerException(Exception):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
exceptions.py 25 class InvalidSubnet(JSONResponseError):
29 class DBParameterGroupQuotaExceeded(JSONResponseError):
33 class DBSubnetGroupAlreadyExists(JSONResponseError):
37 class DBSubnetGroupQuotaExceeded(JSONResponseError):
41 class InstanceQuotaExceeded(JSONResponseError):
45 class InvalidRestore(JSONResponseError):
49 class InvalidDBParameterGroupState(JSONResponseError):
53 class AuthorizationQuotaExceeded(JSONResponseError):
57 class DBSecurityGroupAlreadyExists(JSONResponseError):
61 class InsufficientDBInstanceCapacity(JSONResponseError)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudtrail/
exceptions.py 7 class InvalidSnsTopicNameException(BotoServerError):
14 class InvalidS3BucketNameException(BotoServerError):
21 class TrailAlreadyExistsException(BotoServerError):
28 class InsufficientSnsTopicPolicyException(BotoServerError):
36 class InvalidTrailNameException(BotoServerError):
43 class InternalErrorException(BotoServerError):
50 class TrailNotFoundException(BotoServerError):
57 class S3BucketDoesNotExistException(BotoServerError):
64 class TrailNotProvidedException(BotoServerError):
71 class InvalidS3PrefixException(BotoServerError)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
errors.py 13 class DistutilsError(Exception):
16 class DistutilsModuleError(DistutilsError):
17 """Unable to load an expected module, or to find an expected class
20 class DistutilsClassError(DistutilsError):
21 """Some command class (or possibly distribution class, if anyone
26 class DistutilsGetoptError(DistutilsError):
29 class DistutilsArgError(DistutilsError):
33 class DistutilsFileError(DistutilsError):
38 class DistutilsOptionError(DistutilsError)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
errors.py 13 class DistutilsError(Exception):
16 class DistutilsModuleError(DistutilsError):
17 """Unable to load an expected module, or to find an expected class
20 class DistutilsClassError(DistutilsError):
21 """Some command class (or possibly distribution class, if anyone
26 class DistutilsGetoptError(DistutilsError):
29 class DistutilsArgError(DistutilsError):
33 class DistutilsFileError(DistutilsError):
38 class DistutilsOptionError(DistutilsError)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
errors.py 13 class DistutilsError(Exception):
16 class DistutilsModuleError(DistutilsError):
17 """Unable to load an expected module, or to find an expected class
20 class DistutilsClassError(DistutilsError):
21 """Some command class (or possibly distribution class, if anyone
26 class DistutilsGetoptError(DistutilsError):
29 class DistutilsArgError(DistutilsError):
33 class DistutilsFileError(DistutilsError):
38 class DistutilsOptionError(DistutilsError)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
errors.py 13 class DistutilsError(Exception):
16 class DistutilsModuleError(DistutilsError):
17 """Unable to load an expected module, or to find an expected class
20 class DistutilsClassError(DistutilsError):
21 """Some command class (or possibly distribution class, if anyone
26 class DistutilsGetoptError(DistutilsError):
29 class DistutilsArgError(DistutilsError):
33 class DistutilsFileError(DistutilsError):
38 class DistutilsOptionError(DistutilsError)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
errors.py 10 class MessageError(Exception):
11 """Base class for errors in the email package."""
14 class MessageParseError(MessageError):
15 """Base class for message parsing errors."""
18 class HeaderParseError(MessageParseError):
22 class BoundaryError(MessageParseError):
26 class MultipartConversionError(MessageError, TypeError):
30 class CharsetError(MessageError):
37 class MessageDefect:
38 """Base class for a message defect.""
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
errors.py 10 class MessageError(Exception):
11 """Base class for errors in the email package."""
14 class MessageParseError(MessageError):
15 """Base class for message parsing errors."""
18 class HeaderParseError(MessageParseError):
22 class BoundaryError(MessageParseError):
26 class MultipartConversionError(MessageError, TypeError):
30 class CharsetError(MessageError):
37 class MessageDefect:
38 """Base class for a message defect.""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
errors.py 10 class MessageError(Exception):
11 """Base class for errors in the email package."""
14 class MessageParseError(MessageError):
15 """Base class for message parsing errors."""
18 class HeaderParseError(MessageParseError):
22 class BoundaryError(MessageParseError):
26 class MultipartConversionError(MessageError, TypeError):
30 class CharsetError(MessageError):
37 class MessageDefect:
38 """Base class for a message defect.""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
errors.py 10 class MessageError(Exception):
11 """Base class for errors in the email package."""
14 class MessageParseError(MessageError):
15 """Base class for message parsing errors."""
18 class HeaderParseError(MessageParseError):
22 class BoundaryError(MessageParseError):
26 class MultipartConversionError(MessageError, TypeError):
30 class CharsetError(MessageError):
37 class MessageDefect:
38 """Base class for a message defect.""
    [all...]
  /external/autotest/client/cros/cellular/
cellular_system_error.py 6 class CellularSystemError(Exception):
12 class BadState(CellularSystemError):
21 class BadScpiCommand(CellularSystemError):
28 class ConnectionFailure(CellularSystemError):
36 class SocketTimeout(CellularSystemError):
47 class InstrumentTimeout(CellularSystemError):
55 class ChromebookHardwareTimeout(CellularSystemError):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/logs/
exceptions.py 26 class LimitExceededException(BotoServerError):
30 class DataAlreadyAcceptedException(BotoServerError):
34 class ResourceInUseException(BotoServerError):
38 class ServiceUnavailableException(BotoServerError):
42 class InvalidParameterException(BotoServerError):
46 class ResourceNotFoundException(BotoServerError):
50 class ResourceAlreadyExistsException(BotoServerError):
54 class OperationAbortedException(BotoServerError):
58 class InvalidSequenceTokenException(BotoServerError):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/support/
exceptions.py 25 class CaseIdNotFound(JSONResponseError):
29 class CaseCreationLimitExceeded(JSONResponseError):
33 class InternalServerError(JSONResponseError):
37 class AttachmentLimitExceeded(JSONResponseError):
41 class DescribeAttachmentLimitExceeded(JSONResponseError):
45 class AttachmentSetIdNotFound(JSONResponseError):
49 class AttachmentSetExpired(JSONResponseError):
53 class AttachmentIdNotFound(JSONResponseError):
57 class AttachmentSetSizeLimitExceeded(JSONResponseError):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
exceptions.py 25 class ClusterNotFoundFault(JSONResponseError):
29 class InvalidClusterSnapshotStateFault(JSONResponseError):
33 class ClusterSnapshotNotFoundFault(JSONResponseError):
37 class ClusterSecurityGroupQuotaExceededFault(JSONResponseError):
41 class ReservedNodeOfferingNotFoundFault(JSONResponseError):
45 class InvalidSubnet(JSONResponseError):
49 class ClusterSubnetGroupQuotaExceededFault(JSONResponseError):
53 class InvalidClusterStateFault(JSONResponseError):
57 class InvalidClusterParameterGroupStateFault(JSONResponseError):
61 class ClusterParameterGroupAlreadyExistsFault(JSONResponseError)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/
error.py 0 class PyAsn1Error(Exception): pass
2 class ValueConstraintError(PyAsn1Error): pass
3 class SubstrateUnderrunError(PyAsn1Error): pass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
exception.py 26 class PolicyrepException(SEToolsException):
28 """Base class for all policyrep exceptions."""
37 class InvalidPolicy(SyntaxError, PolicyrepException):
43 class MLSDisabled(PolicyrepException):
54 class InvalidSymbol(ValueError, PolicyrepException):
57 Base class for invalid symbols. Typically this is attempting to
63 class InvalidBoolean(InvalidSymbol):
69 class InvalidCategory(InvalidSymbol):
75 class InvalidClass(InvalidSymbol):
81 class InvalidCommon(InvalidSymbol)
    [all...]
  /dalvik/dx/tests/028-class-attrib-EnclosingMethod/
run 17 dx --debug --dump --width=200 small-class-1.txt small-class-2.txt
  /external/autotest/client/cros/cellular/wardmodem/
wardmodem_exceptions.py 9 class WardModemRunTimeException(Exception):
17 class WardModemSetupException(Exception):
27 class ATTransceiverException(WardModemRunTimeException):
35 class StateMachineException(WardModemRunTimeException):

Completed in 819 milliseconds

1 2 3 4 5 6 7 8 91011>>