Home
last modified time | relevance | path

Searched refs:test_error_code (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/asio/test/
Derror.cpp22 void test_error_code(const boost::system::error_code& code) in test_error_code() function
46 test_error_code(boost::asio::error::access_denied); in error_test()
47 test_error_code(boost::asio::error::address_family_not_supported); in error_test()
48 test_error_code(boost::asio::error::address_in_use); in error_test()
49 test_error_code(boost::asio::error::already_connected); in error_test()
50 test_error_code(boost::asio::error::already_started); in error_test()
51 test_error_code(boost::asio::error::connection_aborted); in error_test()
52 test_error_code(boost::asio::error::connection_refused); in error_test()
53 test_error_code(boost::asio::error::connection_reset); in error_test()
54 test_error_code(boost::asio::error::bad_descriptor); in error_test()
[all …]
/third_party/boost/libs/container_hash/test/
Dhash_system_error_test.cpp18 void test_error_code() in test_error_code() function
49 test_error_code(); in main()
/third_party/python/Lib/test/
Dtest_xml_etree.py3857 def test_error_code(self): member in ParseErrorTest