Searched refs:td_vars (Results 1 – 2 of 2) sorted by relevance
13 def _validate_td_vars(td, td_vars, type_msg): argument14 if td_vars:15 for v in td_vars:32 td_vars = None variable in OETestCase36 _validate_td_vars(clss.td, clss.td_vars, "class")
16 td_vars = ['MACHINE'] variable in GccCompileTest