Lines Matching refs:root
159 for root in dataDict:
160 for exfile in dataDict[root]:
161 for test in dataDict[root][exfile]:
164 fname=nameSpace(defroot,os.path.relpath(root,srcdir))
168 if field not in dataDict[root][exfile][test]: continue
169 values=dataDict[root][exfile][test][field]
219 for root, dirs, files in os.walk(top, topdown=False):
220 if root == 'output': continue
221 if '.dSYM' in root: continue
222 if verbose: print(root)
224 dataDict[root] = {}
233 fullex = os.path.join(root, exfile)
235 dataDict[root].update(testparse.parseTestFile(fullex, 0))