Home
last modified time | relevance | path

Searched refs:DeathTestOutcome (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc255 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
396 DeathTestOutcome outcome() const { return outcome_; } in outcome()
397 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
421 DeathTestOutcome outcome_;
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-death-test.cc255 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
396 DeathTestOutcome outcome() const { return outcome_; } in outcome()
397 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
421 DeathTestOutcome outcome_;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-death-test.cc206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
345 DeathTestOutcome outcome() const { return outcome_; } in outcome()
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
370 DeathTestOutcome outcome_;
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
348 DeathTestOutcome outcome() const { return outcome_; } in outcome()
349 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
373 DeathTestOutcome outcome_;
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc255 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
396 DeathTestOutcome outcome() const { return outcome_; } in outcome()
397 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
421 DeathTestOutcome outcome_;
/external/google-breakpad/src/testing/gtest/src/
Dgtest-death-test.cc244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
383 DeathTestOutcome outcome() const { return outcome_; } in outcome()
384 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
408 DeathTestOutcome outcome_;
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-death-test.cc271 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
412 DeathTestOutcome outcome() const { return outcome_; } in outcome()
413 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
437 DeathTestOutcome outcome_;
/external/googletest/googletest/src/
Dgtest-death-test.cc277 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
418 DeathTestOutcome outcome() const { return outcome_; } in outcome()
419 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
445 DeathTestOutcome outcome_;
/external/epid-sdk/ext/gtest/
Dgtest-all.cc7089 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW }; enum
7230 DeathTestOutcome outcome() const { return outcome_; } in outcome()
7231 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
7255 DeathTestOutcome outcome_;