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

  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 237 // code; LIVED means that process lived beyond the end of the test code;
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
448 set_outcome(LIVED);
513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
541 case LIVED:
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc 199 // code; LIVED means that process lived beyond the end of the test code;
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
408 set_outcome(LIVED);
473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
501 case LIVED:
    [all...]
  /external/gtest/src/
gtest-death-test.cc 237 // code; LIVED means that process lived beyond the end of the test code;
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
448 set_outcome(LIVED);
513 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
541 case LIVED:
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 199 // code; LIVED means that process lived beyond the end of the test code;
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
411 set_outcome(LIVED);
476 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
504 case LIVED:
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 199 // code; LIVED means that process lived beyond the end of the test code;
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
408 set_outcome(LIVED);
473 // concluded: DIED, LIVED, THREW, or RETURNED. The death test
501 case LIVED:
    [all...]

Completed in 808 milliseconds