Searched refs:TestCount (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dgtest_main.cpp192 size_t TestCount() const { return test_list_.size(); } function in class:TestCase
345 test_count += testcase.TestCount();
418 test_count += testcase.TestCount();
419 for (size_t i = 0; i < testcase.TestCount(); ++i) {
556 total_test_count += testcase.TestCount();
557 for (size_t j = 0; j < testcase.TestCount(); ++j) {
579 testcase.GetName().c_str(), testcase.TestCount(), failed_count_list[i]);
582 for (size_t j = 0; j < testcase.TestCount(); ++j) {
921 if (++next_test_id == testcase_list[next_testcase_id].TestCount()) {
942 if (++finished_test_count_list[testcase_id] == testcase.TestCount()) {
[all...]

Completed in 47 milliseconds