HomeSort by relevance Sort by last modified time
    Searched refs:UnitTestImpl (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 486 internal::UnitTestImpl* const impl = UnitTest::GetInstance()->impl();
567 void UnitTestImpl::ReportTestPartResult(const TestPartResult& result) {
573 TestPartResultReporterInterface* UnitTestImpl::test_part_result_reporter() {
578 void UnitTestImpl::set_test_part_result_reporter(
584 int UnitTestImpl::successful_test_case_count() const {
589 int UnitTestImpl::failed_test_case_count() const {
594 int UnitTestImpl::total_test_case_count() const {
600 int UnitTestImpl::test_case_to_run_count() const {
605 int UnitTestImpl::successful_test_count() const {
610 int UnitTestImpl::failed_test_count() const
    [all...]
gtest.h 386 friend class internal::UnitTestImpl;
500 internal::UnitTestImpl* impl() { return impl_; }
501 const internal::UnitTestImpl* impl() const { return impl_; }
528 internal::UnitTestImpl* impl_;
    [all...]
gtest-death-test.cc 594 const UnitTestImpl* const impl = GetUnitTestImpl();
648 UnitTestImpl* const impl = GetUnitTestImpl();
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 454 // This is the default global test part result reporter used in UnitTestImpl.
455 // This class should only be used by UnitTestImpl.
459 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
465 UnitTestImpl* const unit_test_;
471 // UnitTestImpl. This class should only be used by UnitTestImpl.
475 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
481 UnitTestImpl* const unit_test_;
490 class GTEST_API_ UnitTestImpl {
492 explicit UnitTestImpl(UnitTest* parent)
    [all...]
gtest.cc 555 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
568 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
661 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
670 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
679 UnitTestImpl::GetGlobalTestPartResultReporter() {
685 void UnitTestImpl::SetGlobalTestPartResultReporter(
693 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
698 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
704 int UnitTestImpl::successful_test_case_count() const {
709 int UnitTestImpl::failed_test_case_count() const
    [all...]
gtest-death-test.cc 442 // indirectly closed from the destructor of UnitTestImpl, causing double
645 const UnitTestImpl* const impl = GetUnitTestImpl();
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 461 // This is the default global test part result reporter used in UnitTestImpl.
462 // This class should only be used by UnitTestImpl.
466 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
472 UnitTestImpl* const unit_test_;
478 // UnitTestImpl. This class should only be used by UnitTestImpl.
482 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
488 UnitTestImpl* const unit_test_;
497 class GTEST_API_ UnitTestImpl {
499 explicit UnitTestImpl(UnitTest* parent)
    [all...]
gtest.cc 555 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
568 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
661 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
670 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
679 UnitTestImpl::GetGlobalTestPartResultReporter() {
685 void UnitTestImpl::SetGlobalTestPartResultReporter(
693 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
698 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
704 int UnitTestImpl::successful_test_case_count() const {
709 int UnitTestImpl::failed_test_case_count() const
    [all...]
gtest-death-test.cc 442 // indirectly closed from the destructor of UnitTestImpl, causing double
645 const UnitTestImpl* const impl = GetUnitTestImpl();
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 461 // This is the default global test part result reporter used in UnitTestImpl.
462 // This class should only be used by UnitTestImpl.
466 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
472 UnitTestImpl* const unit_test_;
478 // UnitTestImpl. This class should only be used by UnitTestImpl.
482 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
488 UnitTestImpl* const unit_test_;
497 class GTEST_API_ UnitTestImpl {
499 explicit UnitTestImpl(UnitTest* parent)
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 700 // This is the default global test part result reporter used in UnitTestImpl.
701 // This class should only be used by UnitTestImpl.
705 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
711 UnitTestImpl* const unit_test_;
717 // UnitTestImpl. This class should only be used by UnitTestImpl.
721 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
727 UnitTestImpl* const unit_test_;
736 class UnitTestImpl {
738 explicit UnitTestImpl(UnitTest* parent)
    [all...]
gtest.cc 523 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
536 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
631 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
640 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
649 UnitTestImpl::GetGlobalTestPartResultReporter() {
655 void UnitTestImpl::SetGlobalTestPartResultReporter(
663 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
668 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
674 int UnitTestImpl::successful_test_case_count() const {
679 int UnitTestImpl::failed_test_case_count() const
    [all...]
gtest-death-test.cc 597 const UnitTestImpl* const impl = GetUnitTestImpl();
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 555 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
568 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
661 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
670 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
679 UnitTestImpl::GetGlobalTestPartResultReporter() {
685 void UnitTestImpl::SetGlobalTestPartResultReporter(
693 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
698 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
704 int UnitTestImpl::successful_test_case_count() const {
709 int UnitTestImpl::failed_test_case_count() const
    [all...]
gtest-death-test.cc 442 // indirectly closed from the destructor of UnitTestImpl, causing double
644 const UnitTestImpl* const impl = GetUnitTestImpl();
    [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp     [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 160 class UnitTestImpl* GetUnitTestImpl();
554 friend class internal::UnitTestImpl;
681 friend class internal::UnitTestImpl;
805 friend class internal::UnitTestImpl;
    [all...]
  /external/gtest/include/gtest/
gtest.h 160 class UnitTestImpl* GetUnitTestImpl();
554 friend class internal::UnitTestImpl;
681 friend class internal::UnitTestImpl;
805 friend class internal::UnitTestImpl;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 160 class UnitTestImpl* GetUnitTestImpl();
554 friend class internal::UnitTestImpl;
681 friend class internal::UnitTestImpl;
805 friend class internal::UnitTestImpl;
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 158 class UnitTestImpl* GetUnitTestImpl();
457 friend class internal::UnitTestImpl;
574 friend class internal::UnitTestImpl;
668 friend class internal::UnitTestImpl;
889 friend class internal::UnitTestImpl;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 841 class UnitTestImpl : public TestPartResultReporterInterface {
843 explicit UnitTestImpl(UnitTest* parent);
844 virtual ~UnitTestImpl();
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 114 class UnitTestImpl; // Opaque implementation of UnitTest
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 116 class UnitTestImpl; // Opaque implementation of UnitTest
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 122 class UnitTestImpl; // Opaque implementation of UnitTest
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 122 class UnitTestImpl; // Opaque implementation of UnitTest
    [all...]

Completed in 112 milliseconds

1 2