Searched refs:RETURNED (Results 1 - 5 of 5) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc154 // code; and RETURNED means that the test statement attempted a "return,"
157 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; enumerator in enum:testing::internal::DeathTestOutcome
335 outcome_ = RETURNED;
365 // concluded: DIED, LIVED, or RETURNED. The death test fails
399 case RETURNED:
/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/chromium/testing/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/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/llvm/utils/unittest/googletest/
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:

Completed in 447 milliseconds