Searched refs:errors (Results 1 - 7 of 7) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_cmd_wext.c269 drv->errors++;
270 if (drv->errors > DRV_NUMBER_SEQUENTIAL_ERRORS) {
271 drv->errors = 0;
275 drv->errors = 0;
341 drv->errors++;
342 if (drv->errors > DRV_NUMBER_SEQUENTIAL_ERRORS) {
343 drv->errors = 0;
347 drv->errors = 0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_error_sse2.asm33 ; individual errors are max. 15bit+sign, so squares are 30bit, and
/hardware/qcom/audio/hal/
H A Daudio_hw.h166 uint32_t errors; member in struct:error_log
H A Daudio_hw.c373 // Log errors: consecutive errors with the same code will
377 ++log->errors;
408 dprintf(fd, " Errors: %u\n", log->errors);
409 if (log->errors == 0)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_msvs_vcxproj.sh31 --enable-werror Treat warnings as errors (/WX)
H A Dconfigure.sh83 ${toggle_werror} treat warnings as errors, if possible
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3238 "errors",
3251 "errors",
3719 Message errors; local
3720 errors
3731 errors.GetString().c_str());
4829 OutputXmlAttribute(stream, kTestsuite, "errors", "0");
4857 OutputXmlAttribute(stream, kTestsuites, "errors", "0");
5019 // errors are ignored as there's nothing better we can do and we
9542 Message errors;
9548 errors << "Tes
[all...]

Completed in 114 milliseconds