Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp853 size_t next_test_id = 0; in RunTestInSeparateProc() local
862 std::string test_name = testcase_list[next_testcase_id].GetTestName(next_test_id); in RunTestInSeparateProc()
863 ChildProcInfo child_proc = RunChildProcess(test_name, next_testcase_id, next_test_id, in RunTestInSeparateProc()
866 if (++next_test_id == testcase_list[next_testcase_id].TestCount()) { in RunTestInSeparateProc()
867 next_test_id = 0; in RunTestInSeparateProc()