/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-death-test.cc | 154 // code; and RETURNED means that the test statement attempted a "return," 157 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; 335 outcome_ = RETURNED; 365 // concluded: DIED, LIVED, or RETURNED. The death test fails 399 case RETURNED:
|
/external/chromium/testing/gtest/src/ |
gtest-death-test.cc | 200 // RETURNED means that the test statement attempted to execute a return 202 // returned control by throwing an exception. IN_PROGRESS means the test 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 402 set_outcome(RETURNED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 509 case RETURNED: [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest-death-test.cc | 238 // RETURNED means that the test statement attempted to execute a return 240 // returned control by throwing an exception. IN_PROGRESS means the test 244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 442 set_outcome(RETURNED); 513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 549 case RETURNED: [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-death-test.cc | 200 // RETURNED means that the test statement attempted to execute a return 202 // returned control by throwing an exception. IN_PROGRESS means the test 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 402 set_outcome(RETURNED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 509 case RETURNED: [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 200 // RETURNED means that the test statement attempted to execute a return 202 // returned control by throwing an exception. IN_PROGRESS means the test 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 402 set_outcome(RETURNED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 509 case RETURNED: [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest-death-test.cc | 200 // RETURNED means that the test statement attempted to execute a return 202 // returned control by throwing an exception. IN_PROGRESS means the test 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 402 set_outcome(RETURNED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 509 case RETURNED: [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-death-test.cc | 200 // RETURNED means that the test statement attempted to execute a return 202 // returned control by throwing an exception. IN_PROGRESS means the test 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 402 set_outcome(RETURNED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 509 case RETURNED: [all...] |
/external/open-vcdiff/gtest/src/ |
gtest-death-test.cc | 190 // code; and RETURNED means that the test statement attempted a "return," 193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; 389 set_outcome(RETURNED); 430 // concluded: DIED, LIVED, or RETURNED. The death test fails 462 case RETURNED: [all...] |
/external/protobuf/gtest/src/ |
gtest-death-test.cc | 190 // code; and RETURNED means that the test statement attempted a "return," 193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; 389 set_outcome(RETURNED); 430 // concluded: DIED, LIVED, or RETURNED. The death test fails 462 case RETURNED: [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-death-test.cc | 238 // RETURNED means that the test statement attempted to execute a return 240 // returned control by throwing an exception. IN_PROGRESS means the test 244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 442 set_outcome(RETURNED); 513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 549 case RETURNED: [all...] |
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | [all...] |
/external/eigen/blas/testing/ |
cblat2.f | 386 $ ' AND RETURNED SAME = ', L1, ' AND ERR = ', F12.3, '.', / [all...] |
dblat2.f | 379 $ ' AND RETURNED SAME = ', L1, ' AND ERR = ', F12.3, '.', / [all...] |
dblat3.f | 343 $ ' AND TRANSB = ', A1, /' AND RETURNED SAME = ', L1, ' AND ', [all...] |
sblat2.f | 379 $ ' AND RETURNED SAME = ', L1, ' AND ERR = ', F12.3, '.', / [all...] |
sblat3.f | 343 $ ' AND TRANSB = ', A1, /' AND RETURNED SAME = ', L1, ' AND ', [all...] |
zblat2.f | 387 $ ' AND RETURNED SAME = ', L1, ' AND ERR = ', F12.3, '.', / [all...] |
cblat3.f | 353 $ ' AND TRANSB = ', A1, /' AND RETURNED SAME = ', L1, ' AND ', [all...] |
zblat3.f | 354 $ ' AND TRANSB = ', A1, /' AND RETURNED SAME = ', L1, ' AND ', [all...] |