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

1 2

  /external/chromium_org/testing/gtest/include/gtest/
gtest-test-part.h 146 class TestPartResultReporterInterface {
148 virtual ~TestPartResultReporterInterface() {}
162 : public TestPartResultReporterInterface {
170 TestPartResultReporterInterface* original_reporter_;
gtest-spi.h 52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-test-part.h 143 class TestPartResultReporterInterface {
145 virtual ~TestPartResultReporterInterface() {}
159 : public TestPartResultReporterInterface {
167 TestPartResultReporterInterface* original_reporter_;
gtest-spi.h 52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
  /external/gtest/include/gtest/
gtest-test-part.h 146 class TestPartResultReporterInterface {
148 virtual ~TestPartResultReporterInterface() {}
162 : public TestPartResultReporterInterface {
170 TestPartResultReporterInterface* original_reporter_;
gtest-spi.h 52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 143 class TestPartResultReporterInterface {
145 virtual ~TestPartResultReporterInterface();
159 : public TestPartResultReporterInterface {
167 TestPartResultReporterInterface* original_reporter_;
gtest-spi.h 52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
  /external/mesa3d/src/gtest/include/gtest/
gtest-test-part.h 143 class TestPartResultReporterInterface {
145 virtual ~TestPartResultReporterInterface() {}
159 : public TestPartResultReporterInterface {
167 TestPartResultReporterInterface* original_reporter_;
gtest-spi.h 52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 146 class TestPartResultReporterInterface {
148 virtual ~TestPartResultReporterInterface() {}
161 class HasNewFatalFailureHelper : public TestPartResultReporterInterface {
169 TestPartResultReporterInterface* original_reporter_;
gtest-spi.h 52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-test-part.h 146 class TestPartResultReporterInterface {
148 virtual ~TestPartResultReporterInterface() {}
162 : public TestPartResultReporterInterface {
170 TestPartResultReporterInterface* original_reporter_;
gtest-spi.h 52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 475 : 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);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-internal-inl.h 464 : 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...]
  /external/gtest/src/
gtest-internal-inl.h 475 : 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);
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 463 : public TestPartResultReporterInterface {
466 // Implements the TestPartResultReporterInterface. Reports the test part
479 : public TestPartResultReporterInterface {
482 // Implements the TestPartResultReporterInterface. The implementation just
509 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
513 TestPartResultReporterInterface* reporter);
516 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread();
520 TestPartResultReporterInterface* reporter);
806 TestPartResultReporterInterface* global_test_part_result_repoter_;
812 internal::ThreadLocal<TestPartResultReporterInterface*>
    [all...]
gtest.cc 577 // This method is from the TestPartResultReporterInterface interface.
678 TestPartResultReporterInterface*
686 TestPartResultReporterInterface* reporter) {
692 TestPartResultReporterInterface*
699 TestPartResultReporterInterface* reporter) {
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 464 : 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...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 703 : public TestPartResultReporterInterface {
706 // Implements the TestPartResultReporterInterface. Reports the test part
719 : public TestPartResultReporterInterface {
722 // Implements the TestPartResultReporterInterface. The implementation just
749 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
753 TestPartResultReporterInterface* reporter);
756 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread();
760 TestPartResultReporterInterface* reporter);
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 475 : 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);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc 125 : public TestPartResultReporterInterface {
149 // This method is from the TestPartResultReporterInterface
156 TestPartResultReporterInterface* old_reporter_;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 125 : public TestPartResultReporterInterface {
149 // This method is from the TestPartResultReporterInterface
156 TestPartResultReporterInterface* old_reporter_;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 125 : public TestPartResultReporterInterface {
149 // This method is from the TestPartResultReporterInterface
156 TestPartResultReporterInterface* old_reporter_;
    [all...]

Completed in 1303 milliseconds

1 2