Searched refs:Exception (Results 1 - 25 of 2602) sorted by relevance

1234567891011>>

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
H A Dexception.py25 class SEToolsException(Exception):
43 """Exception for parse errors while reading permission map files."""
49 """Exception for using rules with incorrect rule type."""
55 """Exception for classes that are unmapped"""
61 """Exception for permissions that are unmapped"""
/prebuilts/misc/common/swig/include/2.0.11/
H A Dstd_except.i33 %define %std_exception_map(Exception, Code)
34 %typemap(throws,noblock=1) Exception {
37 %ignore Exception;
38 struct Exception {
/prebuilts/tools/common/m2/repository/io/netty/netty-handler-proxy/4.1.6.Final/
H A Dnetty-handler-proxy-4.1.6.Final.jarMETA-INF/MANIFEST.MF META-INF/ io/ io/netty/ io/netty/handler/ io/netty/handler/proxy/ ...
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
H A Derrors.py13 class DistutilsError(Exception):
69 # Exception classes used by the CCompiler implementation classes
70 class CCompilerError(Exception):
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/
H A Derrors.py13 class DistutilsError(Exception):
69 # Exception classes used by the CCompiler implementation classes
70 class CCompilerError(Exception):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Derrors.py13 class DistutilsError(Exception):
69 # Exception classes used by the CCompiler implementation classes
70 class CCompilerError(Exception):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Derrors.py13 class DistutilsError(Exception):
69 # Exception classes used by the CCompiler implementation classes
70 class CCompilerError(Exception):
/prebuilts/tools/common/m2/repository/io/netty/netty-resolver/4.1.0.CR3/
H A Dnetty-resolver-4.1.0.CR3.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/netty/ io/netty/resolver/ io/netty/resolver/HostsFileEntriesResolver ...
/prebuilts/tools/common/m2/repository/io/netty/netty-resolver/4.1.3.Final/
H A Dnetty-resolver-4.1.3.Final.jarMETA-INF/MANIFEST.MF META-INF/ io/ io/netty/ io/netty/resolver/ META-INF/maven/ ...
/prebuilts/gdb/darwin-x86/lib/python2.7/email/
H A Derrors.py10 class MessageError(Exception):
/prebuilts/gdb/linux-x86/lib/python2.7/email/
H A Derrors.py10 class MessageError(Exception):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
H A Derrors.py10 class MessageError(Exception):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
H A Derrors.py10 class MessageError(Exception):
/prebuilts/tools/common/m2/repository/io/netty/netty-resolver/4.1.6.Final/
H A Dnetty-resolver-4.1.6.Final.jarMETA-INF/MANIFEST.MF META-INF/ io/ io/netty/ io/netty/resolver/ META-INF/maven/ ...
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_exception_variations.py12 raise Exception, 'nyaa!'
47 raise Exception, 'yarr!'
74 raise Exception, 'ahoy!'
95 raise Exception, 'foo!'
135 raise Exception, 'inner exception'
162 raise Exception, 'outer exception'
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_exception_variations.py12 raise Exception, 'nyaa!'
47 raise Exception, 'yarr!'
74 raise Exception, 'ahoy!'
95 raise Exception, 'foo!'
135 raise Exception, 'inner exception'
162 raise Exception, 'outer exception'
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_exception_variations.py12 raise Exception, 'nyaa!'
47 raise Exception, 'yarr!'
74 raise Exception, 'ahoy!'
95 raise Exception, 'foo!'
135 raise Exception, 'inner exception'
162 raise Exception, 'outer exception'
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_exception_variations.py12 raise Exception, 'nyaa!'
47 raise Exception, 'yarr!'
74 raise Exception, 'ahoy!'
95 raise Exception, 'foo!'
135 raise Exception, 'inner exception'
162 raise Exception, 'outer exception'
/prebuilts/misc/common/swig/include/2.0.11/d/
H A Ddhead.swg20 * Exception support code.
76 // Exception throwing support currently requires Tango, but there is no reason
78 static import tango.core.Exception;
95 auto exception = new object.Exception(tango.stdc.stringz.fromStringz(message).dup);
101 auto exception = new tango.core.Exception.IllegalArgumentException(tango.stdc.stringz.fromStringz(message).dup);
107 auto exception = new tango.core.Exception.IllegalElementException(tango.stdc.stringz.fromStringz(message).dup);
113 auto exception = new tango.core.Exception.IOException(tango.stdc.stringz.fromStringz(message).dup);
119 auto exception = new tango.core.Exception.NoSuchElementException(tango.stdc.stringz.fromStringz(message).dup);
142 static void set(object.Exception e) {
144 throw new object.Exception("FATA
[all...]
/prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-transport-file/1.0.2.v20150114/
H A Daether-transport-file-1.0.2.v20150114.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/sisu/ org/ org/eclipse/ org/eclipse/aether/ ...
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
H A D_exceptions.py4 from java.lang import Exception namespace
9 class SAXException(Exception):
24 Exception.__init__(self, msg)
40 mistake, since Exception has __getitem__ defined."""
106 """Exception class for an unrecognized identifier.
116 """Exception class for an unsupported operation.
126 """Exception class for a missing driver.
/prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
H A D_exceptions.py4 from java.lang import Exception namespace
9 class SAXException(Exception):
24 Exception.__init__(self, msg)
40 mistake, since Exception has __getitem__ defined."""
106 """Exception class for an unrecognized identifier.
116 """Exception class for an unsupported operation.
126 """Exception class for a missing driver.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
H A D_exceptions.py4 from java.lang import Exception namespace
9 class SAXException(Exception):
24 Exception.__init__(self, msg)
40 mistake, since Exception has __getitem__ defined."""
106 """Exception class for an unrecognized identifier.
116 """Exception class for an unsupported operation.
126 """Exception class for a missing driver.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
H A D_exceptions.py4 from java.lang import Exception namespace
9 class SAXException(Exception):
24 Exception.__init__(self, msg)
40 mistake, since Exception has __getitem__ defined."""
106 """Exception class for an unrecognized identifier.
116 """Exception class for an unsupported operation.
126 """Exception class for a missing driver.
/prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
H A Dbndlib-1.50.0.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...

Completed in 2931 milliseconds

1234567891011>>