HomeSort by relevance Sort by last modified time
    Searched refs:DIED (Results 1 - 9 of 9) sorted by null

  /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/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/libvpx/libvpx/third_party/googletest/src/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/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...]
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc     [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java     [all...]

Completed in 577 milliseconds