Searched defs:reset (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dauto_array.hpp67 void reset(T* = NULL) throw();
133 auto_array< T >::reset(T* ptr) function in class:atf::auto_array
146 reset(ptr.release());
H A Dparser.hpp335 token reset(const token_type&);
445 parser< TKZ >::reset(const token_type& stop) function in class:atf::parser::parser
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dsignals.cpp138 impl::reset(const int signo) function in class:impl
H A Dsignals_test.cpp233 atf::atf_run::reset(SIGUSR1);
244 ATF_TEST_CASE(reset); variable
245 ATF_TEST_CASE_HEAD(reset)
247 set_md_var("descr", "Tests the reset function");
249 ATF_TEST_CASE_BODY(reset)
276 ATF_ADD_TEST_CASE(tcs, reset);

Completed in 12 milliseconds