Searched defs:ntps (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp160 impl::atf_tps_reader::got_ntps(size_t ntps ATF_DEFS_ATTRIBUTE_UNUSED)
416 size_t ntps = string_to_int< std::size_t >(t.text()); local
417 ATF_PARSER_CALLBACK(p, got_ntps(ntps));
422 while (p.good() && i < ntps) {
H A Dreader_test.cpp55 got_ntps(size_t ntps) argument
57 m_calls.push_back("got_ntps(" + atf::text::to_string(ntps) + ")");
H A Datf-report.cpp213 write_ntps(size_t ntps) argument
220 m_ntps = ntps;
523 got_ntps(size_t ntps) argument
527 (*iter)->write_ntps(ntps);
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datf-run.cpp476 size_t ntps = 0; local
489 ntps += count_tps(aux);
491 ntps++;
494 return ntps;
544 w.ntps(count_tps(tps));
H A Dtest-program.cpp585 impl::atf_tps_writer::ntps(size_t p_ntps) function in class:impl::atf_tps_writer

Completed in 20 milliseconds