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

  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc 167 void GlobalFunction() { DieInside("GlobalFunction"); }
191 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction");
192 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
443 TEST_F(TestForDeathTest, GlobalFunction) {
444 EXPECT_DEATH(GlobalFunction(), "GlobalFunction");
450 static const char regex_c_str[] = "GlobalFunction";
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 167 void GlobalFunction() { DieInside("GlobalFunction"); }
191 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction");
192 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
443 TEST_F(TestForDeathTest, GlobalFunction) {
444 EXPECT_DEATH(GlobalFunction(), "GlobalFunction");
450 static const char regex_c_str[] = "GlobalFunction";
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 159 void GlobalFunction() {
160 GTEST_LOG_(FATAL) << "death inside GlobalFunction().";
186 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction");
187 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
434 TEST_F(TestForDeathTest, GlobalFunction) {
435 EXPECT_DEATH(GlobalFunction(), "GlobalFunction");
441 static const char regex_c_str[] = "GlobalFunction";
    [all...]

Completed in 297 milliseconds