Searched refs:run_index (Results 1 – 3 of 3) sorted by relevance
/system/testing/gtest_extras/gtest_isolated/ |
D | Test.cpp | 39 Test::Test(std::tuple<std::string, std::string>& test, size_t index, size_t run_index, int fd) in Test() argument 44 run_index_(run_index), in Test()
|
D | Test.h | 38 Test(std::tuple<std::string, std::string>& test, size_t test_index, size_t run_index, int fd); 66 size_t run_index() const { return run_index_; } in run_index() function
|
D | Isolate.cpp | 252 size_t run_index = running_indices_.back(); in LaunchTests() local 254 Test* test = new Test(tests_[cur_test_index_], cur_test_index_, run_index, read_fd); in LaunchTests() 256 running_[run_index] = test; in LaunchTests() 259 pollfd* pollfd = &running_pollfds_[run_index]; in LaunchTests() 372 running_indices_.push_back(test->run_index()); in CheckTestsFinished() 375 size_t run_index = test->run_index(); in CheckTestsFinished() local 382 running_[run_index] = nullptr; in CheckTestsFinished() 383 running_pollfds_[run_index] = {}; in CheckTestsFinished()
|