/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-death-test.cc | 152 // can conclude. DIED means that the process died while executing the 157 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; 331 outcome_ = DIED; 365 // concluded: DIED, LIVED, or RETURNED. The death test fails 403 case DIED: 408 buffer << " Result: died but not with expected error.\n" 413 buffer << " Result: died but not with expected exit code:\n"
|
/external/chromium/testing/gtest/src/ |
gtest-death-test.cc | 198 // conclude. DIED means that the process died while executing the test 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 398 set_outcome(DIED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 513 case DIED: 519 buffer << " Result: died but not with expected error.\n" 524 buffer << " Result: died but not with expected exit code:\n" [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest-death-test.cc | 236 // conclude. DIED means that the process died while executing the test 244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 438 set_outcome(DIED); 513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 553 case DIED: 559 buffer << " Result: died but not with expected error.\n" 564 buffer << " Result: died but not with expected exit code:\n" [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest-death-test.cc | 198 // conclude. DIED means that the process died while executing the test 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 398 set_outcome(DIED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 513 case DIED: 519 buffer << " Result: died but not with expected error.\n" 524 buffer << " Result: died but not with expected exit code:\n" [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 198 // conclude. DIED means that the process died while executing the test 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 398 set_outcome(DIED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 513 case DIED: 519 buffer << " Result: died but not with expected error.\n" 524 buffer << " Result: died but not with expected exit code:\n" [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest-death-test.cc | 198 // conclude. DIED means that the process died while executing the test 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 398 set_outcome(DIED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 513 case DIED: 519 buffer << " Result: died but not with expected error.\n" 524 buffer << " Result: died but not with expected exit code:\n" [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-death-test.cc | 198 // conclude. DIED means that the process died while executing the test 206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 398 set_outcome(DIED); 473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 513 case DIED: 519 buffer << " Result: died but not with expected error.\n" 524 buffer << " Result: died but not with expected exit code:\n" [all...] |
/external/open-vcdiff/gtest/src/ |
gtest-death-test.cc | 188 // can conclude. DIED means that the process died while executing the 193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; 385 set_outcome(DIED); 430 // concluded: DIED, LIVED, or RETURNED. The death test fails 466 case DIED: 472 buffer << " Result: died but not with expected error.\n" 477 buffer << " Result: died but not with expected exit code:\n" [all...] |
/external/protobuf/gtest/src/ |
gtest-death-test.cc | 188 // can conclude. DIED means that the process died while executing the 193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; 385 set_outcome(DIED); 430 // concluded: DIED, LIVED, or RETURNED. The death test fails 466 case DIED: 472 buffer << " Result: died but not with expected error.\n" 477 buffer << " Result: died but not with expected exit code:\n" [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-death-test.cc | 236 // conclude. DIED means that the process died while executing the test 244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; 438 set_outcome(DIED); 513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test 553 case DIED: 559 buffer << " Result: died but not with expected error.\n" 564 buffer << " Result: died but not with expected exit code:\n" [all...] |
/packages/apps/Email/emailsync/src/com/android/emailsync/ |
SyncManager.java | [all...] |
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | [all...] |