Searched refs:ScopedFakeTestPartResultReporter (Results 1 - 20 of 20) 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/test/
H A Dgtest_output_test_.cc53 using testing::ScopedFakeTestPartResultReporter;
919 // Tests that the ScopedFakeTestPartResultReporter only catches failures from
925 ScopedFakeTestPartResultReporter reporter(
926 ScopedFakeTestPartResultReporter::INTERCEPT_ONLY_CURRENT_THREAD,
H A Dgtest_unittest.cc224 using testing::ScopedFakeTestPartResultReporter;
1107 // Tests that ScopedFakeTestPartResultReporter intercepts test
1112 ScopedFakeTestPartResultReporter reporter(
1113 ScopedFakeTestPartResultReporter::INTERCEPT_ONLY_CURRENT_THREAD,
1128 ScopedFakeTestPartResultReporter reporter(&results);
1149 ScopedFakeTestPartResultReporter reporter(
1150 ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, &results);
3383 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3400 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3421 ScopedFakeTestPartResultReporter gtest_reporte
[all...]
/external/gtest/test/
H A Dgtest_output_test_.cc53 using testing::ScopedFakeTestPartResultReporter;
914 // Tests that the ScopedFakeTestPartResultReporter only catches failures from
920 ScopedFakeTestPartResultReporter reporter(
921 ScopedFakeTestPartResultReporter::INTERCEPT_ONLY_CURRENT_THREAD,
H A Dgtest_unittest.cc224 using testing::ScopedFakeTestPartResultReporter;
1114 // Tests that ScopedFakeTestPartResultReporter intercepts test
1119 ScopedFakeTestPartResultReporter reporter(
1120 ScopedFakeTestPartResultReporter::INTERCEPT_ONLY_CURRENT_THREAD,
1135 ScopedFakeTestPartResultReporter reporter(&results);
1156 ScopedFakeTestPartResultReporter reporter(
1157 ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, &results);
3390 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3407 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3428 ScopedFakeTestPartResultReporter gtest_reporte
[all...]
/external/protobuf/gtest/test/
H A Dgtest_output_test_.cc53 using testing::ScopedFakeTestPartResultReporter;
888 // Tests that the ScopedFakeTestPartResultReporter only catches failures from
894 ScopedFakeTestPartResultReporter reporter(
895 ScopedFakeTestPartResultReporter::INTERCEPT_ONLY_CURRENT_THREAD,
H A Dgtest_unittest.cc141 using testing::ScopedFakeTestPartResultReporter;
1508 // Tests that ScopedFakeTestPartResultReporter intercepts test
1513 ScopedFakeTestPartResultReporter reporter(
1514 ScopedFakeTestPartResultReporter::INTERCEPT_ONLY_CURRENT_THREAD,
1529 ScopedFakeTestPartResultReporter reporter(&results);
1561 ScopedFakeTestPartResultReporter reporter(
1562 ScopedFakeTestPartResultReporter::INTERCEPT_ALL_THREADS, &results);
3660 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3677 ScopedFakeTestPartResultReporter gtest_reporter(&gtest_failures);
3698 ScopedFakeTestPartResultReporter gtest_reporte
[all...]
/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...]
/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(

Completed in 743 milliseconds