Home
last modified time | relevance | path

Searched refs:outcome_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dmock_cryptohome_library.h22 MockCryptohomeLibrary() : outcome_(false), code_(0) { in MockCryptohomeLibrary()
26 outcome_ = outcome; in SetUp()
96 outcome_ = outcome; in SetAsyncBehavior()
101 d->OnComplete(outcome_, code_); in DoCallback()
106 bool outcome_;
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest-death-test.cc271 DeathTestOutcome outcome_; member in testing::internal::ForkingDeathTest
284 outcome_(IN_PROGRESS) { in ForkingDeathTest()
331 outcome_ = DIED; in Wait()
335 outcome_ = RETURNED; in Wait()
338 outcome_ = LIVED; in Wait()
394 switch (outcome_) { in Passed()
/external/protobuf/gtest/src/
Dgtest-death-test.cc316 outcome_(IN_PROGRESS), in DeathTestImpl()
332 DeathTestOutcome outcome() const { return outcome_; } in outcome()
333 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; } in set_outcome()
357 DeathTestOutcome outcome_; member in testing::internal::DeathTestImpl
/external/llvm/utils/unittest/googletest/
Dgtest-death-test.cc329 outcome_(IN_PROGRESS), in DeathTestImpl()
345 DeathTestOutcome outcome() const { return outcome_; } in outcome()
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
370 DeathTestOutcome outcome_; member in testing::internal::DeathTestImpl
/external/gtest/src/
Dgtest-death-test.cc329 outcome_(IN_PROGRESS), in DeathTestImpl()
345 DeathTestOutcome outcome() const { return outcome_; } in outcome()
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
370 DeathTestOutcome outcome_; member in testing::internal::DeathTestImpl
/external/chromium/testing/gtest/src/
Dgtest-death-test.cc329 outcome_(IN_PROGRESS), in DeathTestImpl()
345 DeathTestOutcome outcome() const { return outcome_; } in outcome()
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } in set_outcome()
370 DeathTestOutcome outcome_; member in testing::internal::DeathTestImpl