Home
last modified time | relevance | path

Searched refs:ntcs (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/atf/dist/tools/
H A Datf-report.cpp135 size_t ntcs __attribute__((__unused__))) in write_tp_start() argument
220 write_tp_start(const std::string& tp, size_t ntcs) in write_tp_start() argument
229 to_string(ntcs) + " test cases") in write_tp_start()
422 size_t ntcs __attribute__((__unused__))) in write_tp_start() argument
527 got_tp_start(const std::string& tp, size_t ntcs) in got_tp_start() argument
531 (*iter)->write_tp_start(tp, ntcs); in got_tp_start()
H A Dreader.cpp165 size_t ntcs __attribute__((__unused__))) in got_tp_start() argument
251 size_t ntcs = string_to_int< std::size_t >(t.text()); in read_tp() local
255 ATF_PARSER_CALLBACK(p, got_tp_start(tpname, ntcs)); in read_tp()
258 while (p.good() && i < ntcs) { in read_tp()
H A Dreader_test.cpp59 got_tp_start(const std::string& tpname, size_t ntcs) in got_tp_start() argument
62 tools::text::to_string(ntcs) + ")"); in got_tp_start()
H A Dtest-program.cpp593 impl::atf_tps_writer::start_tp(const std::string& tp, size_t ntcs) in start_tp() argument
597 << ntcs << "\n"; in start_tp()