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

/bionic/tests/
H A Dgtest_main.cpp344 for (const auto& testcase : testcase_list) {
345 test_count += testcase.TestCount();
358 static void OnTestEndPrint(const TestCase& testcase, size_t test_id) { argument
360 printf("%s\n", testcase.GetTestName(test_id).c_str());
362 const std::string& test_output = testcase.GetTest(test_id).GetTestOutput();
365 TestResult result = testcase.GetTestResult(test_id);
371 printf("%s", testcase.GetTestName(test_id).c_str());
373 printf(" (%" PRId64 " ms)", testcase.GetTestTime(test_id) / 1000000);
381 static void OnTestEndPrint(const TestCase& testcase, size_t test_id) { argument
382 TestResult result = testcase
555 auto& testcase = testcase_list[i]; local
577 auto& testcase = testcase_list[i]; local
771 TestCase& testcase = testcase_list[child_proc.testcase_id]; local
842 CollectChildTestResult(const ChildProcInfo& child_proc, TestCase& testcase) argument
937 TestCase& testcase = testcase_list[testcase_id]; local
[all...]

Completed in 29 milliseconds