Searched defs:THREW (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc239 // statement, which is not allowed; THREW means that the test statement
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
443 set_outcome(THREW);
511 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
543 case THREW:
/external/gtest/src/
H A Dgtest-death-test.cc239 // statement, which is not allowed; THREW means that the test statement
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
445 set_outcome(THREW);
513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
545 case THREW:
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc201 // statement, which is not allowed; THREW means that the test statement
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
408 set_outcome(THREW);
476 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
508 case THREW:
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc201 // statement, which is not allowed; THREW means that the test statement
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enumerator in enum:testing::internal::DeathTestOutcome
405 set_outcome(THREW);
473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
505 case THREW:

Completed in 83 milliseconds