Home
last modified time | relevance | path

Searched refs:add_th (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/py-creole/python-creole-1.4.9/creole/tests/
H A Dtest_utils.py87 t.add_th("head1")
88 t.add_th("head2")
109 t.add_th("head1")
110 t.add_th("head2")
131 t.add_th("head1")
132 t.add_th("head2")
/dports/misc/visp/visp-3.4.0/modules/core/test/tools/threading/
H A DtestThread2.cpp124 double add_th = res_add.sum(); in check() local
127 std::cout << "add=" << add << " ; add_th=" << add_th << std::endl; in check()
130 if (!vpMath::equal(add, add_th, std::numeric_limits<double>::epsilon())) { in check()
131 std::cerr << "Problem: add=" << add << " ; add_th=" << add_th << std::endl; in check()
/dports/textproc/py-creole/python-creole-1.4.9/creole/shared/
H A Dmarkup_table.py28 def add_th(self, text): member in MarkupTable
H A Dbase_emitter.py155 self._table.add_th(content)