Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp591 size_t testcase_id, test_id; member
615 static ChildProcInfo RunChildProcess(const std::string& test_name, int testcase_id, int test_id, in RunChildProcess() argument
651 child_proc.testcase_id = testcase_id; in RunChildProcess()
665 … std::string test_name = testcase_list[child_proc.testcase_id].GetTestName(child_proc.test_id); in HandleSignals()
716 TestCase& testcase = testcase_list[child_proc.testcase_id]; in ReadChildProcOutput()
880 size_t testcase_id = child_proc.testcase_id; in RunTestInSeparateProc() local
882 TestCase& testcase = testcase_list[testcase_id]; in RunTestInSeparateProc()
887 if (++finished_test_count_list[testcase_id] == testcase.TestCount()) { in RunTestInSeparateProc()