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

/bind-9.11.3/unit/atf-src/tools/
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.11.3/unit/atf-src/atf-c/detail/
H A Dsanity_test.c64 struct test_data *td = v; local
66 switch (td->m_type) {
68 INV(td->m_cond);
72 PRE(td->m_cond);
76 POST(td->m_cond);
80 if (!td->m_cond)
99 struct test_data td = { t, cond }; local
103 RE(atf_process_fork(&child, do_test_child, &outsb, &errsb, &td));

Completed in 24 milliseconds