Home
last modified time | relevance | path

Searched defs:SystemError (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdate.h153 DWORD SystemError; member
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c889 static BOOL SystemError(int error, char *msg) in SystemError() function
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp6118 class SystemError class
6123 SystemError( std::error_code ec ) : Error(), std::system_error( ec ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6124SystemError( std::error_code ec, std::string const & what ) : Error(), std::system_error( ec, what… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6125 SystemError( std::error_code ec, char const * what ) : Error(), std::system_error( ec, what ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6126SystemError( int ev, std::error_category const & ecat ) : Error(), std::system_error( ev, ecat ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6127 SystemError( int ev, std::error_category const & ecat, std::string const & what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6130 SystemError( int ev, std::error_category const & ecat, char const * what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
/external/swiftshader/include/vulkan/
Dvulkan.hpp5560 class SystemError class
5565 SystemError(std::error_code ec) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5569 SystemError(std::error_code ec, std::string const &what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5573 SystemError(std::error_code ec, char const *what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5577 SystemError(int ev, std::error_category const &ecat) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5581 SystemError(int ev, std::error_category const &ecat, std::string const &what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5585 SystemError(int ev, std::error_category const &ecat, char const *what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp5555 class SystemError class
5560 SystemError( std::error_code ec ) : Error(), std::system_error( ec ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5561SystemError( std::error_code ec, std::string const & what ) : Error(), std::system_error( ec, what… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5562 SystemError( std::error_code ec, char const * what ) : Error(), std::system_error( ec, what ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5563SystemError( int ev, std::error_category const & ecat ) : Error(), std::system_error( ev, ecat ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5564SystemError( int ev, std::error_category const & ecat, std::string const & what ) : Error(), std::… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5565SystemError( int ev, std::error_category const & ecat, char const * what ) : Error(), std::system_… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
/external/fmtlib/test/
Dformat-test.cc401 TEST(UtilTest, SystemError) { in TEST() argument