Searched refs:DeathTestOutcome (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; enum in namespace:testing::internal
332 DeathTestOutcome outcome() const { return outcome_; }
333 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; }
357 DeathTestOutcome outcome_;
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc243 // AbortReason, DeathTestOutcome, and flag characters above.
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum in namespace:testing::internal
385 DeathTestOutcome outcome() const { return outcome_; }
386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
410 DeathTestOutcome outcome_;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc205 // AbortReason, DeathTestOutcome, and flag characters above.
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum in namespace:testing::internal
345 DeathTestOutcome outcome() const { return outcome_; }
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
370 DeathTestOutcome outcome_;
/external/gtest/src/
H A Dgtest-death-test.cc243 // AbortReason, DeathTestOutcome, and flag characters above.
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum in namespace:testing::internal
385 DeathTestOutcome outcome() const { return outcome_; }
386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
410 DeathTestOutcome outcome_;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc205 // AbortReason, DeathTestOutcome, and flag characters above.
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum in namespace:testing::internal
348 DeathTestOutcome outcome() const { return outcome_; }
349 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
373 DeathTestOutcome outcome_;
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc205 // AbortReason, DeathTestOutcome, and flag characters above.
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum in namespace:testing::internal
345 DeathTestOutcome outcome() const { return outcome_; }
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
370 DeathTestOutcome outcome_;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6737 // AbortReason, DeathTestOutcome, and flag characters above.
6738 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
6879 DeathTestOutcome outcome() const { return outcome_; }
6880 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
6904 DeathTestOutcome outcome_;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6737 // AbortReason, DeathTestOutcome, and flag characters above.
6738 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
6879 DeathTestOutcome outcome() const { return outcome_; }
6880 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
6904 DeathTestOutcome outcome_;

Completed in 338 milliseconds