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

  /external/chromium_org/ui/ozone/platform/dri/
crtc_state.h 28 bool is_disabled() const { return is_disabled_; }
30 void set_is_disabled(bool state) { is_disabled_ = state; }
46 bool is_disabled_; member in class:ui::CrtcState
hardware_display_controller.h 203 bool is_disabled_; member in class:ui::HardwareDisplayController
  /external/chromium_org/content/browser/appcache/
appcache_working_set.h 30 bool is_disabled() const { return is_disabled_; }
71 bool is_disabled_; member in class:content::AppCacheWorkingSet
appcache_database.h 103 bool is_disabled() const { return is_disabled_; }
223 bool is_disabled_; member in class:content::AppCacheDatabase
appcache_disk_cache.h 45 bool is_disabled() const { return is_disabled_; }
103 bool is_disabled_; member in class:content::AppCacheDiskCache
appcache_storage_impl.h 41 bool is_disabled() const { return is_disabled_; }
168 bool is_disabled_; member in class:content::AppCacheStorageImpl
  /external/chromium_org/storage/browser/quota/
quota_database.h 175 bool is_disabled_; member in class:storage::QuotaDatabase
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 754 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
898 return test_info->is_reportable() && test_info->is_disabled_;
903 return test_info->is_disabled_;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h 724 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
857 return test_info->is_disabled_;
    [all...]
  /external/gtest/include/gtest/
gtest.h 730 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
874 return test_info->is_reportable() && test_info->is_disabled_;
879 return test_info->is_disabled_;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 724 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
857 return test_info->is_disabled_;
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 724 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
857 return test_info->is_disabled_;
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 529 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
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h 722 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
859 return test_info->is_disabled_;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 18143 bool is_disabled_; \/\/ True iff this test is disabled member in class:testing::TestInfo
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 18143 bool is_disabled_; \/\/ True iff this test is disabled member in class:testing::TestInfo
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 18143 bool is_disabled_; \/\/ True iff this test is disabled member in class:testing::TestInfo
    [all...]

Completed in 353 milliseconds