Searched defs:NoExecDeathTest (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc729 class NoExecDeathTest : public ForkingDeathTest { class in namespace:testing::internal
731 NoExecDeathTest(const char* statement, const RE* regex) : function in class:testing::internal::NoExecDeathTest
738 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
972 // See the comment in NoExecDeathTest::AssumeRole for why the next line
1024 *test = new NoExecDeathTest(statement, regex);
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc813 class NoExecDeathTest : public ForkingDeathTest { class in namespace:testing::internal
815 NoExecDeathTest(const char* a_statement, const RE* a_regex) : function in class:testing::internal::NoExecDeathTest
822 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
1136 // See the comment in NoExecDeathTest::AssumeRole for why the next line
1192 *test = new NoExecDeathTest(statement, regex);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc777 class NoExecDeathTest : public ForkingDeathTest { class in namespace:testing::internal
779 NoExecDeathTest(const char* a_statement, const RE* a_regex) : function in class:testing::internal::NoExecDeathTest
786 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
1025 // See the comment in NoExecDeathTest::AssumeRole for why the next line
1080 *test = new NoExecDeathTest(statement, regex);
/external/gtest/src/
H A Dgtest-death-test.cc813 class NoExecDeathTest : public ForkingDeathTest { class in namespace:testing::internal
815 NoExecDeathTest(const char* a_statement, const RE* a_regex) : function in class:testing::internal::NoExecDeathTest
822 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
1134 // See the comment in NoExecDeathTest::AssumeRole for why the next line
1190 *test = new NoExecDeathTest(statement, regex);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc779 class NoExecDeathTest : public ForkingDeathTest { class in namespace:testing::internal
781 NoExecDeathTest(const char* a_statement, const RE* a_regex) : function in class:testing::internal::NoExecDeathTest
788 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
1027 // See the comment in NoExecDeathTest::AssumeRole for why the next line
1082 *test = new NoExecDeathTest(statement, regex);
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc777 class NoExecDeathTest : public ForkingDeathTest { class in namespace:testing::internal
779 NoExecDeathTest(const char* a_statement, const RE* a_regex) : function in class:testing::internal::NoExecDeathTest
786 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
1025 // See the comment in NoExecDeathTest::AssumeRole for why the next line
1080 *test = new NoExecDeathTest(statement, regex);

Completed in 4241 milliseconds