Searched refs:record_results (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/Reviewing/ |
D | find_interesting_reviews.py | 214 def update_cached_info(phab, cache, phab_query, order, record_results, argument 221 most_recent_info, oldest_info = record_results(cache, results, phab) 251 most_recent_info, oldest_info = record_results(cache, results, phab) 337 for cache, phab_query, order, record_results, _, _ in PHABCACHESINFO: 349 for cache, phab_query, order, record_results, max_nr_entries_per_fetch, \ 351 update_cached_info(phab, cache, phab_query, order, record_results,
|