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

  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 384 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
436 set_outcome(DIED);
440 set_outcome(RETURNED);
443 set_outcome(THREW);
446 set_outcome(LIVED);
    [all...]
  /external/gtest/src/
gtest-death-test.cc 386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
438 set_outcome(DIED);
442 set_outcome(RETURNED);
445 set_outcome(THREW);
448 set_outcome(LIVED);
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 349 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
401 set_outcome(DIED);
405 set_outcome(RETURNED);
408 set_outcome(THREW);
411 set_outcome(LIVED);
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 346 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
398 set_outcome(DIED);
402 set_outcome(RETURNED);
405 set_outcome(THREW);
408 set_outcome(LIVED);
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 333 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
385 set_outcome(DIED);
389 set_outcome(RETURNED);
392 set_outcome(LIVED);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
438 set_outcome(DIED);
442 set_outcome(RETURNED);
445 set_outcome(THREW);
448 set_outcome(LIVED);
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 386 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } function in class:testing::internal::DeathTestImpl
438 set_outcome(DIED);
442 set_outcome(RETURNED);
445 set_outcome(THREW);
448 set_outcome(LIVED);
    [all...]

Completed in 72 milliseconds