HomeSort by relevance Sort by last modified time
    Searched defs:total_test_count (Results 1 - 17 of 17) sorted by null

  /art/test/testrunner/
testrunner.py 123 total_test_count = 0 variable
308 global total_test_count
309 total_test_count = len(tests)
310 total_test_count *= len(RUN_TYPES)
311 total_test_count *= len(PREBUILD_TYPES)
312 total_test_count *= len(RELOCATE_TYPES)
313 total_test_count *= len(TRACE_TYPES)
314 total_test_count *= len(GC_TYPES)
315 total_test_count *= len(JNI_TYPES)
316 total_test_count *= len(IMAGE_TYPES
    [all...]
  /test/vts/runners/target/gtest/
gtest_main.cpp 486 size_t total_test_count = 0; local
492 total_test_count += testcase.TestCount();
513 total_test_count, total_failed_count);
    [all...]
  /bionic/tests/
gtest_main.cpp 535 size_t total_test_count = 0; local
541 total_test_count += testcase.TestCount();
559 total_test_count, total_failed_count);
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 741 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
742 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2379 int TestCase::total_test_count() const { function in class:testing::TestCase
3714 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 740 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
3663 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 755 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
3707 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 718 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
719 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2356 int TestCase::total_test_count() const { function in class:testing::TestCase
3490 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc 740 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
3660 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 755 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
3703 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest.cc 740 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
741 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2351 int TestCase::total_test_count() const { function in class:testing::TestCase
3638 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest.cc 740 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
741 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2351 int TestCase::total_test_count() const { function in class:testing::TestCase
3638 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc 2239 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
3861 int TestCase::total_test_count() const { function in class:testing::TestCase
5191 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /external/googletest/googletest/src/
gtest.cc 774 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
775 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2704 int TestCase::total_test_count() const { function in class:testing::TestCase
4037 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 777 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
778 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2707 int TestCase::total_test_count() const { function in class:testing::TestCase
4038 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 2058 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
3696 int TestCase::total_test_count() const { function in class:testing::TestCase
4830 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /external/v8/testing/gtest/src/
gtest.cc 777 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
778 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2707 int TestCase::total_test_count() const { function in class:testing::TestCase
4036 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 2239 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
3861 int TestCase::total_test_count() const { function in class:testing::TestCase
5191 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]

Completed in 737 milliseconds