Searched defs:ScopedFakeTestPartResultReporter (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-spi.h51 class GTEST_API_ ScopedFakeTestPartResultReporter class in namespace:testing
64 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result);
67 ScopedFakeTestPartResultReporter(InterceptMode intercept_mode,
71 virtual ~ScopedFakeTestPartResultReporter();
86 GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedFakeTestPartResultReporter);
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
165 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
166 ::testing::ScopedFakeTestPartResultReporter:: \
211 ::testing::ScopedFakeTestPartResultReporter gtest_reporte
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-spi.h51 class GTEST_API_ ScopedFakeTestPartResultReporter class in namespace:testing
64 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result);
67 ScopedFakeTestPartResultReporter(InterceptMode intercept_mode,
71 virtual ~ScopedFakeTestPartResultReporter();
86 GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedFakeTestPartResultReporter);
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
165 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
166 ::testing::ScopedFakeTestPartResultReporter:: \
211 ::testing::ScopedFakeTestPartResultReporter gtest_reporte
[all...]
/external/gtest/include/gtest/
H A Dgtest-spi.h51 class GTEST_API_ ScopedFakeTestPartResultReporter class in namespace:testing
64 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result);
67 ScopedFakeTestPartResultReporter(InterceptMode intercept_mode,
71 virtual ~ScopedFakeTestPartResultReporter();
86 GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedFakeTestPartResultReporter);
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
165 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
166 ::testing::ScopedFakeTestPartResultReporter:: \
211 ::testing::ScopedFakeTestPartResultReporter gtest_reporte
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-spi.h51 class GTEST_API_ ScopedFakeTestPartResultReporter class in namespace:testing
64 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result);
67 ScopedFakeTestPartResultReporter(InterceptMode intercept_mode,
71 virtual ~ScopedFakeTestPartResultReporter();
86 GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedFakeTestPartResultReporter);
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
165 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
166 ::testing::ScopedFakeTestPartResultReporter:: \
211 ::testing::ScopedFakeTestPartResultReporter gtest_reporte
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-spi.h51 class GTEST_API_ ScopedFakeTestPartResultReporter class in namespace:testing
64 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result);
67 ScopedFakeTestPartResultReporter(InterceptMode intercept_mode,
71 virtual ~ScopedFakeTestPartResultReporter();
86 GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedFakeTestPartResultReporter);
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
165 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
166 ::testing::ScopedFakeTestPartResultReporter:: \
211 ::testing::ScopedFakeTestPartResultReporter gtest_reporte
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest-spi.h51 class ScopedFakeTestPartResultReporter class in namespace:testing
64 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result);
67 ScopedFakeTestPartResultReporter(InterceptMode intercept_mode,
71 virtual ~ScopedFakeTestPartResultReporter();
86 GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedFakeTestPartResultReporter);
148 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
149 ::testing::ScopedFakeTestPartResultReporter:: \
165 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
166 ::testing::ScopedFakeTestPartResultReporter:: \
211 ::testing::ScopedFakeTestPartResultReporter gtest_reporte
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc545 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
555 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
562 void ScopedFakeTestPartResultReporter::Init() {
575 ScopedFakeTestPartResultReporter::~ScopedFakeTestPartResultReporter() {
586 void ScopedFakeTestPartResultReporter::ReportTestPartResult(
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc537 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
547 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
554 void ScopedFakeTestPartResultReporter::Init() {
567 ScopedFakeTestPartResultReporter::~ScopedFakeTestPartResultReporter() {
578 void ScopedFakeTestPartResultReporter::ReportTestPartResult(
/external/gtest/src/
H A Dgtest.cc541 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
551 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
558 void ScopedFakeTestPartResultReporter::Init() {
571 ScopedFakeTestPartResultReporter::~ScopedFakeTestPartResultReporter() {
582 void ScopedFakeTestPartResultReporter::ReportTestPartResult(
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc537 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
547 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
554 void ScopedFakeTestPartResultReporter::Init() {
567 ScopedFakeTestPartResultReporter::~ScopedFakeTestPartResultReporter() {
578 void ScopedFakeTestPartResultReporter::ReportTestPartResult(
/external/mesa3d/src/gtest/src/
H A Dgtest.cc537 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
547 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
554 void ScopedFakeTestPartResultReporter::Init() {
567 ScopedFakeTestPartResultReporter::~ScopedFakeTestPartResultReporter() {
578 void ScopedFakeTestPartResultReporter::ReportTestPartResult(
/external/protobuf/gtest/src/
H A Dgtest.cc505 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
515 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
522 void ScopedFakeTestPartResultReporter::Init() {
535 ScopedFakeTestPartResultReporter::~ScopedFakeTestPartResultReporter() {
546 void ScopedFakeTestPartResultReporter::ReportTestPartResult(
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc124 class GTEST_API_ ScopedFakeTestPartResultReporter class in namespace:testing
137 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result);
140 ScopedFakeTestPartResultReporter(InterceptMode intercept_mode,
144 virtual ~ScopedFakeTestPartResultReporter();
159 GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedFakeTestPartResultReporter);
221 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
222 ::testing::ScopedFakeTestPartResultReporter:: \
238 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
239 ::testing::ScopedFakeTestPartResultReporter:: \
284 ::testing::ScopedFakeTestPartResultReporter gtest_reporte
2025 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
2035 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc124 class GTEST_API_ ScopedFakeTestPartResultReporter class in namespace:testing
137 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result);
140 ScopedFakeTestPartResultReporter(InterceptMode intercept_mode,
144 virtual ~ScopedFakeTestPartResultReporter();
159 GTEST_DISALLOW_COPY_AND_ASSIGN_(ScopedFakeTestPartResultReporter);
221 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
222 ::testing::ScopedFakeTestPartResultReporter:: \
238 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
239 ::testing::ScopedFakeTestPartResultReporter:: \
284 ::testing::ScopedFakeTestPartResultReporter gtest_reporte
2025 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
2035 ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter( function in class:testing::ScopedFakeTestPartResultReporter
[all...]

Completed in 2352 milliseconds