Searched refs:collected (Results 1 – 4 of 4) sorted by relevance
283 RunInstrumentationTestsAnswer collected = in testRun_rerun() local314 doAnswer(collected) in testRun_rerun()348 RunInstrumentationTestsAnswer collected = in testRun_rerunCoverage() local388 doAnswer(collected) in testRun_rerunCoverage()423 RunInstrumentationTestsAnswer collected = in testRun_rebootBeforeReRun() local454 doAnswer(collected) in testRun_rebootBeforeReRun()481 RunInstrumentationTestsAnswer collected = in testRun_resume() local512 doAnswer(collected) in testRun_resume()599 RunInstrumentationTestsAnswer collected = in testCollectTestsAndRetry_Failure() local607 doAnswer(collected) in testCollectTestsAndRetry_Failure()[all …]
738 collected = []750 if need > len(collected): # still need more input samples754 collected.extend(samples)762 this_sample = sum(collected[:need]) / need771 collected = collected[need:]
56 it. The find methods will be collected and executed before the default find
31 # Pickle collected data for later comparisons.