/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-death-test.cc | 157 enum DeathTestOutcome { IN_PROGRESS, DIED, LIVED, RETURNED }; 271 DeathTestOutcome outcome_;
|
/external/chromium/testing/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/chromium_org/testing/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/chromium_org/third_party/mesa/src/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/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/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/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/open-vcdiff/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 outcome) { outcome_ = outcome; } 357 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 outcome) { outcome_ = outcome; } 357 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...] |
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | [all...] |