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

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc443 class NoExecDeathTest : public ForkingDeathTest { class in namespace:testing::internal
445 NoExecDeathTest(const char* statement, const RE* regex) : function in class:testing::internal::NoExecDeathTest
452 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
628 // See the comment in NoExecDeathTest::AssumeRole for why the next line
672 *test = new NoExecDeathTest(statement, regex);
/external/open-vcdiff/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/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/testing/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() {
1020 // See the comment in NoExecDeathTest::AssumeRole for why the next line
1075 *test = new NoExecDeathTest(statement, regex);
/external/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/libvpx/libvpx/third_party/googletest/src/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/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc776 class NoExecDeathTest : public ForkingDeathTest { class in namespace:testing::internal
778 NoExecDeathTest(const char* a_statement, const RE* a_regex) : function in class:testing::internal::NoExecDeathTest
785 DeathTest::TestRole NoExecDeathTest::AssumeRole() {
1024 // See the comment in NoExecDeathTest::AssumeRole for why the next line
1079 *test = new NoExecDeathTest(statement, regex);

Completed in 542 milliseconds