HomeSort by relevance Sort by last modified time
    Searched refs:DieIf (Results 1 - 9 of 9) sorted by null

  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc 176 void DieIf(bool should_die) {
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(false), "DieIf"); // This assertion should fail
    [all...]
gtest_output_test_.cc 451 void DieIf(bool should_die) {
452 GTEST_CHECK_(!should_die) << " - death inside DieIf().";
  /external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc 180 void DieIf(bool should_die) {
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(false), "DieIf"); // This assertion should fail
    [all...]
gtest_output_test_.cc 464 void DieIf(bool should_die) {
465 GTEST_CHECK_(!should_die) << " - death inside DieIf().";
  /external/gtest/test/
gtest-death-test_test.cc 176 void DieIf(bool should_die) {
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(false), "DieIf"); // This assertion should fail
    [all...]
gtest_output_test_.cc 451 void DieIf(bool should_die) {
452 GTEST_CHECK_(!should_die) << " - death inside DieIf().";
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 170 void DieIf(bool should_die) {
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(false), "DieIf"); // This assertion should fail
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 180 void DieIf(bool should_die) {
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(false), "DieIf"); // This assertion should fail
    [all...]
gtest_output_test_.cc 464 void DieIf(bool should_die) {
465 GTEST_CHECK_(!should_die) << " - death inside DieIf().";

Completed in 277 milliseconds