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

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc190 // code; and RETURNED means that the test statement attempted a "return,"
193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; enumerator in enum:testing::internal::DeathTestOutcome
389 set_outcome(RETURNED);
430 // concluded: DIED, LIVED, or RETURNED. The death test fails
462 case RETURNED:
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc238 // RETURNED means that the test statement attempted to execute a return
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
440 set_outcome(RETURNED);
511 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
547 case RETURNED:
/external/gtest/src/
H A Dgtest-death-test.cc238 // RETURNED means that the test statement attempted to execute a return
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
442 set_outcome(RETURNED);
513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
549 case RETURNED:
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc200 // RETURNED means that the test statement attempted to execute a return
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
405 set_outcome(RETURNED);
476 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
512 case RETURNED:
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc200 // RETURNED means that the test statement attempted to execute a return
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
402 set_outcome(RETURNED);
473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
509 case RETURNED:
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-death-test.cc238 // RETURNED means that the test statement attempted to execute a return
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
442 set_outcome(RETURNED);
513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
549 case RETURNED:

Completed in 62 milliseconds