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

  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 369 outcome_(IN_PROGRESS),
385 DeathTestOutcome outcome() const { return outcome_; }
386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
393 // test child process via a pipe, interprets it to set the outcome_
410 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
422 // test child process via a pipe, interprets it to set the outcome_
    [all...]
  /external/chromium_org/third_party/mesa/src/src/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 369 outcome_(IN_PROGRESS),
385 DeathTestOutcome outcome() const { return outcome_; }
386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
393 // test child process via a pipe, interprets it to set the outcome_
410 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
422 // test child process via a pipe, interprets it to set the outcome_
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 332 outcome_(IN_PROGRESS),
348 DeathTestOutcome outcome() const { return outcome_; }
349 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }
356 // test child process via a pipe, interprets it to set the outcome_
373 DeathTestOutcome outcome_; member in class:testing::internal::DeathTestImpl
385 // test child process via a pipe, interprets it to set the outcome_
    [all...]
  /external/mesa3d/src/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...]

Completed in 447 milliseconds