Searched defs:DieIf (Results 1 - 5 of 5) sorted by relevance

/external/chromium/testing/gtest/test/
H A Dgtest_output_test_.cc451 void DieIf(bool should_die) { function
452 GTEST_CHECK_(!should_die) << " - death inside DieIf().";
H A Dgtest-death-test_test.cc176 void DieIf(bool should_die) { function
178 DieInside("DieIf");
474 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)");
502 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"),
509 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
517 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail.
534 ASSERT_DEATH(DieIf(fals
[all...]
/external/gtest/test/
H A Dgtest_output_test_.cc451 void DieIf(bool should_die) { function
452 GTEST_CHECK_(!should_die) << " - death inside DieIf().";
H A Dgtest-death-test_test.cc176 void DieIf(bool should_die) { function
178 DieInside("DieIf");
474 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)");
502 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"),
509 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
517 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail.
534 ASSERT_DEATH(DieIf(fals
[all...]
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc170 void DieIf(bool should_die) { function
172 GTEST_LOG_(FATAL) << "death inside DieIf().";
465 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)");
493 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"),
500 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message.";
508 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail.
525 ASSERT_DEATH(DieIf(fals
[all...]

Completed in 112 milliseconds