/external/lzma/CPP/7zip/UI/Console/ |
UpdateCallbackConsole.cpp | 50 HRESULT CUpdateCallbackConsole::CanNotFindError(const wchar_t *name, DWORD systemError)
53 CantFindCodes.Add(systemError);
63 m_PercentPrinter.PrintString(NError::MyFormatMessageW(systemError));
174 HRESULT CUpdateCallbackConsole::OpenFileError(const wchar_t *name, DWORD systemError)
177 FailedCodes.Add(systemError);
179 // if (systemError == ERROR_SHARING_VIOLATION)
184 m_PercentPrinter.PrintString(NError::MyFormatMessageW(systemError));
187 // return systemError;
|
MainAr.cpp | 70 catch(const CSystemException &systemError)
72 if (systemError.ErrorCode == E_OUTOFMEMORY)
77 if (systemError.ErrorCode == E_ABORT)
83 NError::MyFormatMessage(systemError.ErrorCode, message);
|
Main.cpp | 562 if (errorInfo.SystemError != 0)
564 message += NError::MyFormatMessageW(errorInfo.SystemError);
|
/external/lzma/CPP/7zip/UI/Common/ |
Update.h | 139 DWORD SystemError;
145 CErrorInfo(): SystemError(0) {};
157 virtual HRESULT CanNotFindError(const wchar_t *name, DWORD systemError) x; \
|
UpdateCallback.h | 23 virtual HRESULT OpenFileError(const wchar_t *name, DWORD systemError) x; \
|
Update.cpp | 439 errorInfo.SystemError = ::GetLastError();
473 errorInfo.SystemError = ::GetLastError();
490 errorInfo.SystemError = ::GetLastError();
671 errorInfo.SystemError = ::GetLastError();
701 errorInfo.SystemError = (DWORD)E_NOTIMPL;
811 errorInfo.SystemError = 0;
846 errorInfo.SystemError = ::GetLastError();
853 errorInfo.SystemError = ::GetLastError();
872 errorInfo.SystemError = ::GetLastError();
879 errorInfo.SystemError = ::GetLastError(); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_memfunctions.py | 11 ## self.assertRaises((OverflowError, MemoryError, SystemError), 13 ## self.assertRaises((OverflowError, MemoryError, SystemError),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_memfunctions.py | 11 ## self.assertRaises((OverflowError, MemoryError, SystemError), 13 ## self.assertRaises((OverflowError, MemoryError, SystemError),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
exception_hierarchy.txt | 34 | +-- SystemError
|
test_atexit.py | 75 raise SystemError
|
test_module.py | 14 self.assertRaises(SystemError, dir, foo)
|
test_new.py | 135 # negative co_argcount used to trigger a SystemError 140 # negative co_nlocals used to trigger a SystemError
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
exception_hierarchy.txt | 34 | +-- SystemError
|
test_atexit.py | 75 raise SystemError
|
test_module.py | 14 self.assertRaises(SystemError, dir, foo)
|
test_new.py | 135 # negative co_argcount used to trigger a SystemError 140 # negative co_nlocals used to trigger a SystemError
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
__init__.py | 46 class CodecRegistryError(LookupError, SystemError):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rexec.py | 100 def init_frozen(self, name): raise SystemError, "don't use this" 101 def load_source(self, *args): raise SystemError, "don't use this" 102 def load_compiled(self, *args): raise SystemError, "don't use this" 103 def load_package(self, *args): raise SystemError, "don't use this"
|
_threading_local.py | 63 ... raise SystemError('__init__ called too many times')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
__init__.py | 46 class CodecRegistryError(LookupError, SystemError):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
rexec.py | 100 def init_frozen(self, name): raise SystemError, "don't use this" 101 def load_source(self, *args): raise SystemError, "don't use this" 102 def load_compiled(self, *args): raise SystemError, "don't use this" 103 def load_package(self, *args): raise SystemError, "don't use this"
|
/external/valgrind/main/VEX/switchback/ |
test_emfloat.c | 1891 int systemerror; \/* For holding error code *\/ local [all...] |
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 580 // if (systemError == ERROR_SHARING_VIOLATION)
584 // PrintString(NError::MyFormatMessageW(systemError));
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
platforminfo_unittest.py | 66 return MockExecutive2(exception=SystemError)
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
python.php | 86 'StopIteration', 'SyntaxError', 'SystemError', 'SystemExit', 'TypeError',
|