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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtp_main.c256 const atf_tc_t *const *tcs; local
261 tcs = atf_tp_get_tcs(tp);
262 INV(tcs != NULL); /* Should be checked. */
263 for (tcsptr = tcs; *tcsptr != NULL; tcsptr++) {
270 if (tcsptr != tcs) /* Not first. */
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp578 tc_vector tcs = init_tcs(); local
581 for (tc_vector::const_iterator iter = tcs.begin();
582 iter != tcs.end(); iter++) {
603 tp::find_tc(tc_vector tcs, const std::string& name) argument
606 for (tc_vector::iterator iter = tcs.begin();
607 iter != tcs.end(); iter++) {

Completed in 39 milliseconds