Searched refs:failed (Results 1 - 10 of 10) sorted by relevance

/hardware/libhardware/tests/camera2/
H A DTestForkerEventListener.cpp58 // terminate with return code 0 = test passed, 1 = test failed
73 // Called after a failed assertion or a SUCCEED() invocation.
79 test_part_result.failed() ? "*** Failure" : "Success",
106 // trigger a test failure if the child has failed
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhw_ar3k.c1059 ALOGI("TIOCMGET failed in init\n");
1064 ALOGI("TIOCMSET failed in init: HW Flow-on error\n");
1085 goto failed;
1108 goto failed;
1114 goto failed;
1126 goto failed;
1132 goto failed;
1140 failed:
1168 goto failed;
1172 failed
[all...]
H A Dhw_rome.c102 ALOGE("%s, write failed ret = %d err = %s",__func__,ret,strerror(errno));
105 ALOGE("%s, write failed with ret 0 err = %s",__func__,strerror(errno));
139 goto failed;
212 ALOGI("%s: CRC check of patch failed!!!", __FUNCTION__);
249 ALOGE("%s: Set Baudrate request failed - 0x%x", __FUNCTION__,
305 failed:
380 ALOGE("%s: WP Send failed with ret value: %d", __FUNCTION__, ret);
381 goto failed;
388 goto failed;
392 failed
[all...]
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhw_ar3k.c1059 ALOGI("TIOCMGET failed in init\n");
1064 ALOGI("TIOCMSET failed in init: HW Flow-on error\n");
1085 goto failed;
1108 goto failed;
1114 goto failed;
1126 goto failed;
1132 goto failed;
1140 failed:
1168 goto failed;
1172 failed
[all...]
H A Dhw_rome.c100 ALOGE("%s, write failed ret = %d err = %s",__func__,ret,strerror(errno));
103 ALOGE("%s, write failed with ret 0 err = %s",__func__,strerror(errno));
137 goto failed;
209 ALOGI("%s: CRC check of patch failed!!!", __FUNCTION__);
246 ALOGE("%s: Set Baudrate request failed - 0x%x", __FUNCTION__,
282 failed:
357 ALOGE("%s: WP Send failed with ret value: %d", __FUNCTION__, ret);
358 goto failed;
365 goto failed;
369 failed
[all...]
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhw_ar3k.c1059 ALOGI("TIOCMGET failed in init\n");
1064 ALOGI("TIOCMSET failed in init: HW Flow-on error\n");
1085 goto failed;
1108 goto failed;
1114 goto failed;
1126 goto failed;
1132 goto failed;
1140 failed:
1168 goto failed;
1172 failed
[all...]
H A Dhw_rome.c100 ALOGE("%s, write failed ret = %d err = %s",__func__,ret,strerror(errno));
103 ALOGE("%s, write failed with ret 0 err = %s",__func__,strerror(errno));
137 goto failed;
209 ALOGI("%s: CRC check of patch failed!!!", __FUNCTION__);
246 ALOGE("%s: Set Baudrate request failed - 0x%x", __FUNCTION__,
282 failed:
357 ALOGE("%s: WP Send failed with ret value: %d", __FUNCTION__, ret);
358 goto failed;
365 goto failed;
369 failed
[all...]
/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/x86inc/
H A Dx86inc.asm361 %error assert failed
/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 242 milliseconds