Home
last modified time | relevance | path

Searched refs:fail_handler (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/p5-Data-Util/Data-Util-0.63/lib/Data/Util/
H A DError.pm9 $class->fail_handler(scalar(caller) => @_) if @_;
13 sub fail_handler :method{ subroutine
49 my $fail_handler = __PACKAGE__->fail_handler($caller_pkg);
52 die $fail_handler ? &{$fail_handler} : &Carp::longmess;
/dports/devel/p5-Data-Util/Data-Util-0.63/t/
H A D11_fail_handler.t45 is( Data::Util::Error->fail_handler('Foo'), \&Foo::fail );
46 is( Data::Util::Error->fail_handler('Bar'), \&Bar::fail );
47 is( Data::Util::Error->fail_handler('Baz'), \&Foo::fail );
63 Data::Util::Error->fail_handler(Foo => 'throw');
/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/beast/_experimental/
H A Dstream.cpp66 test::fail_handler( in testTestStream()
75 test::fail_handler( in testTestStream()
85 test::fail_handler( in testTestStream()
95 test::fail_handler( in testTestStream()
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/beast/_experimental/
H A Dstream.cpp66 test::fail_handler( in testTestStream()
75 test::fail_handler( in testTestStream()
85 test::fail_handler( in testTestStream()
95 test::fail_handler( in testTestStream()
/dports/devel/boost-libs/boost_1_72_0/libs/beast/test/beast/_experimental/
H A Dstream.cpp66 test::fail_handler( in testTestStream()
75 test::fail_handler( in testTestStream()
85 test::fail_handler( in testTestStream()
95 test::fail_handler( in testTestStream()
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/beast/_experimental/
H A Dstream.cpp68 test::fail_handler( in testTestStream()
77 test::fail_handler( in testTestStream()
87 test::fail_handler( in testTestStream()
97 test::fail_handler( in testTestStream()
/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/beast/websocket/
H A Dtimer.cpp56 ws1.async_read(b1, test::fail_handler( in testIdlePing()
58 ws2.async_read(b2, test::fail_handler( in testIdlePing()
82 test::fail_handler(beast::error::timeout)); in testIdlePing()
179 ws1.async_read(b, test::fail_handler( in testCloseWhileRead()
181 ws1.async_close({}, test::fail_handler( in testCloseWhileRead()
H A Dread1.cpp118 ws1.async_read(b, test::fail_handler( in testTimeout()
136 ws1.async_read(b, test::fail_handler( in testTimeout()
H A Daccept.cpp764 ws1.async_accept(test::fail_handler(beast::error::timeout)); in testAsync()
777 ws1.async_accept(test::fail_handler(beast::error::timeout)); in testAsync()
786 ws1.async_accept(test::fail_handler( in testAsync()
806 ws1.async_accept(p.get(), test::fail_handler( in testAsync()
/dports/devel/boost-libs/boost_1_72_0/libs/beast/test/beast/websocket/
H A Dtimer.cpp56 ws1.async_read(b1, test::fail_handler( in testIdlePing()
58 ws2.async_read(b2, test::fail_handler( in testIdlePing()
82 test::fail_handler(beast::error::timeout)); in testIdlePing()
179 ws1.async_read(b, test::fail_handler( in testCloseWhileRead()
181 ws1.async_close({}, test::fail_handler( in testCloseWhileRead()
H A Dread1.cpp118 ws1.async_read(b, test::fail_handler( in testTimeout()
136 ws1.async_read(b, test::fail_handler( in testTimeout()
H A Daccept.cpp764 ws1.async_accept(test::fail_handler(beast::error::timeout)); in testAsync()
777 ws1.async_accept(test::fail_handler(beast::error::timeout)); in testAsync()
786 ws1.async_accept(test::fail_handler( in testAsync()
806 ws1.async_accept(p.get(), test::fail_handler( in testAsync()
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/beast/websocket/
H A Dtimer.cpp56 ws1.async_read(b1, test::fail_handler( in testIdlePing()
58 ws2.async_read(b2, test::fail_handler( in testIdlePing()
82 test::fail_handler(beast::error::timeout)); in testIdlePing()
179 ws1.async_read(b, test::fail_handler( in testCloseWhileRead()
181 ws1.async_close({}, test::fail_handler( in testCloseWhileRead()
H A Dread1.cpp118 ws1.async_read(b, test::fail_handler( in testTimeout()
136 ws1.async_read(b, test::fail_handler( in testTimeout()
H A Daccept.cpp764 ws1.async_accept(test::fail_handler(beast::error::timeout)); in testAsync()
777 ws1.async_accept(test::fail_handler(beast::error::timeout)); in testAsync()
786 ws1.async_accept(test::fail_handler( in testAsync()
806 ws1.async_accept(p.get(), test::fail_handler( in testAsync()
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/beast/websocket/
H A Dtimer.cpp56 ws1.async_read(b1, test::fail_handler( in testIdlePing()
58 ws2.async_read(b2, test::fail_handler( in testIdlePing()
82 test::fail_handler(beast::error::timeout)); in testIdlePing()
179 ws1.async_read(b, test::fail_handler( in testCloseWhileRead()
181 ws1.async_close({}, test::fail_handler( in testCloseWhileRead()
H A Dread1.cpp118 ws1.async_read(b, test::fail_handler( in testTimeout()
136 ws1.async_read(b, test::fail_handler( in testTimeout()
H A Daccept.cpp766 ws1.async_accept(test::fail_handler(beast::error::timeout)); in testAsync()
779 ws1.async_accept(test::fail_handler(beast::error::timeout)); in testAsync()
788 ws1.async_accept(test::fail_handler( in testAsync()
808 ws1.async_accept(p.get(), test::fail_handler( in testAsync()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/gtests/
H A Dmain.cpp64 auto *fail_handler = new assert_fail_handler_t(); in main() local
65 listeners.Append(fail_handler); in main()
/dports/math/onednn/oneDNN-2.5.1/tests/gtests/
H A Dmain.cpp64 auto *fail_handler = new assert_fail_handler_t(); in main() local
65 listeners.Append(fail_handler); in main()
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/xml/
H A Dsixtp.cpp134 parser->fail_handler = handler; in sixtp_set_fail()
503 child_data->fail_handler = frame->parser->chars_fail_handler; in sixtp_sax_characters_handler()
562 child_result_data->fail_handler = in sixtp_sax_end_handler()
642 if (current_frame->parser->fail_handler) in sixtp_handle_catastrophe()
661 current_frame->parser->fail_handler (current_frame->data_for_children, in sixtp_handle_catastrophe()
674 if (cresult->fail_handler) in sixtp_handle_catastrophe()
676 cresult->fail_handler (cresult); in sixtp_handle_catastrophe()
H A Dsixtp.h141 sixtp_fail_handler fail_handler; member
193 sixtp_result_handler fail_handler; member
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/EVPath/EVPath/dfg_tests/
H A Dfail_chain_test.c88 fail_handler(EVdfg dfg, char *failed_node_name, int failed_stone) in fail_handler() function
163 EVmaster_node_fail_handler(test_master, fail_handler); in be_test_master()
/dports/devel/hyperscan/boost_1_75_0/boost/beast/_experimental/test/
H A Dhandler.hpp139 fail_handler(error_code ec) noexcept in fail_handler() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/beast/_experimental/test/
H A Dhandler.hpp139 fail_handler(error_code ec) noexcept in fail_handler() function

123