Searched refs:RETURNED (Results 1 - 10 of 10) 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:
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6732 // RETURNED means that the test statement attempted to execute a return
6738 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
6936 set_outcome(RETURNED);
7007 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
7043 case RETURNED:
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp6771 // RETURNED means that the test statement attempted to execute a return
6777 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
6975 set_outcome(RETURNED);
7046 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
7082 case RETURNED:
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc6229 // code; and RETURNED means that the test statement attempted a "return,"
6232 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
6428 set_outcome(RETURNED);
6469 // concluded: DIED, LIVED, or RETURNED. The death test fails
6501 case RETURNED:
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc6732 // RETURNED means that the test statement attempted to execute a return
6738 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
6936 set_outcome(RETURNED);
7007 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
7043 case RETURNED:

Completed in 148 milliseconds