HomeSort by relevance Sort by last modified time
    Searched refs:DeathTestOutcome (Results 1 - 14 of 14) 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/googletest/googletest/src/
gtest-death-test.cc 254 // AbortReason, DeathTestOutcome, and flag characters above.
255 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
396 DeathTestOutcome outcome() const { return outcome_; }
397 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
421 DeathTestOutcome outcome_;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 254 // AbortReason, DeathTestOutcome, and flag characters above.
255 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
396 DeathTestOutcome outcome() const { return outcome_; }
397 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
421 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 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/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/swiftshader/third_party/LLVM/utils/unittest/googletest/
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/v8/testing/gtest/src/
gtest-death-test.cc 252 // AbortReason, DeathTestOutcome, and flag characters above.
253 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED, THREW };
394 DeathTestOutcome outcome() const { return outcome_; }
395 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
419 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...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]

Completed in 386 milliseconds