Home
last modified time | relevance | path

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

/external/libchrome/base/test/launcher/
Dtest_results_tracker.h87 void GetTestStatusForIteration(int iteration, TestStatusMap* map) const;
Dtest_results_tracker.cc477 GetTestStatusForIteration(iteration_, &tests_by_status); in GetTestStatusMapForCurrentIteration()
485 GetTestStatusForIteration(i, &tests_by_status); in GetTestStatusMapForAllIterations()
489 void TestResultsTracker::GetTestStatusForIteration( in GetTestStatusForIteration() function in base::TestResultsTracker