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

1 2

  /external/google-breakpad/src/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 556 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
569 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
662 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
671 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
680 UnitTestImpl::GetGlobalTestPartResultReporter() {
686 void UnitTestImpl::SetGlobalTestPartResultReporter(
694 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
699 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
705 int UnitTestImpl::successful_test_case_count() const {
710 int UnitTestImpl::failed_test_case_count() const
    [all...]
  /external/gtest/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 559 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
572 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
665 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
674 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
683 UnitTestImpl::GetGlobalTestPartResultReporter() {
689 void UnitTestImpl::SetGlobalTestPartResultReporter(
697 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
702 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
708 int UnitTestImpl::successful_test_case_count() const {
713 int UnitTestImpl::failed_test_case_count() const
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 464 // This is the default global test part result reporter used in UnitTestImpl.
465 // This class should only be used by UnitTestImpl.
469 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
475 UnitTestImpl* const unit_test_;
481 // UnitTestImpl. This class should only be used by UnitTestImpl.
485 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
491 UnitTestImpl* const unit_test_;
500 class GTEST_API_ UnitTestImpl {
502 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/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/protobuf/gtest/src/
gtest-internal-inl.h 529 // This is the default global test part result reporter used in UnitTestImpl.
530 // This class should only be used by UnitTestImpl.
534 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
540 UnitTestImpl* const unit_test_;
546 // UnitTestImpl. This class should only be used by UnitTestImpl.
550 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
556 UnitTestImpl* const unit_test_;
565 class GTEST_API_ UnitTestImpl {
567 explicit UnitTestImpl(UnitTest* parent)
    [all...]
gtest.cc 531 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
544 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
639 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
648 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
657 UnitTestImpl::GetGlobalTestPartResultReporter() {
663 void UnitTestImpl::SetGlobalTestPartResultReporter(
671 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
676 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
682 int UnitTestImpl::successful_test_case_count() const {
687 int UnitTestImpl::failed_test_case_count() const
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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 559 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
572 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
665 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
674 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
683 UnitTestImpl::GetGlobalTestPartResultReporter() {
689 void UnitTestImpl::SetGlobalTestPartResultReporter(
697 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
702 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
708 int UnitTestImpl::successful_test_case_count() const {
713 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/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
  /external/google-breakpad/src/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/gtest/include/gtest/
gtest.h 163 class UnitTestImpl* GetUnitTestImpl();
547 friend class internal::UnitTestImpl;
684 friend class internal::UnitTestImpl;
821 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...]
  /external/protobuf/gtest/include/gtest/
gtest.h 155 class UnitTestImpl* GetUnitTestImpl();
536 friend class internal::UnitTestImpl;
653 friend class internal::UnitTestImpl;
747 friend class internal::UnitTestImpl;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h 163 class UnitTestImpl* GetUnitTestImpl();
547 friend class internal::UnitTestImpl;
684 friend class internal::UnitTestImpl;
821 friend class internal::UnitTestImpl;
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 163 class UnitTestImpl* GetUnitTestImpl();
547 friend class internal::UnitTestImpl;
676 friend class internal::UnitTestImpl;
807 friend class internal::UnitTestImpl;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]

Completed in 105 milliseconds

1 2