Home
last modified time | relevance | path

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

/external/rust/crates/userfaultfd/src/
Derror.rs31 SystemError(#[source] nix::Error), enumerator
/external/sandboxed-api/oss-internship-2020/libuv/tests/
Dtest_error.cc83 TEST_F(UVTestError, SystemError) { in TEST_F() argument
/external/lzma/CPP/7zip/UI/Common/
DUpdate.h162 DWORD SystemError; // it's DWORD (WRes) only; member
/external/crosvm/devices/src/pci/
Dpci_device.rs141 SystemError(base::Error), enumerator
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c889 static BOOL SystemError(int error, char *msg) in SystemError() function
/external/swiftshader/include/vulkan/
Dvulkan.hpp6052 class SystemError class
6057 SystemError( std::error_code ec ) : Error(), std::system_error( ec ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6058SystemError( std::error_code ec, std::string const & what ) : Error(), std::system_error( ec, what… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6059 SystemError( std::error_code ec, char const * what ) : Error(), std::system_error( ec, what ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6060SystemError( int ev, std::error_category const & ecat ) : Error(), std::system_error( ev, ecat ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6061SystemError( int ev, std::error_category const & ecat, std::string const & what ) : Error(), std::… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6062SystemError( int ev, std::error_category const & ecat, char const * what ) : Error(), std::system_… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp6182 class SystemError class
6187 SystemError( std::error_code ec ) : Error(), std::system_error( ec ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6189SystemError( std::error_code ec, std::string const & what ) : Error(), std::system_error( ec, what… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6191 SystemError( std::error_code ec, char const * what ) : Error(), std::system_error( ec, what ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6193SystemError( int ev, std::error_category const & ecat ) : Error(), std::system_error( ev, ecat ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6195SystemError( int ev, std::error_category const & ecat, std::string const & what ) : Error(), std::… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6197SystemError( int ev, std::error_category const & ecat, char const * what ) : Error(), std::system_… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan.hpp6221 class SystemError class
6226 SystemError( std::error_code ec ) : Error(), std::system_error( ec ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6228SystemError( std::error_code ec, std::string const & what ) : Error(), std::system_error( ec, what… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6230 SystemError( std::error_code ec, char const * what ) : Error(), std::system_error( ec, what ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6232SystemError( int ev, std::error_category const & ecat ) : Error(), std::system_error( ev, ecat ) {} in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6234SystemError( int ev, std::error_category const & ecat, std::string const & what ) : Error(), std::… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError
6236SystemError( int ev, std::error_category const & ecat, char const * what ) : Error(), std::system_… in SystemError() function in VULKAN_HPP_NAMESPACE::SystemError