Searched refs:DIED (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc188 // can conclude. DIED means that the process died while executing the
193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; enumerator in enum:testing::internal::DeathTestOutcome
385 set_outcome(DIED);
430 // concluded: DIED, LIVED, or RETURNED. The death test fails
466 case DIED:
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc236 // conclude. DIED means that the process died while executing the test
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
436 set_outcome(DIED);
511 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
551 case DIED:
/external/gtest/src/
H A Dgtest-death-test.cc236 // conclude. DIED means that the process died while executing the test
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
438 set_outcome(DIED);
513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
553 case DIED:
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc198 // conclude. DIED means that the process died while executing the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
401 set_outcome(DIED);
476 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
516 case DIED:
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc198 // conclude. DIED means that the process died while executing the test
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
398 set_outcome(DIED);
473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
513 case DIED:
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6730 // conclude. DIED means that the process died while executing the test
6738 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
6932 set_outcome(DIED);
7007 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
7047 case DIED:
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc6227 // can conclude. DIED means that the process died while executing the
6232 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
6424 set_outcome(DIED);
6469 // concluded: DIED, LIVED, or RETURNED. The death test fails
6505 case DIED:

Completed in 657 milliseconds