Searched refs:LIVED (Results 1 - 11 of 11) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc189 // test code; LIVED means that process lived beyond the end of the test
193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; enumerator in enum:testing::internal::DeathTestOutcome
392 set_outcome(LIVED);
430 // concluded: DIED, LIVED, or RETURNED. The death test fails
458 case LIVED:
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc237 // code; LIVED means that process lived beyond the end of the test code;
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
446 set_outcome(LIVED);
511 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
539 case LIVED:
/external/googletest/googletest/src/
H A Dgtest-death-test.cc248 // code; LIVED means that process lived beyond the end of the test code;
255 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
459 set_outcome(LIVED);
524 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
552 case LIVED:
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc248 // code; LIVED means that process lived beyond the end of the test code;
255 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
459 set_outcome(LIVED);
524 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
552 case LIVED:
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc199 // code; LIVED means that process lived beyond the end of the test code;
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
411 set_outcome(LIVED);
476 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
504 case LIVED:
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc237 // code; LIVED means that process lived beyond the end of the test code;
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
448 set_outcome(LIVED);
513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
541 case LIVED:
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest-death-test.cc199 // code; LIVED means that process lived beyond the end of the test code;
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
408 set_outcome(LIVED);
473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
501 case LIVED:
/external/v8/testing/gtest/src/
H A Dgtest-death-test.cc246 // code; LIVED means that process lived beyond the end of the test code;
253 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
457 set_outcome(LIVED);
522 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
550 case LIVED:
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-death-test.cc237 // code; LIVED means that process lived beyond the end of the test code;
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
448 set_outcome(LIVED);
513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
541 case LIVED:
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc6228 // test code; LIVED means that process lived beyond the end of the test
6232 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
6431 set_outcome(LIVED);
6469 // concluded: DIED, LIVED, or RETURNED. The death test fails
6497 case LIVED:
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc6731 // code; LIVED means that process lived beyond the end of the test code;
6738 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
6942 set_outcome(LIVED);
7007 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
7035 case LIVED:

Completed in 113 milliseconds