Lines Matching refs:results
196 file name list, calls `parse_file` for each file and stores the results
197 by extending the `results` passed to the function.
244 results: typing.Dict[str, AuditData],
249 results will be written to `results` passed to this function.
251 :param results: The dictionary used to store the parsed
260 if d.identifier in results:
261 results[d.identifier].locations.extend(d.locations)
263 results[d.identifier] = d
292 results = []
300 results.append(result)
307 results.append(result)
309 return results
461 # filter and output the results