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

  /external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc 170 void GlobalFunction() { DieInside("GlobalFunction"); }
194 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction");
195 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
498 TEST_F(TestForDeathTest, GlobalFunction) {
499 EXPECT_DEATH(GlobalFunction(), "GlobalFunction");
505 static const char regex_c_str[] = "GlobalFunction";
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 170 void GlobalFunction() { DieInside("GlobalFunction"); }
194 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction");
195 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
498 TEST_F(TestForDeathTest, GlobalFunction) {
499 EXPECT_DEATH(GlobalFunction(), "GlobalFunction");
505 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...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 171 void GlobalFunction() { DieInside("GlobalFunction"); }
195 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction");
196 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction");
499 TEST_F(TestForDeathTest, GlobalFunction) {
500 EXPECT_DEATH(GlobalFunction(), "GlobalFunction");
506 static const char regex_c_str[] = "GlobalFunction";
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 77 milliseconds