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

  /external/chromium/testing/gtest/src/
gtest-death-test.cc 201 // statement, which is not allowed; THREW means that the test statement
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
405 set_outcome(THREW);
473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
505 case THREW:
506 buffer << " Result: threw an exception.\n"
    [all...]
  /external/gtest/src/
gtest-death-test.cc 201 // statement, which is not allowed; THREW means that the test statement
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
405 set_outcome(THREW);
473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
505 case THREW:
506 buffer << " Result: threw an exception.\n"
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 201 // statement, which is not allowed; THREW means that the test statement
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
405 set_outcome(THREW);
473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
505 case THREW:
506 buffer << " Result: threw an exception.\n"
    [all...]

Completed in 33 milliseconds