Home
last modified time | relevance | path

Searched refs:GlobalFunction (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/js/
Dgenerator.js16 var GlobalFunction = global.Function;
97 %InternalSetPrototype(GeneratorFunctionPrototype, GlobalFunction.prototype);
102 %InternalSetPrototype(GeneratorFunction, GlobalFunction);
/external/protobuf/gtest/test/
Dgtest-death-test_test.cc162 void GlobalFunction() { DieInside("GlobalFunction"); } in GlobalFunction() function
186 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction"); in DeathTestSubroutine()
187 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction"); in DeathTestSubroutine()
434 TEST_F(TestForDeathTest, GlobalFunction) { in TEST_F() argument
435 EXPECT_DEATH(GlobalFunction(), "GlobalFunction"); in TEST_F()
442 EXPECT_DEATH(GlobalFunction(), regex_c_str); in TEST_F()
445 EXPECT_DEATH(GlobalFunction(), regex); in TEST_F()
449 EXPECT_DEATH(GlobalFunction(), regex_str); in TEST_F()
453 EXPECT_DEATH(GlobalFunction(), regex_std_str); in TEST_F()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-death-test_test.cc170 void GlobalFunction() { DieInside("GlobalFunction"); } in GlobalFunction() function
194 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction"); in DeathTestSubroutine()
195 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction"); in DeathTestSubroutine()
498 TEST_F(TestForDeathTest, GlobalFunction) { in TEST_F() argument
499 EXPECT_DEATH(GlobalFunction(), "GlobalFunction"); in TEST_F()
506 EXPECT_DEATH(GlobalFunction(), regex_c_str); in TEST_F()
509 EXPECT_DEATH(GlobalFunction(), regex); in TEST_F()
514 EXPECT_DEATH(GlobalFunction(), regex_str); in TEST_F()
519 EXPECT_DEATH(GlobalFunction(), regex_std_str); in TEST_F()
/external/gtest/test/
Dgtest-death-test_test.cc170 void GlobalFunction() { DieInside("GlobalFunction"); } in GlobalFunction() function
194 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction"); in DeathTestSubroutine()
195 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction"); in DeathTestSubroutine()
498 TEST_F(TestForDeathTest, GlobalFunction) { in TEST_F() argument
499 EXPECT_DEATH(GlobalFunction(), "GlobalFunction"); in TEST_F()
506 EXPECT_DEATH(GlobalFunction(), regex_c_str); in TEST_F()
509 EXPECT_DEATH(GlobalFunction(), regex); in TEST_F()
514 EXPECT_DEATH(GlobalFunction(), regex_str); in TEST_F()
519 EXPECT_DEATH(GlobalFunction(), regex_std_str); in TEST_F()
/external/google-breakpad/src/testing/gtest/test/
Dgtest-death-test_test.cc172 void GlobalFunction() { DieInside("GlobalFunction"); } in GlobalFunction() function
196 EXPECT_DEATH(GlobalFunction(), "death.*GlobalFunction"); in DeathTestSubroutine()
197 ASSERT_DEATH(GlobalFunction(), "death.*GlobalFunction"); in DeathTestSubroutine()
500 TEST_F(TestForDeathTest, GlobalFunction) { in TEST_F() argument
501 EXPECT_DEATH(GlobalFunction(), "GlobalFunction"); in TEST_F()
508 EXPECT_DEATH(GlobalFunction(), regex_c_str); in TEST_F()
511 EXPECT_DEATH(GlobalFunction(), regex); in TEST_F()
516 EXPECT_DEATH(GlobalFunction(), regex_str); in TEST_F()
521 EXPECT_DEATH(GlobalFunction(), regex_std_str); in TEST_F()