Searched refs:DeathTest (Results 1 - 25 of 32) sorted by relevance

12

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_help_test_.cc45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {}
H A Dgtest-death-test_test.cc73 using testing::internal::DeathTest;
822 const char* file, int line, DeathTest** test);
825 void SetParameters(bool create, DeathTest::TestRole role,
834 DeathTest::AbortReason AbortArgument(int n) const {
845 DeathTest::TestRole role_;
860 std::vector<DeathTest::AbortReason> abort_args_;
867 // A DeathTest implementation useful in testing. It returns values set
868 // at its creation from its various inherited DeathTest methods, and
871 class MockDeathTest : public DeathTest {
907 role_(DeathTest
[all...]
/external/googletest/googletest/test/
H A Dgtest_help_test_.cc45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {}
H A Dgtest-death-test_test.cc72 using testing::internal::DeathTest;
885 const char* file, int line, DeathTest** test);
888 void SetParameters(bool create, DeathTest::TestRole role,
897 DeathTest::AbortReason AbortArgument(int n) const {
908 DeathTest::TestRole role_;
923 std::vector<DeathTest::AbortReason> abort_args_;
930 // A DeathTest implementation useful in testing. It returns values set
931 // at its creation from its various inherited DeathTest methods, and
934 class MockDeathTest : public DeathTest {
970 role_(DeathTest
[all...]
/external/v8/testing/gtest/test/
H A Dgtest_help_test_.cc45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {}
H A Dgtest-death-test_test.cc72 using testing::internal::DeathTest;
885 const char* file, int line, DeathTest** test);
888 void SetParameters(bool create, DeathTest::TestRole role,
897 DeathTest::AbortReason AbortArgument(int n) const {
908 DeathTest::TestRole role_;
923 std::vector<DeathTest::AbortReason> abort_args_;
930 // A DeathTest implementation useful in testing. It returns values set
931 // at its creation from its various inherited DeathTest methods, and
934 class MockDeathTest : public DeathTest {
970 role_(DeathTest
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_help_test_.cc45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {}
H A Dgtest-death-test_test.cc72 using testing::internal::DeathTest;
886 const char* file, int line, DeathTest** test);
889 void SetParameters(bool create, DeathTest::TestRole role,
898 DeathTest::AbortReason AbortArgument(int n) const {
909 DeathTest::TestRole role_;
924 std::vector<DeathTest::AbortReason> abort_args_;
931 // A DeathTest implementation useful in testing. It returns values set
932 // at its creation from its various inherited DeathTest methods, and
935 class MockDeathTest : public DeathTest {
971 role_(DeathTest
[all...]
/external/protobuf/gtest/test/
H A Dgtest_help_test_.cc45 TEST(DeathTest, UsedByPythonScriptToDetectSupportForDeathTestsInThisBinary) {}
H A Dgtest-death-test_test.cc69 using testing::internal::DeathTest;
703 const char* file, int line, DeathTest** test);
706 void SetParameters(bool create, DeathTest::TestRole role,
715 DeathTest::AbortReason AbortArgument(int n) const {
726 DeathTest::TestRole role_;
741 std::vector<DeathTest::AbortReason> abort_args_;
748 // A DeathTest implementation useful in testing. It returns values set
749 // at its creation from its various inherited DeathTest methods, and
752 class MockDeathTest : public DeathTest {
787 role_(DeathTest
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h56 // DeathTest is a class that hides much of the complexity of the
69 class GTEST_API_ DeathTest { class in namespace:testing::internal
75 // case. Otherwise, the DeathTest pointer pointed to by the "test"
78 // DeathTest object that controls the execution of the current test.
80 const char* file, int line, DeathTest** test);
81 DeathTest();
82 virtual ~DeathTest() { }
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
90 DeathTest* const test_;
136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h56 // DeathTest is a class that hides much of the complexity of the
69 class GTEST_API_ DeathTest { class in namespace:testing::internal
75 // case. Otherwise, the DeathTest pointer pointed to by the "test"
78 // DeathTest object that controls the execution of the current test.
80 const char* file, int line, DeathTest** test);
81 DeathTest();
82 virtual ~DeathTest() { }
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
90 DeathTest* const test_;
136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-death-test-internal.h56 // DeathTest is a class that hides much of the complexity of the
69 class GTEST_API_ DeathTest { class in namespace:testing::internal
75 // case. Otherwise, the DeathTest pointer pointed to by the "test"
78 // DeathTest object that controls the execution of the current test.
80 const char* file, int line, DeathTest** test);
81 DeathTest();
82 virtual ~DeathTest() { }
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
90 DeathTest* const test_;
136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h56 // DeathTest is a class that hides much of the complexity of the
69 class GTEST_API_ DeathTest { class in namespace:testing::internal
75 // case. Otherwise, the DeathTest pointer pointed to by the "test"
78 // DeathTest object that controls the execution of the current test.
80 const char* file, int line, DeathTest** test);
81 DeathTest();
82 virtual ~DeathTest();
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
90 DeathTest* const test_;
136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h56 // DeathTest is a class that hides much of the complexity of the
69 class GTEST_API_ DeathTest { class in namespace:testing::internal
75 // case. Otherwise, the DeathTest pointer pointed to by the "test"
78 // DeathTest object that controls the execution of the current test.
80 const char* file, int line, DeathTest** test);
81 DeathTest();
82 virtual ~DeathTest() { }
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
90 DeathTest* const test_;
136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h56 // DeathTest is a class that hides much of the complexity of the
69 class GTEST_API_ DeathTest { class in namespace:testing::internal
75 // case. Otherwise, the DeathTest pointer pointed to by the "test"
78 // DeathTest object that controls the execution of the current test.
80 const char* file, int line, DeathTest** test);
81 DeathTest();
82 virtual ~DeathTest() { }
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
90 DeathTest* const test_;
136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h56 // DeathTest is a class that hides much of the complexity of the
69 class GTEST_API_ DeathTest { class in namespace:testing::internal
75 // case. Otherwise, the DeathTest pointer pointed to by the "test"
78 // DeathTest object that controls the execution of the current test.
80 const char* file, int line, DeathTest** test);
81 DeathTest();
82 virtual ~DeathTest() { }
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
90 DeathTest* const test_;
136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-death-test-internal.h56 // DeathTest is a class that hides much of the complexity of the
69 class GTEST_API_ DeathTest { class in namespace:testing::internal
75 // case. Otherwise, the DeathTest pointer pointed to by the "test"
78 // DeathTest object that controls the execution of the current test.
80 const char* file, int line, DeathTest** test);
81 DeathTest();
82 virtual ~DeathTest() { }
87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
90 DeathTest* const test_;
136 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h54 // DeathTest is a class that hides much of the complexity of the
67 class GTEST_API_ DeathTest { class in namespace:testing::internal
73 // case. Otherwise, the DeathTest pointer pointed to by the "test"
76 // DeathTest object that controls the execution of the current test.
78 const char* file, int line, DeathTest** test);
79 DeathTest();
80 virtual ~DeathTest() { }
85 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 DeathTest* const test_;
130 GTEST_DISALLOW_COPY_AND_ASSIGN_(DeathTest);
[all...]
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc282 DeathTest::DeathTest() { function in class:testing::internal::DeathTest
292 bool DeathTest::Create(const char* statement, const RE* regex,
293 const char* file, int line, DeathTest** test) {
298 const char* DeathTest::LastMessage() {
302 void DeathTest::set_last_death_test_message(const String& message) {
306 String DeathTest::last_death_test_message_;
309 class DeathTestImpl : public DeathTest {
484 << "DeathTest::Passed somehow called before conclusion of test";
487 DeathTest
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc295 DeathTest::DeathTest() { function in class:testing::internal::DeathTest
304 DeathTest::~DeathTest() {}
308 bool DeathTest::Create(const char* statement, const RE* regex,
309 const char* file, int line, DeathTest** test) {
314 const char* DeathTest::LastMessage() {
318 void DeathTest::set_last_death_test_message(const String& message) {
322 String DeathTest::last_death_test_message_;
325 class DeathTestImpl : public DeathTest {
[all...]
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc333 DeathTest::DeathTest() { function in class:testing::internal::DeathTest
343 bool DeathTest::Create(const char* statement, const RE* regex,
344 const char* file, int line, DeathTest** test) {
349 const char* DeathTest::LastMessage() {
353 void DeathTest::set_last_death_test_message(const String& message) {
357 String DeathTest::last_death_test_message_;
360 class DeathTestImpl : public DeathTest {
570 << "DeathTest::Passed somehow called before conclusion of test";
573 DeathTest
[all...]
/external/googletest/googletest/src/
H A Dgtest-death-test.cc346 DeathTest::DeathTest() { function in class:testing::internal::DeathTest
356 bool DeathTest::Create(const char* statement, const RE* regex,
357 const char* file, int line, DeathTest** test) {
362 const char* DeathTest::LastMessage() {
366 void DeathTest::set_last_death_test_message(const std::string& message) {
370 std::string DeathTest::last_death_test_message_;
373 class DeathTestImpl : public DeathTest {
583 << "DeathTest::Passed somehow called before conclusion of test";
586 DeathTest
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc346 DeathTest::DeathTest() { function in class:testing::internal::DeathTest
356 bool DeathTest::Create(const char* statement, const RE* regex,
357 const char* file, int line, DeathTest** test) {
362 const char* DeathTest::LastMessage() {
366 void DeathTest::set_last_death_test_message(const std::string& message) {
370 std::string DeathTest::last_death_test_message_;
373 class DeathTestImpl : public DeathTest {
583 << "DeathTest::Passed somehow called before conclusion of test";
586 DeathTest
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc335 DeathTest::DeathTest() { function in class:testing::internal::DeathTest
345 bool DeathTest::Create(const char* statement, const RE* regex,
346 const char* file, int line, DeathTest** test) {
351 const char* DeathTest::LastMessage() {
355 void DeathTest::set_last_death_test_message(const std::string& message) {
359 std::string DeathTest::last_death_test_message_;
362 class DeathTestImpl : public DeathTest {
572 << "DeathTest::Passed somehow called before conclusion of test";
575 DeathTest
[all...]

Completed in 1344 milliseconds

12