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

  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 544 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();
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 562 bool should_run() const;
636 bool should_run() const { return should_run_; } function in class:testing::TestCase
682 // Sets the should_run member.
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 669 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();
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 607 bool should_run() const { return should_run_; } function in class:testing::internal::TestInfoImpl
609 // Sets the should_run member.
705 bool should_run() const { return should_run_; } function in class:testing::TestCase
707 // Sets the should_run member.
767 return impl->should_run() && impl->result()->Passed();
773 return impl->should_run() && impl->result()->Failed();
783 return test_info->impl()->should_run();
    [all...]
gtest.cc 278 return test_case->should_run() && test_case->Passed();
283 return test_case->should_run() && test_case->Failed();
289 return test_case->should_run();
2182 bool TestInfo::should_run() const { return impl_->should_run(); } function in class:testing::TestInfo
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 669 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();
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 523 bool should_run() const { return should_run_; } function in class:testing::internal::TestInfoImpl
525 // Sets the should_run member.
    [all...]
gtest.cc 306 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
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 218 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
3242 const bool should_run = !is_disabled && local
    [all...]

Completed in 1696 milliseconds