Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp852 size_t next_testcase_id = 0; in RunTestInSeparateProc() local
861 while (child_proc_list.size() < job_count && next_testcase_id < testcase_list.size()) { in RunTestInSeparateProc()
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()
868 ++next_testcase_id; in RunTestInSeparateProc()