Searched defs:Error (Results 1 - 25 of 165) sorted by relevance

1234567

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Dbgenlocations.py13 Error = "bgenlocations.Error" variable
46 raise Error, "Please fix bgenlocations.py, BGENDIR does not exist: %s" % BGENDIR
48 raise Error, "Please fix bgenlocations.py, INCLUDEDIR does not exist: %s" % INCLUDEDIR
50 raise Error, "Please fix bgenlocations.py, TOOLBOXDIR does not exist: %s" % TOOLBOXDIR
H A Dmacostools.py21 Error = 'macostools.Error' variable
H A Dapplesingle.py28 class Error(ValueError): class in inherits:ValueError
56 raise Error, "Unpack header error: %s" % (arg,)
62 raise Error, "Unknown AppleSingle magic number 0x%8.8x" % (magic,)
64 raise Error, "Unknown AppleSingle version number 0x%8.8x" % (version,)
66 raise Error, "AppleSingle file contains no forks"
73 raise Error, "Unpack entry error: %s" % (arg,)
79 raise Error, "Short read: expected %d bytes got %d" % (length, len(data))
91 raise Error, "No resource fork found"
96 raise Error, "No useful forks found"
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Duu.py37 __all__ = ["Error", "encode", "decode"]
39 class Error(Exception): class in inherits:Exception
108 raise Error('No valid begin line found in input file')
121 raise Error('Cannot overwrite existing file: %s' % out_file)
144 except binascii.Error, v:
153 raise Error('Truncated input file')
H A Dmultifile.py34 __all__ = ["MultiFile","Error"]
36 class Error(Exception): class in inherits:Exception
67 raise Error, "can't use whence=2 yet"
70 raise Error, 'bad MultiFile.seek() call'
84 raise Error, 'sudden EOF in MultiFile.readline()'
109 raise Error,'Missing endmarker in MultiFile.readline()'
135 raise Error, 'bad MultiFile.push() call'
143 raise Error, 'bad MultiFile.pop() call'
H A Dbinhex.py29 __all__ = ["binhex","hexbin","Error"]
31 class Error(Exception): class in inherits:Exception
192 raise Error, 'Filename too long'
219 raise Error, 'Writing data at the wrong time'
225 raise Error, 'Incorrect data size, diff=%r' % (self.rlen,)
233 raise Error, 'Writing resource data at the wrong time'
241 raise Error, 'Close at the wrong time'
243 raise Error, \
304 raise Error, \
310 raise Error, 'Prematur
[all...]
H A Dcopy.py10 For module specific errors, copy.Error is raised.
55 class Error(Exception): class in inherits:Exception
57 error = Error # backward compatibility
64 __all__ = ["Error", "copy", "deepcopy"]
94 raise Error("un(shallow)copyable object of type %s" % cls)
188 raise Error(
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Duu.py37 __all__ = ["Error", "encode", "decode"]
39 class Error(Exception): class in inherits:Exception
108 raise Error('No valid begin line found in input file')
121 raise Error('Cannot overwrite existing file: %s' % out_file)
144 except binascii.Error, v:
153 raise Error('Truncated input file')
H A Dmultifile.py34 __all__ = ["MultiFile","Error"]
36 class Error(Exception): class in inherits:Exception
67 raise Error, "can't use whence=2 yet"
70 raise Error, 'bad MultiFile.seek() call'
84 raise Error, 'sudden EOF in MultiFile.readline()'
109 raise Error,'Missing endmarker in MultiFile.readline()'
135 raise Error, 'bad MultiFile.push() call'
143 raise Error, 'bad MultiFile.pop() call'
H A Dbinhex.py29 __all__ = ["binhex","hexbin","Error"]
31 class Error(Exception): class in inherits:Exception
192 raise Error, 'Filename too long'
219 raise Error, 'Writing data at the wrong time'
225 raise Error, 'Incorrect data size, diff=%r' % (self.rlen,)
233 raise Error, 'Writing resource data at the wrong time'
241 raise Error, 'Close at the wrong time'
243 raise Error, \
304 raise Error, \
310 raise Error, 'Prematur
[all...]
H A Dcopy.py10 For module specific errors, copy.Error is raised.
55 class Error(Exception): class in inherits:Exception
57 error = Error # backward compatibility
64 __all__ = ["Error", "copy", "deepcopy"]
94 raise Error("un(shallow)copyable object of type %s" % cls)
188 raise Error(
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
H A DMediaDescr.py4 Error = 'MediaDescr.Error' variable
18 raise Error, ('Format length does not match number of names')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
H A D__init__.py9 Error = aetools.Error variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
H A D__init__.py9 Error = aetools.Error variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
H A D__init__.py9 Error = aetools.Error variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
H A D__init__.py9 Error = aetools.Error variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
H A D__init__.py10 Error = aetools.Error variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
H A D__init__.py9 Error = aetools.Error variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
H A D__init__.py9 Error = aetools.Error variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest__locale.py2 from _locale import (setlocale, LC_NUMERIC, localeconv, Error) namespace
57 except Error:
74 except Error:
85 except Error:
96 except Error:
104 except Error:
118 except Error:
H A Dtest_traceback.py8 from test.test_support import run_unittest, is_jython, Error namespace
185 raise Error("unable to create test traceback string")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest__locale.py2 from _locale import (setlocale, LC_NUMERIC, localeconv, Error) namespace
57 except Error:
74 except Error:
85 except Error:
96 except Error:
104 except Error:
118 except Error:
H A Dtest_traceback.py8 from test.test_support import run_unittest, is_jython, Error namespace
185 raise Error("unable to create test traceback string")
/prebuilts/misc/common/swig/include/2.0.11/perl5/
H A Dnoembed.h25 #ifdef Error
26 #undef Error macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcomdef.h45 HRESULT Error() const throw();
87 inline HRESULT _com_error::Error() const throw() { return m_hresult; } function in class:_com_error

Completed in 587 milliseconds

1234567