Home
last modified time | relevance | path

Searched refs:record_results (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/utils/Reviewing/
Dfind_interesting_reviews.py217 def update_cached_info(phab, cache, phab_query, order, record_results, argument
224 most_recent_info, oldest_info = record_results(cache, results, phab)
254 most_recent_info, oldest_info = record_results(cache, results, phab)
340 for cache, phab_query, order, record_results, _, _ in PHABCACHESINFO:
352 for cache, phab_query, order, record_results, max_nr_entries_per_fetch, \
354 update_cached_info(phab, cache, phab_query, order, record_results,
/external/rust/crates/csv/tests/
Dtests.rs352 let mut record_results = Reader::from_reader(FailingRead).into_records(); in no_infinite_loop_on_io_errors() localVariable
353 let first_result = record_results.next(); in no_infinite_loop_on_io_errors()
357 assert!(record_results.next().is_none()); in no_infinite_loop_on_io_errors()