Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp893 size_t next_test_id = 0; in RunTestInSeparateProc() local
902 std::string test_name = testcase_list[next_testcase_id].GetTestName(next_test_id); in RunTestInSeparateProc()
903 ChildProcInfo child_proc = RunChildProcess(test_name, next_testcase_id, next_test_id, in RunTestInSeparateProc()
906 if (++next_test_id == testcase_list[next_testcase_id].TestCount()) { in RunTestInSeparateProc()
907 next_test_id = 0; in RunTestInSeparateProc()