/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-death-test.cc | 153 // test code; LIVED means that process lived beyond the end of the test 157 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; 338 outcome_ = LIVED; 365 // concluded: DIED, LIVED, or RETURNED. The death test fails 395 case LIVED:
|
/external/chromium/testing/gtest/src/ |
gtest-death-test.cc | 199 // code; LIVED means that process lived beyond the end of the test code; 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 408 set_outcome(LIVED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 501 case LIVED: [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest-death-test.cc | 237 // code; LIVED means that process lived beyond the end of the test code; 244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 448 set_outcome(LIVED); 513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 541 case LIVED: [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-death-test.cc | 199 // code; LIVED means that process lived beyond the end of the test code; 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 408 set_outcome(LIVED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 501 case LIVED: [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 199 // code; LIVED means that process lived beyond the end of the test code; 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 408 set_outcome(LIVED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 501 case LIVED: [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest-death-test.cc | 199 // code; LIVED means that process lived beyond the end of the test code; 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 408 set_outcome(LIVED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 501 case LIVED: [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-death-test.cc | 199 // code; LIVED means that process lived beyond the end of the test code; 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 408 set_outcome(LIVED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 501 case LIVED: [all...] |
/external/open-vcdiff/gtest/src/ |
gtest-death-test.cc | 189 // test code; LIVED means that process lived beyond the end of the test 193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; 392 set_outcome(LIVED); 430 // concluded: DIED, LIVED, or RETURNED. The death test fails 458 case LIVED: [all...] |
/external/protobuf/gtest/src/ |
gtest-death-test.cc | 189 // test code; LIVED means that process lived beyond the end of the test 193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; 392 set_outcome(LIVED); 430 // concluded: DIED, LIVED, or RETURNED. The death test fails 458 case LIVED: [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-death-test.cc | 237 // code; LIVED means that process lived beyond the end of the test code; 244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 448 set_outcome(LIVED); 513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 541 case LIVED: [all...] |
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | [all...] |