Searched refs:is_disabled_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h550 bool is_disabled() const { return is_disabled_; }
553 void set_is_disabled(bool is) { is_disabled_ = is; }
592 bool is_disabled_; // True iff this test is disabled member in class:testing::internal::TestInfoImpl
/external/gtest/src/
H A Dgtest-internal-inl.h613 bool is_disabled() const { return is_disabled_; }
616 void set_is_disabled(bool is) { is_disabled_ = is; }
663 bool is_disabled_; // True iff this test is disabled member in class:testing::internal::TestInfoImpl
H A Dgtest.cc3970 is_disabled_(false),
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h529 bool is_disabled() const { return is_disabled_; }
532 void set_is_disabled(bool is) { is_disabled_ = is; }
580 bool is_disabled_; // True iff this test is disabled member in class:testing::internal::TestInfoImpl
H A Dgtest.cc4282 is_disabled_(false),
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h724 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
857 return test_info->is_disabled_;
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h724 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
857 return test_info->is_disabled_;
/external/chromium/testing/gtest/src/
H A Dgtest.cc2202 is_disabled_(false),
4404 test_info->is_disabled_ = is_disabled;
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc2202 is_disabled_(false),
4371 test_info->is_disabled_ = is_disabled;
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc3362 is_disabled_(false),

Completed in 138 milliseconds