Searched refs:SystemError (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Dkillthread.py30 raise SystemError("PyThreadState_SetAsyncExc failed")
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.h139 DWORD SystemError; member in struct:CErrorInfo
145 CErrorInfo(): SystemError(0) {};
H A DUpdate.cpp439 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
[all...]
/external/nanopb-c/generator/google/protobuf/internal/
H A Dencoder.py562 except SystemError:
572 except SystemError:
581 except SystemError:
/external/protobuf/python/google/protobuf/internal/
H A Dencoder.py578 except SystemError:
588 except SystemError:
597 except SystemError:
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp562 if (errorInfo.SystemError != 0)
564 message += NError::MyFormatMessageW(errorInfo.SystemError);

Completed in 476 milliseconds