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

  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 243 // AbortReason, DeathTestOutcome, and flag characters above.
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
383 DeathTestOutcome outcome() const { return outcome_; }
384 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
408 DeathTestOutcome outcome_;
    [all...]
  /external/gtest/src/
gtest-death-test.cc 243 // AbortReason, DeathTestOutcome, and flag characters above.
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
385 DeathTestOutcome outcome() const { return outcome_; }
386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
410 DeathTestOutcome outcome_;
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 205 // AbortReason, DeathTestOutcome, and flag characters above.
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
348 DeathTestOutcome outcome() const { return outcome_; }
349 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
373 DeathTestOutcome outcome_;
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 205 // AbortReason, DeathTestOutcome, and flag characters above.
206 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
345 DeathTestOutcome outcome() const { return outcome_; }
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
370 DeathTestOutcome outcome_;
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 193 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED };
332 DeathTestOutcome outcome() const { return outcome_; }
333 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
357 DeathTestOutcome outcome_;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 243 // AbortReason, DeathTestOutcome, and flag characters above.
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
385 DeathTestOutcome outcome() const { return outcome_; }
386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
410 DeathTestOutcome outcome_;
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 243 // AbortReason, DeathTestOutcome, and flag characters above.
244 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
385 DeathTestOutcome outcome() const { return outcome_; }
386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
410 DeathTestOutcome outcome_;
    [all...]

Completed in 43 milliseconds