Searched defs:tps (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datf-run.cpp255 for (std::vector< std::string >::const_iterator iter = af.tps().begin();
256 iter != af.tps().end(); iter++) {
473 atf_run::count_tps(std::vector< std::string > tps)
478 for (std::vector< std::string >::const_iterator iter = tps.begin();
479 iter != tps.end(); iter++) {
485 std::vector< std::string > aux = af.tps();
523 std::vector< std::string > tps; local
524 tps = af.tps();
528 tps
[all...]
H A Datffile.cpp259 tps(void) function in class:reader
281 impl::atffile::tps(void) function in class:impl::atffile
342 return atffile(r.conf(), r.tps(), r.props());

Completed in 14 milliseconds