Searched defs:outcome_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dmock_cryptohome_library.h22 MockCryptohomeLibrary() : outcome_(false), code_(0) {
26 outcome_ = outcome;
96 outcome_ = outcome;
101 d->OnComplete(outcome_, code_);
106 bool outcome_; member in class:chromeos::MockCryptohomeLibrary
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc271 DeathTestOutcome outcome_; member in class:testing::internal::ForkingDeathTest
284 outcome_(IN_PROGRESS) {
331 outcome_ = DIED;
335 outcome_ = RETURNED;
338 outcome_ = LIVED;
394 switch (outcome_) {
/external/open-vcdiff/gtest/src/
H A Dgtest-death-test.cc316 outcome_(IN_PROGRESS),
332 DeathTestOutcome outcome() const { return outcome_; }
333 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; }
340 // test child process via a pipe, interprets it to set the outcome_
357 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
369 // test child process via a pipe, interprets it to set the outcome_
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc316 outcome_(IN_PROGRESS),
332 DeathTestOutcome outcome() const { return outcome_; }
333 void set_outcome(DeathTestOutcome outcome) { outcome_ = outcome; }
340 // test child process via a pipe, interprets it to set the outcome_
357 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
369 // test child process via a pipe, interprets it to set the outcome_
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc329 outcome_(IN_PROGRESS),
345 DeathTestOutcome outcome() const { return outcome_; }
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
353 // test child process via a pipe, interprets it to set the outcome_
370 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
382 // test child process via a pipe, interprets it to set the outcome_
/external/gtest/src/
H A Dgtest-death-test.cc329 outcome_(IN_PROGRESS),
345 DeathTestOutcome outcome() const { return outcome_; }
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
353 // test child process via a pipe, interprets it to set the outcome_
370 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
382 // test child process via a pipe, interprets it to set the outcome_
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc329 outcome_(IN_PROGRESS),
345 DeathTestOutcome outcome() const { return outcome_; }
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
353 // test child process via a pipe, interprets it to set the outcome_
370 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
382 // test child process via a pipe, interprets it to set the outcome_
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc329 outcome_(IN_PROGRESS),
345 DeathTestOutcome outcome() const { return outcome_; }
346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
353 // test child process via a pipe, interprets it to set the outcome_
370 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
382 // test child process via a pipe, interprets it to set the outcome_

Completed in 112 milliseconds