Home
last modified time | relevance | path

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

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