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

  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 818 int reportable_test_count() const;
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc 754 int UnitTestImpl::reportable_test_count() const { function in class:testing::internal::UnitTestImpl
755 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count);
2651 int TestCase::reportable_test_count() const { function in class:testing::TestCase
3985 int UnitTest::reportable_test_count() const { function in class:testing::UnitTest
    [all...]
gtest-internal-inl.h 560 int reportable_test_count() const;
    [all...]
  /external/gtest/include/gtest/
gtest.h 794 int reportable_test_count() const;
    [all...]
  /external/gtest/src/
gtest.cc 750 int UnitTestImpl::reportable_test_count() const { function in class:testing::internal::UnitTestImpl
751 return SumOverTestCaseList(test_cases_, &TestCase::reportable_test_count);
2367 int TestCase::reportable_test_count() const { function in class:testing::TestCase
3702 int UnitTest::reportable_test_count() const { function in class:testing::UnitTest
    [all...]
gtest-internal-inl.h 560 int reportable_test_count() const;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc 2234 int UnitTestImpl::reportable_test_count() const { function in class:testing::internal::UnitTestImpl
3851 int TestCase::reportable_test_count() const { function in class:testing::TestCase
5186 int UnitTest::reportable_test_count() const { function in class:testing::UnitTest
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 2234 int UnitTestImpl::reportable_test_count() const { function in class:testing::internal::UnitTestImpl
3851 int TestCase::reportable_test_count() const { function in class:testing::TestCase
5186 int UnitTest::reportable_test_count() const { function in class:testing::UnitTest
    [all...]

Completed in 2285 milliseconds