Searched refs:TestDisabled (Results 1 - 22 of 22) sorted by relevance

/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h856 static bool TestDisabled(const TestInfo* test_info) { function in class:testing::TestCase
/external/googletest/googletest/include/gtest/
H A Dgtest.h910 static bool TestDisabled(const TestInfo* test_info) { function in class:testing::TestCase
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h910 static bool TestDisabled(const TestInfo* test_info) { function in class:testing::TestCase
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h856 static bool TestDisabled(const TestInfo* test_info) { function in class:testing::TestCase
/external/protobuf/gtest/include/gtest/
H A Dgtest.h786 static bool TestDisabled(const TestInfo * test_info);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest.h856 static bool TestDisabled(const TestInfo* test_info) { function in class:testing::TestCase
/external/v8/testing/gtest/include/gtest/
H A Dgtest.h910 static bool TestDisabled(const TestInfo* test_info) { function in class:testing::TestCase
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h878 static bool TestDisabled(const TestInfo* test_info) { function in class:testing::TestCase
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h878 static bool TestDisabled(const TestInfo* test_info) { function in class:testing::TestCase
/external/protobuf/gtest/src/
H A Dgtest.cc2347 return CountIf(test_info_list_, TestDisabled);
2448 bool TestCase::TestDisabled(const TestInfo * test_info) { function in class:testing::TestCase
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc3687 return CountIf(test_info_list_, TestDisabled);
3788 bool TestCase::TestDisabled(const TestInfo * test_info) { function in class:testing::TestCase
H A Dgtest.h16374 static bool TestDisabled(const TestInfo * test_info);
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc2370 return CountIf(test_info_list_, TestDisabled);
/external/googletest/googletest/src/
H A Dgtest.cc2692 return CountIf(test_info_list_, TestDisabled);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2694 return CountIf(test_info_list_, TestDisabled);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2340 return CountIf(test_info_list_, TestDisabled);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2363 return CountIf(test_info_list_, TestDisabled);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc2340 return CountIf(test_info_list_, TestDisabled);
/external/v8/testing/gtest/src/
H A Dgtest.cc2693 return CountIf(test_info_list_, TestDisabled);
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc2363 return CountIf(test_info_list_, TestDisabled);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc3847 return CountIf(test_info_list_, TestDisabled);
H A Dgtest.h18292 static bool TestDisabled(const TestInfo* test_info) { function in class:testing::TestCase

Completed in 397 milliseconds