Lines Matching refs:attrib
213 test_name = test.attrib['name']
223 executable_name = test_item.attrib['name']
227 record_options = test_item.attrib['option'].split()
229 report_options = test_item.attrib['option'].split()
235 if 'name' in symbol_item.attrib:
236 symbol_name = symbol_item.attrib['name']
238 if 'comm' in symbol_item.attrib:
239 comm = symbol_item.attrib['comm']
241 if 'min' in symbol_item.attrib:
242 overhead_min = float(symbol_item.attrib['min'])
244 if 'max' in symbol_item.attrib:
245 overhead_max = float(symbol_item.attrib['max'])
281 symbol_name = symbol_item.attrib['name']
283 if 'comm' in symbol_item.attrib:
284 comm = symbol_item.attrib['comm']