Searched defs:SystemError (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/doc/api/ |
| D | errors.md | 437 ### `error.address` 444 ### `error.code` 450 ### `error.dest` 457 ### `error.errno` 469 ### `error.info` 475 ### `error.message` 481 ### `error.path` 487 ### `error.port` 493 ### `error.syscall` 499 ### Common system errors
|
| /third_party/node/lib/internal/ |
| D | errors.js | 195 class SystemError extends Error { class 763 SystemError, property
|
| /third_party/python/PC/bdist_wininst/ |
| D | install.c | 932 static BOOL SystemError(int error, char *msg) in SystemError() function
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan.hpp | 5984 class SystemError class 5989 SystemError( std::error_code ec ) : Error(), std::system_error( ec ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError 5990 …SystemError( std::error_code ec, std::string const & what ) : Error(), std::system_error( ec, what… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError 5991 SystemError( std::error_code ec, char const * what ) : Error(), std::system_error( ec, what ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError 5992 …SystemError( int ev, std::error_category const & ecat ) : Error(), std::system_error( ev, ecat ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError 5993 SystemError( int ev, std::error_category const & ecat, std::string const & what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError 5996 SystemError( int ev, std::error_category const & ecat, char const * what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
|
| /third_party/mingw-w64/mingw-w64-headers/include/ |
| D | dbgeng.h | 1397 STDMETHOD(SystemError)(THIS_ ULONG Error,ULONG Level) PURE; in DECLARE_INTERFACE_() local 1870 STDMETHOD(SystemError)(THIS_ ULONG Error,ULONG Level) { return DEBUG_STATUS_NO_CHANGE; } in STDMETHOD() argument
|