Searched refs:reset (Results 1 - 14 of 14) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dsignals.hpp87 void reset(const int);
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);
H A Dsignals.cpp138 impl::reset(const int signo) function in class:impl
H A Dfs.cpp211 m_path.reset(new atf::fs::path(buf.get()));
256 cwd.reset(getcwd(NULL, 0));
258 cwd.reset(getcwd(NULL, MAXPATHLEN));
H A Dconfig.cpp195 p.reset(nl_type);
H A Datffile.cpp189 p.reset(nl_type);
H A Dtest-program.cpp264 impl::reset(i);
535 p.reset(nl_type);
/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 Dauto_array_test.cpp196 set_md_var("descr", "Tests the auto_array smart pointer class' reset "
210 t.reset(ta2);
212 t.reset();
H A Dparser.hpp335 token reset(const token_type&);
445 parser< TKZ >::reset(const token_type& stop) function in class:atf::parser::parser
H A Dparser.cpp337 p.reset(header::nl_type);
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp266 p.reset(nl_type);
428 p.reset(nl_type);
438 p.reset(nl_type);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dcheck_test.cpp262 out.reset(new atf::fs::path(r->stdout_path()));
263 err.reset(new atf::fs::path(r->stderr_path()));
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp128 m_path.reset(new atf::fs::path(buf.get()));

Completed in 26 milliseconds