Searched refs:process_results (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/tests/iozone/ |
D | postprocessing.py | 140 def process_results(self, results, label=None): member in IOzoneAnalyzer 315 overall_results = self.process_results(results) 316 record_size_results = self.process_results(results, 'record_size') 317 file_size_results = self.process_results(results, 'file_size')
|
/external/rust/crates/itertools/src/ |
D | process_results_impl.rs | 70 pub fn process_results<I, F, T, E, R>(iterable: I, processor: F) -> Result<R, E> in process_results() function
|
D | lib.rs | 173 pub use crate::process_results_impl::process_results;
|
/external/rust/crates/itertools/ |
D | CHANGELOG.md | 126 …- Add function `process_results` which can “lift” a function of the regular values of an iterator …
|