Searched defs:testcase_id (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp646 size_t testcase_id, test_id; member in struct:ChildProcInfo
670 static ChildProcInfo RunChildProcess(const std::string& test_name, int testcase_id, int test_id, argument
706 child_proc.testcase_id = testcase_id;
720 std::string test_name = testcase_list[child_proc.testcase_id].GetTestName(child_proc.test_id);
771 TestCase& testcase = testcase_list[child_proc.testcase_id];
935 size_t testcase_id = child_proc.testcase_id; local
937 TestCase& testcase = testcase_list[testcase_id];
942 if (++finished_test_count_list[testcase_id]
[all...]

Completed in 90 milliseconds