Searched refs:TestPartResultReporterInterface (Results 1 - 25 of 30) sorted by relevance

12

/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-test-part.h144 class TestPartResultReporterInterface { class in namespace:testing
146 virtual ~TestPartResultReporterInterface() {}
160 : public TestPartResultReporterInterface {
168 TestPartResultReporterInterface* original_reporter_;
H A Dgtest-spi.h52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
/external/gtest/include/gtest/
H A Dgtest-test-part.h146 class TestPartResultReporterInterface { class in namespace:testing
148 virtual ~TestPartResultReporterInterface() {}
162 : public TestPartResultReporterInterface {
170 TestPartResultReporterInterface* original_reporter_;
H A Dgtest-spi.h52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h143 class TestPartResultReporterInterface { class in namespace:testing
145 virtual ~TestPartResultReporterInterface();
159 : public TestPartResultReporterInterface {
167 TestPartResultReporterInterface* original_reporter_;
H A Dgtest-spi.h52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
84 TestPartResultReporterInterface* old_reporter_;
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-test-part.h143 class TestPartResultReporterInterface { class in namespace:testing
145 virtual ~TestPartResultReporterInterface() {}
159 : public TestPartResultReporterInterface {
167 TestPartResultReporterInterface* original_reporter_;
H A Dgtest-spi.h52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h143 class TestPartResultReporterInterface { class in namespace:testing
145 virtual ~TestPartResultReporterInterface() {}
159 : public TestPartResultReporterInterface {
167 TestPartResultReporterInterface* original_reporter_;
H A Dgtest-spi.h52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-test-part.h146 class TestPartResultReporterInterface { class in namespace:testing
148 virtual ~TestPartResultReporterInterface() {}
162 : public TestPartResultReporterInterface {
170 TestPartResultReporterInterface* original_reporter_;
H A Dgtest-spi.h52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-internal-inl.h474 : public TestPartResultReporterInterface {
477 // Implements the TestPartResultReporterInterface. Reports the test part
490 : public TestPartResultReporterInterface {
493 // Implements the TestPartResultReporterInterface. The implementation just
520 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
524 TestPartResultReporterInterface* reporter);
527 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread();
531 TestPartResultReporterInterface* reporter);
821 TestPartResultReporterInterface* global_test_part_result_repoter_;
827 internal::ThreadLocal<TestPartResultReporterInterface*>
[all...]
H A Dgtest.cc578 // This method is from the TestPartResultReporterInterface interface.
679 TestPartResultReporterInterface*
687 TestPartResultReporterInterface* reporter) {
693 TestPartResultReporterInterface*
700 TestPartResultReporterInterface* reporter) {
/external/gtest/src/
H A Dgtest-internal-inl.h475 : public TestPartResultReporterInterface {
478 // Implements the TestPartResultReporterInterface. Reports the test part
491 : public TestPartResultReporterInterface {
494 // Implements the TestPartResultReporterInterface. The implementation just
521 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
525 TestPartResultReporterInterface* reporter);
528 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread();
532 TestPartResultReporterInterface* reporter);
834 TestPartResultReporterInterface* global_test_part_result_repoter_;
840 internal::ThreadLocal<TestPartResultReporterInterface*>
[all...]
H A Dgtest.cc581 // This method is from the TestPartResultReporterInterface interface.
682 TestPartResultReporterInterface*
690 TestPartResultReporterInterface* reporter) {
696 TestPartResultReporterInterface*
703 TestPartResultReporterInterface* reporter) {
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h467 : public TestPartResultReporterInterface {
470 // Implements the TestPartResultReporterInterface. Reports the test part
483 : public TestPartResultReporterInterface {
486 // Implements the TestPartResultReporterInterface. The implementation just
513 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
517 TestPartResultReporterInterface* reporter);
520 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread();
524 TestPartResultReporterInterface* reporter);
810 TestPartResultReporterInterface* global_test_part_result_repoter_;
816 internal::ThreadLocal<TestPartResultReporterInterface*>
[all...]
H A Dgtest.cc577 // This method is from the TestPartResultReporterInterface interface.
678 TestPartResultReporterInterface*
686 TestPartResultReporterInterface* reporter) {
692 TestPartResultReporterInterface*
699 TestPartResultReporterInterface* reporter) {
4870 TestPartResultReporterInterface::~TestPartResultReporterInterface() {}
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h464 : public TestPartResultReporterInterface {
467 // Implements the TestPartResultReporterInterface. Reports the test part
480 : public TestPartResultReporterInterface {
483 // Implements the TestPartResultReporterInterface. The implementation just
510 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
514 TestPartResultReporterInterface* reporter);
517 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread();
521 TestPartResultReporterInterface* reporter);
807 TestPartResultReporterInterface* global_test_part_result_repoter_;
813 internal::ThreadLocal<TestPartResultReporterInterface*>
[all...]
H A Dgtest.cc577 // This method is from the TestPartResultReporterInterface interface.
678 TestPartResultReporterInterface*
686 TestPartResultReporterInterface* reporter) {
692 TestPartResultReporterInterface*
699 TestPartResultReporterInterface* reporter) {
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h532 : public TestPartResultReporterInterface {
535 // Implements the TestPartResultReporterInterface. Reports the test part
548 : public TestPartResultReporterInterface {
551 // Implements the TestPartResultReporterInterface. The implementation just
578 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
582 TestPartResultReporterInterface* reporter);
585 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread();
589 TestPartResultReporterInterface* reporter);
857 TestPartResultReporterInterface* global_test_part_result_repoter_;
863 internal::ThreadLocal<TestPartResultReporterInterface*>
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-internal-inl.h475 : public TestPartResultReporterInterface {
478 // Implements the TestPartResultReporterInterface. Reports the test part
491 : public TestPartResultReporterInterface {
494 // Implements the TestPartResultReporterInterface. The implementation just
521 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
525 TestPartResultReporterInterface* reporter);
528 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread();
532 TestPartResultReporterInterface* reporter);
834 TestPartResultReporterInterface* global_test_part_result_repoter_;
840 internal::ThreadLocal<TestPartResultReporterInterface*>
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc125 : public TestPartResultReporterInterface {
149 // This method is from the TestPartResultReporterInterface
156 TestPartResultReporterInterface* old_reporter_;
876 : public TestPartResultReporterInterface {
879 // Implements the TestPartResultReporterInterface. Reports the test part
892 : public TestPartResultReporterInterface {
895 // Implements the TestPartResultReporterInterface. The implementation just
922 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
926 TestPartResultReporterInterface* reporter);
929 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThrea
[all...]
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc125 : public TestPartResultReporterInterface {
149 // This method is from the TestPartResultReporterInterface
156 TestPartResultReporterInterface* old_reporter_;
926 : public TestPartResultReporterInterface {
929 // Implements the TestPartResultReporterInterface. Reports the test part
942 : public TestPartResultReporterInterface {
945 // Implements the TestPartResultReporterInterface. The implementation just
972 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
976 TestPartResultReporterInterface* reporter);
979 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThrea
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc125 : public TestPartResultReporterInterface {
149 // This method is from the TestPartResultReporterInterface
156 TestPartResultReporterInterface* old_reporter_;
876 : public TestPartResultReporterInterface {
879 // Implements the TestPartResultReporterInterface. Reports the test part
892 : public TestPartResultReporterInterface {
895 // Implements the TestPartResultReporterInterface. The implementation just
922 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
926 TestPartResultReporterInterface* reporter);
929 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThrea
[all...]

Completed in 168 milliseconds

12