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

/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h544 bool should_run() const { return should_run_; } function in class:testing::internal::TestInfoImpl
546 // Sets the should_run member.
630 bool should_run() const { return should_run_; } function in class:testing::TestCase
632 // Sets the should_run member.
692 return impl->should_run() && impl->result()->Passed();
698 return impl->should_run() && impl->result()->Failed();
708 return test_info->impl()->should_run();
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h669 bool should_run() const { return should_run_; } function in class:testing::TestInfo
773 bool should_run() const { return should_run_; } function in class:testing::TestCase
819 // Sets the should_run member.
847 return test_info->should_run() && test_info->result()->Passed();
852 return test_info->should_run() && test_info->result()->Failed();
862 return test_info->should_run();
/external/gtest/include/gtest/
H A Dgtest.h669 bool should_run() const { return should_run_; } function in class:testing::TestInfo
773 bool should_run() const { return should_run_; } function in class:testing::TestCase
819 // Sets the should_run member.
847 return test_info->should_run() && test_info->result()->Passed();
852 return test_info->should_run() && test_info->result()->Failed();
862 return test_info->should_run();
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h669 bool should_run() const { return should_run_; } function in class:testing::TestInfo
773 bool should_run() const { return should_run_; } function in class:testing::TestCase
819 // Sets the should_run member.
847 return test_info->should_run() && test_info->result()->Passed();
852 return test_info->should_run() && test_info->result()->Failed();
862 return test_info->should_run();
/external/protobuf/gtest/include/gtest/
H A Dgtest.h562 bool should_run() const;
636 bool should_run() const { return should_run_; } function in class:testing::TestCase
682 // Sets the should_run member.
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h523 bool should_run() const { return should_run_; } function in class:testing::internal::TestInfoImpl
525 // Sets the should_run member.
H A Dgtest.cc306 return test_case->should_run() && test_case->Passed();
311 return test_case->should_run() && test_case->Failed();
317 return test_case->should_run();
2187 bool TestInfo::should_run() const { return impl_->should_run(); } function in class:testing::TestInfo
2414 return impl->should_run() && impl->result()->Passed();
2420 return impl->should_run() && impl->result()->Failed();
2430 return test_info->impl()->should_run();
2786 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) {
2791 if (!test_info.should_run() || test_inf
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc218 return test_case->should_run() && test_case->Passed();
223 return test_case->should_run() && test_case->Failed();
229 return test_case->should_run();
1901 bool TestInfo::should_run() const { return impl_->should_run(); } function in class:testing::TestInfo
2392 if (!tc->should_run() || (tc->failed_test_count() == 0)) {
2708 test_info->should_run() ? "run" : "notrun",
3242 const bool should_run = !is_disabled && local
3245 test_info->impl()->set_should_run(should_run);
3246 test_case->set_should_run(test_case->should_run() || should_ru
[all...]

Completed in 189 milliseconds