HomeSort by relevance Sort by last modified time
    Searched refs:outcome_ (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/chromeos/cros/
mock_cryptohome_library.h 22 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/
gtest-death-test.cc 271 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/chromium/testing/gtest/src/
gtest-death-test.cc 329 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_
    [all...]
  /external/gtest/src/
gtest-death-test.cc 329 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_
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 329 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_
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 329 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_
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-death-test.cc 316 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_
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 316 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_
    [all...]
  /external/ceres-solver/internal/ceres/
gmock_gtest_all.cc     [all...]

Completed in 298 milliseconds