Searched refs:tps (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Datffile_test.cpp512 ATF_REQUIRE(test_program_names == atffile.tps());
541 ATF_REQUIRE_EQ(3, atffile.tps().size());
542 ATF_REQUIRE(is_in("tp-1", atffile.tps()));
543 ATF_REQUIRE(is_in("tp-2", atffile.tps()));
544 ATF_REQUIRE(is_in("tp-3", atffile.tps()));
569 ATF_REQUIRE_EQ(5, atffile.tps().size());
570 ATF_REQUIRE(is_in("foo", atffile.tps()));
571 ATF_REQUIRE(is_in("bar", atffile.tps()));
572 ATF_REQUIRE(is_in("aK", atffile.tps()));
573 ATF_REQUIRE(is_in("KKKKK", atffile.tps()));
[all...]
H A Datf-run.cpp258 for (std::vector< std::string >::const_iterator iter = af.tps().begin();
259 iter != af.tps().end(); iter++) {
478 atf_run::count_tps(std::vector< std::string > tps)
483 for (std::vector< std::string >::const_iterator iter = tps.begin();
484 iter != tps.end(); iter++) {
490 std::vector< std::string > aux = af.tps();
528 std::vector< std::string > tps; local
529 tps = af.tps();
533 tps
[all...]
H A Datffile.hpp80 const std::vector< std::string >& tps(void) const;
H A Datffile.cpp264 tps(void) function in class:reader
286 impl::atffile::tps(void) function in class:impl::atffile
347 return atffile(r.conf(), r.tps(), r.props());
H A Datf-report_test.sh82 ATF_CONFDIR=$(pwd)/etc atf-run >tps.out 2>/dev/null
99 -o match:'Summary for' -e empty -x 'atf-report <tps.out'
141 "atf-report -o csv:- <tps.out | " \
188 "atf-report -o ticker:- <tps.out | " \
192 atf_check -s eq:0 -o ignore -e empty -x "atf-report -o xml:- <tps.out"
206 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report <tps.out'
210 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report -o csv:- <tps.out'
215 atf_check -s eq:0 -o empty -e empty -x 'atf-report -o csv:fmt.out <tps.out'
221 'atf-report -o csv:fmt.out -o csv:fmt2.out <tps.out'
228 'atf-report -o csv:fmt.out -o ticker:fmt2.out <tps
[all...]
/bind-9.11.3/unit/atf-src/atf-c/
H A Dmacros.h100 #define ATF_TP_ADD_TCS(tps) \
111 atfu_tp_add_tcs(atf_tp_t *tps)

Completed in 1337 milliseconds