Home
last modified time | relevance | path

Searched defs:run_index (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/testing/gtest_extras/
H A DTest.cpp39 Test::Test(std::tuple<std::string, std::string>& test, size_t index, size_t run_index, int fd) in Test()
H A DTest.h66 size_t run_index() const { return run_index_; } in run_index() function
H A DIsolate.cpp249 size_t run_index = running_indices_.back(); in LaunchTests() local
372 size_t run_index = test->run_index(); in CheckTestsFinished() local