HomeSort by relevance Sort by last modified time
    Searched refs:testcase_id (Results 1 - 2 of 2) sorted by null

  /test/vts/runners/target/gtest/
gtest_main.cpp 593 size_t testcase_id, test_id; member in struct:ChildProcInfo
619 int testcase_id, int test_id, int argc,
656 child_proc.testcase_id = testcase_id;
671 testcase_list[child_proc.testcase_id].GetTestName(
726 TestCase& testcase = testcase_list[child_proc.testcase_id];
902 size_t testcase_id = child_proc.testcase_id; local
904 TestCase& testcase = testcase_list[testcase_id];
909 if (++finished_test_count_list[testcase_id] == testcase.TestCount())
    [all...]
  /bionic/tests/
gtest_main.cpp 664 size_t testcase_id, test_id; member in struct:ChildProcInfo
688 static ChildProcInfo RunChildProcess(const std::string& test_name, int testcase_id, int test_id,
724 child_proc.testcase_id = testcase_id;
738 std::string test_name = testcase_list[child_proc.testcase_id].GetTestName(child_proc.test_id);
789 TestCase& testcase = testcase_list[child_proc.testcase_id];
953 size_t testcase_id = child_proc.testcase_id; local
955 TestCase& testcase = testcase_list[testcase_id];
960 if (++finished_test_count_list[testcase_id] == testcase.TestCount())
    [all...]

Completed in 577 milliseconds