Searched refs:HasNonfatalFailure (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dregister_state_check.h71 return !testing::Test::HasNonfatalFailure();
125 return !testing::Test::HasNonfatalFailure();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3355 bool TestResult::HasNonfatalFailure() const { function in class:testing::TestResult
3652 bool Test::HasNonfatalFailure() { function in class:testing::Test
3654 HasNonfatalFailure();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17792 static bool HasNonfatalFailure();
17796 static bool HasFailure() { return HasFatalFailure() || HasNonfatalFailure(); }
17938 bool HasNonfatalFailure() const;

Completed in 90 milliseconds