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

1 2 3 4 5 6 7 8 91011>>

  /tools/tradefederation/core/atest/
atest_error.py 20 class UnsupportedModuleTestError(Exception):
23 class TestDiscoveryException(Exception):
26 class NoTestFoundError(TestDiscoveryException):
29 class TestWithNoModuleError(TestDiscoveryException):
32 class MissingPackageNameError(Exception):
33 """Raised when the test class java file does not contain a package name."""
35 class TooManyMethodsError(Exception):
38 class MethodWithoutClassError(Exception):
39 """Raised when method is appended via # but no class file specified."""
41 class UnknownTestRunnerError(Exception)
    [all...]
  /system/update_engine/scripts/update_payload/
error.py 8 class PayloadError(Exception):
  /dalvik/dx/tests/136-null-constant-debug-info/
run 17 dx --debug --dex *.class 2>&1
  /external/annotation-tools/scene-lib/test/annotations-expected/tests/classfile/cases/
Makefile 5 bless-files: TestClassEmpty_Expected.class \
6 TestClassNonEmpty_Expected.class \
7 TestLocalVariable_Expected.class \
8 TestLocalVariableA_Expected.class \
9 TestLocalVariableGenericArray_Expected.class \
10 TestFieldSimple_Expected.class \
11 TestFieldGeneric_Expected.class \
12 TestTypecast_Expected.class \
13 TestTypecastGenericArray_Expected.class \
14 TestTypeTest_Expected.class \
    [all...]
  /external/autotest/site_utils/rpm_control_system/
rpm_infrastructure_exception.py 5 class RPMInfrastructureException(Exception):
13 class RPMLoggingSetupError(RPMInfrastructureException):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
Exceptions.py 2 # This file is used to define common Exceptions class used in python tools
14 class EvaluationException(Exception):
17 class BadExpression(EvaluationException):
20 class WrnExpression(Exception):
24 class MacroException(Exception):
27 class SymbolNotFound(MacroException):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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...]
  /external/python/cpython2/Lib/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...]
  /external/python/cpython3/Lib/distutils/
errors.py 11 class DistutilsError (Exception):
15 class DistutilsModuleError (DistutilsError):
16 """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
27 class DistutilsGetoptError (DistutilsError):
31 class DistutilsArgError (DistutilsError):
36 class DistutilsFileError (DistutilsError):
42 class DistutilsOptionError (DistutilsError)
    [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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/python/cpython2/Lib/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/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):
  /test/vts/runners/host/
errors.py 20 class VtsError(Exception):
24 class BaseTestError(VtsError):
28 class USERError(VtsError):
34 class ComponentLoadingError(VtsError):
38 class ConnectionRefusedError(VtsError):
46 class VtsTcpClientCreationError(VtsError):
50 class VtsTcpCommunicationError(VtsError):
54 class VtsUnsupportedTypeError(VtsError):
58 class VtsMalformedProtoStringError(VtsError):
  /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/003-magic-version-access/
run 31 check_rejected class-bad-magic.txt
34 check_rejected class-version-44.0.txt
35 check_rejected class-version-44.65535.txt
38 check_accepted class-version-45.0.txt
39 check_accepted class-version-45.65535.txt
40 check_accepted class-version-48.0.txt
41 check_accepted class-version-48.65535.txt
42 check_accepted class-version-49.0.txt
43 check_accepted class-version-49.1.txt
44 check_accepted class-version-49.65535.tx
    [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 1269 milliseconds

1 2 3 4 5 6 7 8 91011>>