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

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc492 // WindowsDeathTest implements death tests on Windows. Due to the
520 class WindowsDeathTest : public DeathTestImpl { class in namespace:testing::internal
522 WindowsDeathTest(const char* statement, function in class:testing::internal::WindowsDeathTest
551 int WindowsDeathTest::Wait() {
596 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
610 // WindowsDeathTest uses an anonymous pipe to communicate results of
1018 *test = new WindowsDeathTest(statement, regex, file, line);
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc580 // WindowsDeathTest implements death tests on Windows. Due to the
608 class WindowsDeathTest : public DeathTestImpl { class in namespace:testing::internal
610 WindowsDeathTest(const char* a_statement, function in class:testing::internal::WindowsDeathTest
639 int WindowsDeathTest::Wait() {
684 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
698 // WindowsDeathTest uses an anonymous pipe to communicate results of
1184 *test = new WindowsDeathTest(statement, regex, file, line);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc540 // WindowsDeathTest implements death tests on Windows. Due to the
568 class WindowsDeathTest : public DeathTestImpl { class in namespace:testing::internal
570 WindowsDeathTest(const char* a_statement, function in class:testing::internal::WindowsDeathTest
599 int WindowsDeathTest::Wait() {
644 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
658 // WindowsDeathTest uses an anonymous pipe to communicate results of
1072 *test = new WindowsDeathTest(statement, regex, file, line);
/external/gtest/src/
H A Dgtest-death-test.cc580 // WindowsDeathTest implements death tests on Windows. Due to the
608 class WindowsDeathTest : public DeathTestImpl { class in namespace:testing::internal
610 WindowsDeathTest(const char* a_statement, function in class:testing::internal::WindowsDeathTest
639 int WindowsDeathTest::Wait() {
684 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
698 // WindowsDeathTest uses an anonymous pipe to communicate results of
1182 *test = new WindowsDeathTest(statement, regex, file, line);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc542 // WindowsDeathTest implements death tests on Windows. Due to the
570 class WindowsDeathTest : public DeathTestImpl { class in namespace:testing::internal
572 WindowsDeathTest(const char* a_statement, function in class:testing::internal::WindowsDeathTest
601 int WindowsDeathTest::Wait() {
646 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
660 // WindowsDeathTest uses an anonymous pipe to communicate results of
1074 *test = new WindowsDeathTest(statement, regex, file, line);
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc540 // WindowsDeathTest implements death tests on Windows. Due to the
568 class WindowsDeathTest : public DeathTestImpl { class in namespace:testing::internal
570 WindowsDeathTest(const char* a_statement, function in class:testing::internal::WindowsDeathTest
599 int WindowsDeathTest::Wait() {
644 DeathTest::TestRole WindowsDeathTest::AssumeRole() {
658 // WindowsDeathTest uses an anonymous pipe to communicate results of
1072 *test = new WindowsDeathTest(statement, regex, file, line);

Completed in 279 milliseconds