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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/
exception.py 22 class NetworkXException(Exception):
23 """Base class for exceptions in NetworkX."""
25 class NetworkXError(NetworkXException):
28 class NetworkXPointlessConcept(NetworkXException):
34 class NetworkXAlgorithmError(NetworkXException):
37 class NetworkXUnfeasible(NetworkXAlgorithmError):
41 class NetworkXNoPath(NetworkXUnfeasible):
45 class NetworkXUnbounded(NetworkXAlgorithmError):
49 class NetworkXNotImplemented(NetworkXException):
  /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/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...]
  /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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/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
  /frameworks/data-binding/developmentPlugins/bintrayPlugin/src/main/resources/META-INF/gradle-plugins/
com.android.databinding.bintray.properties 17 implementation-class=android.databinding.BintrayPlugi
  /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):
  /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):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/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):
  /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
  /dalvik/dx/tests/004-cp-bottom-up/
run 17 dx --debug --dump small-class.txt
  /dalvik/dx/tests/005-cp-top-down/
run 17 dx --debug --dump small-class.txt
  /dalvik/dx/tests/006-interfaces/
run 17 dx --debug --dump small-class.txt
  /dalvik/dx/tests/007-no-superclass/
run 17 dx --debug --dump small-class.txt
  /dalvik/dx/tests/008-field/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/009-method/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/010-class-attrib-InnerClasses/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/011-class-attrib-Synthetic/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/012-class-attrib-SourceFile/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/013-class-attrib-Deprecated/
run 17 dx --debug --dump --width=200 small-class.txt

Completed in 592 milliseconds

1 2 3 4 5 6 7 8 91011>>