Lines Matching refs:findall
110 for param in xml.findall('param'):
192 for derived in xml.findall('derived'):
196 for assrt in xml.findall('assert'):
201 for field in xml.findall('field'):
208 for d in xml.findall('display'):
237 for map in xml.findall('map'):
270 for gen in xml.findall('gen'):
304 for override in xml.findall('override'):
316 for pattern in xml.findall('pattern'):
380 for value in xml.findall('value'):
397 self.fieldnames = list(set(re.findall(r"{([a-zA-Z0-9_]+)}", expr)))
439 for expr in root.findall('expr'):
445 assert len(root.findall('expr')) == 1, "expected a single expression in: {}".format(name)
450 for imprt in root.findall('import'):
458 for enum in root.findall('enum'):
463 for bitset in root.findall('bitset'):