Searched refs:RETURNED (Results 1 - 10 of 10) 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/open-vcdiff/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/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/chromium_org/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/chromium_org/third_party/mesa/src/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/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/libvpx/libvpx/third_party/googletest/src/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:
/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:

Completed in 211 milliseconds