Searched defs:failed (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc938 // Gets the number of failed test cases.
951 // Gets the number of failed tests.
979 // Returns true iff the unit test failed (i.e. some test case failed
980 // or something outside of all tests failed).
1107 // thrown during a test, this test is considered to be failed, but
1511 << "stream_result_to: failed to stream to "
1681 "True iff a failed assertion should be a debugger break-point.");
1766 "When this flag is specified, a failed assertion will throw an exception "
1819 // Returns true iff the test case failed
5756 bool failed = false; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2172 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
2181 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
3427 // the conversion, "(failed to convert from wide string)" is
7102 // This exception is thrown by (and only by) a failed Google Test
17136 // Returns true iff the test part failed.
17137 bool failed() const { return type_ != kSuccess; } function in class:testing::TestPartResult
17139 // Returns true iff the test part non-fatally failed.
17142 // Returns true iff the test part fatally failed.
17549 // When this flag is specified, a failed assertion will throw an
17592 // remembers a non-empty message that describes how it failed
[all...]

Completed in 674 milliseconds