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

  /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/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/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/swiftshader/third_party/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/mesa3d/src/gtest/src/
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...]
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...]
  /external/swiftshader/third_party/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/vulkan-validation-layers/tests/gtest-1.7.0/src/
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...]
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...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
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-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...]
  /external/googletest/googletest/src/
gtest-internal-inl.h 463 // This is the default global test part result reporter used in UnitTestImpl.
464 // This class should only be used by UnitTestImpl.
468 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
474 UnitTestImpl* const unit_test_;
480 // UnitTestImpl. This class should only be used by UnitTestImpl.
484 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
490 UnitTestImpl* const unit_test_;
499 class GTEST_API_ UnitTestImpl {
501 explicit UnitTestImpl(UnitTest* parent)
    [all...]
gtest.cc 582 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
595 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
685 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
694 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
703 UnitTestImpl::GetGlobalTestPartResultReporter() {
709 void UnitTestImpl::SetGlobalTestPartResultReporter(
717 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
722 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
728 int UnitTestImpl::successful_test_case_count() const {
733 int UnitTestImpl::failed_test_case_count() const
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h 463 // This is the default global test part result reporter used in UnitTestImpl.
464 // This class should only be used by UnitTestImpl.
468 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
474 UnitTestImpl* const unit_test_;
480 // UnitTestImpl. This class should only be used by UnitTestImpl.
484 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
490 UnitTestImpl* const unit_test_;
499 class GTEST_API_ UnitTestImpl {
501 explicit UnitTestImpl(UnitTest* parent)
    [all...]
gtest.cc 582 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
595 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
688 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
697 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
706 UnitTestImpl::GetGlobalTestPartResultReporter() {
712 void UnitTestImpl::SetGlobalTestPartResultReporter(
720 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
725 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
731 int UnitTestImpl::successful_test_case_count() const {
736 int UnitTestImpl::failed_test_case_count() const
    [all...]
  /external/v8/testing/gtest/src/
gtest-internal-inl.h 463 // This is the default global test part result reporter used in UnitTestImpl.
464 // This class should only be used by UnitTestImpl.
468 explicit DefaultGlobalTestPartResultReporter(UnitTestImpl* unit_test);
474 UnitTestImpl* const unit_test_;
480 // UnitTestImpl. This class should only be used by UnitTestImpl.
484 explicit DefaultPerThreadTestPartResultReporter(UnitTestImpl* unit_test);
490 UnitTestImpl* const unit_test_;
499 class GTEST_API_ UnitTestImpl {
501 explicit UnitTestImpl(UnitTest* parent)
    [all...]
gtest.cc 581 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
594 internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
687 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
696 UnitTestImpl* unit_test) : unit_test_(unit_test) {}
705 UnitTestImpl::GetGlobalTestPartResultReporter() {
711 void UnitTestImpl::SetGlobalTestPartResultReporter(
719 UnitTestImpl::GetTestPartResultReporterForCurrentThread() {
724 void UnitTestImpl::SetTestPartResultReporterForCurrentThread(
730 int UnitTestImpl::successful_test_case_count() const {
735 int UnitTestImpl::failed_test_case_count() const
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]

Completed in 1569 milliseconds