Searched refs:TestPartNonfatallyFailed (Results 1 - 9 of 9) sorted by relevance

/external/chromium/testing/gtest/src/
H A Dgtest.cc1872 static bool TestPartNonfatallyFailed(const TestPartResult& result) { function in namespace:testing
1878 return CountIf(test_part_results_, TestPartNonfatallyFailed) > 0;
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc1777 static bool TestPartNonfatallyFailed(const TestPartResult& result) { function in namespace:testing
1783 return CountIf(test_part_results_, TestPartNonfatallyFailed) > 0;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1872 static bool TestPartNonfatallyFailed(const TestPartResult& result) { function in namespace:testing
1878 return CountIf(test_part_results_, TestPartNonfatallyFailed) > 0;
/external/gtest/src/
H A Dgtest.cc1872 static bool TestPartNonfatallyFailed(const TestPartResult& result) { function in namespace:testing
1878 return CountIf(test_part_results_, TestPartNonfatallyFailed) > 0;
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc1872 static bool TestPartNonfatallyFailed(const TestPartResult& result) { function in namespace:testing
1878 return CountIf(test_part_results_, TestPartNonfatallyFailed) > 0;
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1872 static bool TestPartNonfatallyFailed(const TestPartResult& result) { function in namespace:testing
1878 return CountIf(test_part_results_, TestPartNonfatallyFailed) > 0;
/external/open-vcdiff/gtest/src/
H A Dgtest.cc1897 static bool TestPartNonfatallyFailed(const TestPartResult& result) { function in namespace:testing
1903 return test_part_results_->CountIf(TestPartNonfatallyFailed) > 0;
/external/protobuf/gtest/src/
H A Dgtest.cc1867 static bool TestPartNonfatallyFailed(const TestPartResult& result) { function in namespace:testing
1873 return test_part_results_->CountIf(TestPartNonfatallyFailed) > 0;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3350 static bool TestPartNonfatallyFailed(const TestPartResult& result) { function in namespace:testing
3356 return CountIf(test_part_results_, TestPartNonfatallyFailed) > 0;

Completed in 466 milliseconds