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

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc759 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
760 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2661 int TestCase::total_test_count() const { function in class:testing::TestCase
2692 // total_test_count() - 1. If i is not in that range, returns NULL.
2699 // total_test_count() - 1. If i is not in that range, returns NULL.
2727 for (int i = 0; i < total_test_count(); i++) {
3130 for (int j = 0; j < test_case.total_test_count(); ++j) {
3634 for (int i = 0; i < test_case.total_test_count(); ++i) {
3990 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc740 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
741 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2378 int TestCase::total_test_count() const { function in class:testing::TestCase
2409 // total_test_count() - 1. If i is not in that range, returns NULL.
2416 // total_test_count() - 1. If i is not in that range, returns NULL.
2444 for (int i = 0; i < total_test_count(); i++) {
2841 for (int j = 0; j < test_case.total_test_count(); ++j) {
3278 test_case.total_test_count(),
3284 for (int i = 0; i < test_case.total_test_count(); ++i) {
3299 unit_test.total_test_count(),
3689 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
[all...]
/external/gtest/src/
H A Dgtest.cc755 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
756 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2377 int TestCase::total_test_count() const { function in class:testing::TestCase
2408 // total_test_count() - 1. If i is not in that range, returns NULL.
2415 // total_test_count() - 1. If i is not in that range, returns NULL.
2443 for (int i = 0; i < total_test_count(); i++) {
2843 for (int j = 0; j < test_case.total_test_count(); ++j) {
3351 for (int i = 0; i < test_case.total_test_count(); ++i) {
3707 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc740 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
741 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2349 int TestCase::total_test_count() const { function in class:testing::TestCase
2380 // total_test_count() - 1. If i is not in that range, returns NULL.
2387 // total_test_count() - 1. If i is not in that range, returns NULL.
2415 for (int i = 0; i < total_test_count(); i++) {
2813 for (int j = 0; j < test_case.total_test_count(); ++j) {
3250 test_case.total_test_count(),
3256 for (int i = 0; i < test_case.total_test_count(); ++i) {
3271 unit_test.total_test_count(),
3661 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest.cc740 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
741 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2378 int TestCase::total_test_count() const { function in class:testing::TestCase
2409 // total_test_count() - 1. If i is not in that range, returns NULL.
2416 // total_test_count() - 1. If i is not in that range, returns NULL.
2444 for (int i = 0; i < total_test_count(); i++) {
2841 for (int j = 0; j < test_case.total_test_count(); ++j) {
3278 test_case.total_test_count(),
3284 for (int i = 0; i < test_case.total_test_count(); ++i) {
3299 unit_test.total_test_count(),
3689 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
[all...]
/external/protobuf/gtest/src/
H A Dgtest.cc710 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
711 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2330 int TestCase::total_test_count() const { function in class:testing::TestCase
2361 // total_test_count() - 1. If i is not in that range, returns NULL.
2368 // total_test_count() - 1. If i is not in that range, returns NULL.
2395 for (int i = 0; i < total_test_count(); i++) {
2789 for (int j = 0; j < test_case.total_test_count(); ++j) {
3230 test_case.total_test_count(),
3236 for (int i = 0; i < test_case.total_test_count(); ++i) {
3251 unit_test.total_test_count(),
3465 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc964 int total_test_count() const;
2239 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
2240 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
3861 int TestCase::total_test_count() const { function in class:testing::TestCase
3892 // total_test_count() - 1. If i is not in that range, returns NULL.
3899 // total_test_count() - 1. If i is not in that range, returns NULL.
3927 for (int i = 0; i < total_test_count(); i++) {
4327 for (int j = 0; j < test_case.total_test_count(); ++j) {
4835 for (int i = 0; i < test_case.total_test_count(); ++i) {
5191 int UnitTest::total_test_count() cons function in class:testing::UnitTest
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc964 int total_test_count() const;
2239 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
2240 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
3861 int TestCase::total_test_count() const { function in class:testing::TestCase
3892 // total_test_count() - 1. If i is not in that range, returns NULL.
3899 // total_test_count() - 1. If i is not in that range, returns NULL.
3927 for (int i = 0; i < total_test_count(); i++) {
4327 for (int j = 0; j < test_case.total_test_count(); ++j) {
4835 for (int i = 0; i < test_case.total_test_count(); ++i) {
5191 int UnitTest::total_test_count() cons function in class:testing::UnitTest
[all...]

Completed in 115 milliseconds