Searched refs:DieIf (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/gtest/test/ |
D | gtest-death-test_test.cc | 171 void DieIf(bool should_die) { in DieIf() function 463 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F() 491 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F() 498 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F() 506 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper() 523 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F() 532 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
|
D | gtest_output_test_.cc | 564 void DieIf(bool should_die) { in DieIf() function
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-death-test_test.cc | 179 void DieIf(bool should_die) { in DieIf() function 529 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F() 557 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F() 564 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F() 572 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper() 589 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F() 598 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
|
D | gtest_output_test_.cc | 464 void DieIf(bool should_die) { in DieIf() function
|
/external/gtest/test/ |
D | gtest-death-test_test.cc | 179 void DieIf(bool should_die) { in DieIf() function 529 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F() 557 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F() 564 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F() 572 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper() 589 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F() 598 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
|
D | gtest_output_test_.cc | 464 void DieIf(bool should_die) { in DieIf() function
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-death-test_test.cc | 181 void DieIf(bool should_die) { in DieIf() function 531 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)"); in TEST_F() 559 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(DieIf(false), "DieIf"), in TEST_F() 566 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."; in TEST_F() 574 EXPECT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in ExpectDeathTestHelper() 591 ASSERT_DEATH(DieIf(false), "DieIf"); // This assertion should fail. in TEST_F() 600 EXPECT_DEATH(DieIf((++x) == 4), "DieIf"); in TEST_F()
|
D | gtest_output_test_.cc | 452 void DieIf(bool should_die) { in DieIf() function
|