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

  /external/google-breakpad/src/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 };
436 set_outcome(DIED);
511 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
551 case DIED:
557 buffer << " Result: died but not with expected error.\n"
562 buffer << " Result: died but not with expected exit code:\n"
    [all...]
  /external/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/llvm/utils/unittest/googletest/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 };
401 set_outcome(DIED);
476 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
516 case DIED:
522 buffer << " Result: died but not with expected error.\n"
527 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/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/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /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...]

Completed in 37 milliseconds