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

  /external/protobuf/gtest/src/
gtest-internal-inl.h 358 bool is_disabled() const { return is_disabled_; }
361 void set_is_disabled(bool is) { is_disabled_ = is; }
409 bool is_disabled_; // True iff this test is disabled member in class:testing::internal::TestInfoImpl
    [all...]
  /external/google-breakpad/src/testing/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/googletest/googletest/include/gtest/
gtest.h 762 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
906 return test_info->is_reportable() && test_info->is_disabled_;
911 return test_info->is_disabled_;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 762 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
906 return test_info->is_reportable() && test_info->is_disabled_;
911 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 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/swiftshader/third_party/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/v8/testing/gtest/include/gtest/
gtest.h 762 bool is_disabled_; // True iff this test is disabled member in class:testing::TestInfo
906 return test_info->is_reportable() && test_info->is_disabled_;
911 return test_info->is_disabled_;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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...]
  /prebuilts/ndk/r16/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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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/protobuf/gtest/fused-src/gtest/
gtest-all.cc 752 bool is_disabled() const { return is_disabled_; }
755 void set_is_disabled(bool is) { is_disabled_ = is; }
803 bool is_disabled_; // True iff this test is disabled member in class:testing::internal::TestInfoImpl
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 18144 bool is_disabled_; \/\/ True iff this test is disabled member in class:testing::TestInfo
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 18144 bool is_disabled_; \/\/ True iff this test is disabled member in class:testing::TestInfo
    [all...]

Completed in 1120 milliseconds