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

/external/chromium_org/base/test/
H A Dtest_launcher.cc306 bool should_run = ShouldRunTestOnShard(total_shards, shard_index, local
309 if (!should_run)
/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/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h670 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/chromium_org/third_party/mesa/src/src/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/mesa3d/src/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/open-vcdiff/gtest/include/gtest/
H A Dgtest.h644 bool should_run() const;
718 bool should_run() const { return should_run_; } function in class:testing::TestCase
764 // Sets the should_run member.
/external/open-vcdiff/gtest/src/
H A Dgtest-internal-inl.h527 bool should_run() const { return should_run_; } function in class:testing::internal::TestInfoImpl
529 // 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();
2217 bool TestInfo::should_run() const { return impl_->should_run(); } function in class:testing::TestInfo
2444 return impl->should_run() && impl->result()->Passed();
2450 return impl->should_run() && impl->result()->Failed();
2460 return test_info->impl()->should_run();
2816 if (!test_case.should_run() || (test_case.failed_test_count() == 0)) {
2821 if (!test_info.should_run() || test_inf
[all...]
/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...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18078 bool should_run() const { return should_run_; } function in class:testing::TestInfo
18192 bool should_run() const { return should_run_; } function in class:testing::TestCase
18248 // Sets the should_run member.
18276 return test_info->should_run() && test_info->result()->Passed();
18281 return test_info->should_run() && test_info->result()->Failed();
18302 return test_info->should_run();

Completed in 6648 milliseconds