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

1 2 3

  /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...]
  /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...]
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 471 // This is the default global test part result reporter used in UnitTestImpl.
472 // This class should only be used by UnitTestImpl.
476 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
482 UnitTestImpl* const unit_test_;
488 // UnitTestImpl. This class should only be used by UnitTestImpl.
492 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
498 UnitTestImpl* const unit_test_;
507 class GTEST_API_ UnitTestImpl {
509 explicit UnitTestImpl(UnitTest* parent)
    [all...]
gtest.cc 553 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
566 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
659 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
668 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
677 UnitTestImpl::GetGlobalTestPartResultReporter() {
683 void UnitTestImpl::SetGlobalTestPartResultReporter(
691 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
696 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
702 int UnitTestImpl::successful_test_case_count() const {
707 int UnitTestImpl::failed_test_case_count() const
    [all...]
  /external/chromium_org/third_party/mesa/src/src/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...]
  /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...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 460 // This is the default global test part result reporter used in UnitTestImpl.
461 // This class should only be used by UnitTestImpl.
465 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
471 UnitTestImpl* const unit_test_;
477 // UnitTestImpl. This class should only be used by UnitTestImpl.
481 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
487 UnitTestImpl* const unit_test_;
496 class GTEST_API_ UnitTestImpl {
498 explicit UnitTestImpl(UnitTest* parent)
    [all...]
  /external/mesa3d/src/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...]
  /external/open-vcdiff/gtest/src/
gtest-internal-inl.h 704 // This is the default global test part result reporter used in UnitTestImpl.
705 // This class should only be used by UnitTestImpl.
709 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
715 UnitTestImpl* const unit_test_;
721 // UnitTestImpl. This class should only be used by UnitTestImpl.
725 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
731 UnitTestImpl* const unit_test_;
740 class UnitTestImpl {
742 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...]
  /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...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 472 // This is the default global test part result reporter used in UnitTestImpl.
473 // This class should only be used by UnitTestImpl.
477 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
483 UnitTestImpl* const unit_test_;
489 // UnitTestImpl. This class should only be used by UnitTestImpl.
493 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
499 UnitTestImpl* const unit_test_;
508 class GTEST_API_ UnitTestImpl {
510 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...]
  /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...]
  /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/chromium_org/testing/gtest/include/gtest/
gtest.h 161 class UnitTestImpl* GetUnitTestImpl();
555 friend class internal::UnitTestImpl;
681 friend class internal::UnitTestImpl;
805 friend class internal::UnitTestImpl;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/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/mesa3d/src/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...]

Completed in 672 milliseconds

1 2 3