Searched defs:HasFailure (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h407 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); } function in class:testing::Test
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h392 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); } function in class:testing::Test
/external/gtest/include/gtest/
H A Dgtest.h383 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); } function in class:testing::Test
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h392 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); } function in class:testing::Test
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h392 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); } function in class:testing::Test
/external/protobuf/gtest/include/gtest/
H A Dgtest.h298 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); } function in class:testing::Test
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17796 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); } function in class:testing::Test
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17796 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); } function in class:testing::Test

Completed in 2790 milliseconds