Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdate.h153 DWORD SystemError; member
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c932 static BOOL SystemError(int error, char *msg) in SystemError() function
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c889 static BOOL SystemError(int error, char *msg) in SystemError() function
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp5767 class SystemError class
5772 SystemError( std::error_code ec ) : Error(), std::system_error( ec ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5773SystemError( std::error_code ec, std::string const & what ) : Error(), std::system_error( ec, what… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5774 SystemError( std::error_code ec, char const * what ) : Error(), std::system_error( ec, what ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5775SystemError( int ev, std::error_category const & ecat ) : Error(), std::system_error( ev, ecat ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5776 SystemError( int ev, std::error_category const & ecat, std::string const & what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
5779 SystemError( int ev, std::error_category const & ecat, char const * what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
/external/fmtlib/test/
Dformat-test.cc401 TEST(UtilTest, SystemError) { in TEST() argument
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp13745 class SystemError : public Error, public std::system_error class
13748 SystemError( std::error_code ec ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
13750 SystemError( std::error_code ec, std::string const& what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
13752 SystemError( std::error_code ec, char const * what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
13754 SystemError( int ev, std::error_category const& ecat ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
13756 SystemError( int ev, std::error_category const& ecat, std::string const& what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
13758 SystemError( int ev, std::error_category const& ecat, char const * what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
/external/swiftshader/include/vulkan/
Dvulkan.hpp13812 class SystemError : public Error, public std::system_error class
13815 SystemError( std::error_code ec ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
13817 SystemError( std::error_code ec, std::string const& what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
13819 SystemError( std::error_code ec, char const * what ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
13821 SystemError( int ev, std::error_category const& ecat ) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
13823 SystemError( int ev, std::error_category const& ecat, std::string const& what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
13825 SystemError( int ev, std::error_category const& ecat, char const * what) in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError