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

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 154 // code; and RETURNED means that the test statement attempted a "return,"
157 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
335 outcome_ = RETURNED;
365 // concluded: DIED, LIVED, or RETURNED. The death test fails
399 case RETURNED:
  /external/gtest/src/
gtest-death-test.cc 190 // code; and RETURNED means that the test statement attempted a "return,"
193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
477 set_outcome(RETURNED);
754 set_outcome(RETURNED);
788 // concluded: DIED, LIVED, or RETURNED. The death test fails
824 case RETURNED:
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 190 // code; and RETURNED means that the test statement attempted a "return,"
193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
389 set_outcome(RETURNED);
430 // concluded: DIED, LIVED, or RETURNED. The death test fails
462 case RETURNED:
    [all...]

Completed in 339 milliseconds