Lines Matching refs:attrib
207 test_name = test.attrib['name']
215 executable_name = test_item.attrib['name']
217 report_options = test_item.attrib['option'].split()
223 if 'name' in symbol_item.attrib:
224 symbol_name = symbol_item.attrib['name']
226 if 'comm' in symbol_item.attrib:
227 comm = symbol_item.attrib['comm']
229 if 'min' in symbol_item.attrib:
230 overhead_min = float(symbol_item.attrib['min'])
232 if 'max' in symbol_item.attrib:
233 overhead_max = float(symbol_item.attrib['max'])
267 symbol_name = symbol_item.attrib['name']
269 if 'comm' in symbol_item.attrib:
270 comm = symbol_item.attrib['comm']