Searched refs:DieIf (Results 1 - 6 of 6) sorted by relevance

/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest-death-test_test.cc180 void DieIf(bool should_die) { function
182 DieInside("DieIf");
530 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)");
558 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"),
565 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
573 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail.
590 ASSERT_DEATH(DieIf(fals
[all...]
H A Dgtest_output_test_.cc464 void DieIf(bool should_die) { function
465 GTEST_CHECK_(!should_die) << " - death inside DieIf().";
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
H A Dgtest-death-test_test.cc180 void DieIf(bool should_die) { function
182 DieInside("DieIf");
530 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)");
558 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"),
565 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
573 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail.
590 ASSERT_DEATH(DieIf(fals
[all...]
H A Dgtest_output_test_.cc464 void DieIf(bool should_die) { function
465 GTEST_CHECK_(!should_die) << " - death inside DieIf().";
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
H A Dgtest-death-test_test.cc180 void DieIf(bool should_die) { function
182 DieInside("DieIf");
530 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)");
558 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"),
565 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
573 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail.
590 ASSERT_DEATH(DieIf(fals
[all...]
H A Dgtest_output_test_.cc464 void DieIf(bool should_die) { function
465 GTEST_CHECK_(!should_die) << " - death inside DieIf().";

Completed in 277 milliseconds