Searched refs:td (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dtests-results.css99 table.summary td {
105 table.summary td.numeric p {
109 table.summary td.numeric-error p {
114 table.summary td.numeric-warning p {
123 table.summary tr.entry td p {
137 table.tcs-summary td {
150 table.tcs-summary td.numeric {
154 table.tcs-summary td.numeric p {
158 table.tcs-summary td.tp-numeric {
163 table.tcs-summary td
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dsanity_test.c67 struct test_data *td = v; local
69 switch (td->m_type) {
71 INV(td->m_cond);
75 PRE(td->m_cond);
79 POST(td->m_cond);
83 if (!td->m_cond)
102 struct test_data td = { t, cond }; local
106 RE(atf_process_fork(&child, do_test_child, &outsb, &errsb, &td));

Completed in 1033 milliseconds