Searched refs:DieIf (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/gtest/test/ |
D | gtest-death-test_test.cc | 170 void DieIf(bool should_die) { in DieIf() function 465 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F() 493 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F() 500 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F() 508 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper() 525 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F() 534 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
|
/external/gtest/test/ |
D | gtest-death-test_test.cc | 176 void DieIf(bool should_die) { in DieIf() function 474 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F() 502 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F() 509 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F() 517 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper() 534 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F() 543 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
|
D | gtest_output_test_.cc | 451 void DieIf(bool should_die) { in DieIf() function
|
/external/chromium/testing/gtest/test/ |
D | gtest-death-test_test.cc | 176 void DieIf(bool should_die) { in DieIf() function 474 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F() 502 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F() 509 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F() 517 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper() 534 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F() 543 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
|
D | gtest_output_test_.cc | 451 void DieIf(bool should_die) { in DieIf() function
|
/external/libvpx/libvpx/third_party/googletest/src/test/ |
D | gtest-death-test_test.cc | 176 void DieIf(bool should_die) { in DieIf() function 474 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F() 502 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F() 509 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F() 517 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper() 534 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F() 543 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
|
D | gtest_output_test_.cc | 451 void DieIf(bool should_die) { in DieIf() function
|