Home
last modified time | relevance | path

Searched refs:error (Results 9376 - 9400 of 18135) sorted by relevance

1...<<371372373374375376377378379380>>...726

/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateful.c375 src_buf_info->error = true; in mtk_vdec_worker()
485 mtk_v4l2_vdec_err(ctx, "[%d] Unrecoverable error in vdec_if_decode.", in vb2ops_vdec_stateful_buf_queue()
572 if (ctx->ctrl_hdl.error) { in mtk_vcodec_dec_ctrls_setup()
573 mtk_v4l2_vdec_err(ctx, "Adding control failed %d", ctx->ctrl_hdl.error); in mtk_vcodec_dec_ctrls_setup()
574 return ctx->ctrl_hdl.error; in mtk_vcodec_dec_ctrls_setup()
/kernel/linux/linux-6.6/drivers/net/wwan/
H A Dmhi_wwan_mbim.c251 goto error; in mhi_mbim_rx()
265 goto error; in mhi_mbim_rx()
272 goto error; in mhi_mbim_rx()
350 error: in mhi_mbim_rx()
432 /* Unknown error, simply drop */ in mhi_mbim_dl_callback()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dwow.c691 goto error; in rtw_wow_enable()
699 goto error; in rtw_wow_enable()
705 goto error; in rtw_wow_enable()
710 error: in rtw_wow_enable()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_drv.c904 * 0 on success, negative error code on failure.
1091 goto error; in drm_core_init()
1098 goto error; in drm_core_init()
1102 goto error; in drm_core_init()
1111 error: in drm_core_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c138 struct a6xx_hfi_msg_error *error = in a6xx_hfi_wait_for_ack() local
141 DRM_DEV_ERROR(gmu->dev, "GMU firmware error %d\n", in a6xx_hfi_wait_for_ack()
142 error->code); in a6xx_hfi_wait_for_ack()
153 if (resp.error) { in a6xx_hfi_wait_for_ack()
155 "Message %s id %d returned error %d\n", in a6xx_hfi_wait_for_ack()
156 a6xx_hfi_msg_id[id], seqnum, resp.error); in a6xx_hfi_wait_for_ack()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dlm80.c119 char error; /* !=0 if error occurred during last update */ member
167 if (data->error) in lm80_update_device()
240 data->error = 0; in lm80_update_device()
247 data->error = 1; in lm80_update_device()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dcros_ec_keyb.c347 * Returns 0 if no error or -error upon error.
378 dev_warn(ec_dev->dev, "Transfer error %d/%d: %d\n", in cros_ec_keyb_info()
404 * Returns 0 if no error or -error upon error.
431 * Returns 0 if no error or -error upon error
542 int error; cros_ec_keyb_parse_vivaldi_physmap() local
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py75 def get_bounds(self, lb, ub, error, alias={}, ridx:int = 0) -> list:
77 Get bounds and tolerance from lb, ub, and error.
78 If missing lb, use 0.0; missing ub, use float('inf); missing error, use self.tolerance.
82 @param error: float/str, error tolerance
109 t = get_bound_value(error, self.tolerance, ridx)
111 # denormalize error threshold
356 except ValueError as error:
426 except ValueError as error:
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c504 goto error; in perl_start_script()
509 goto error; in perl_start_script()
514 goto error; in perl_start_script()
521 error: in perl_start_script()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcs42l51.c763 goto error; in cs42l51_probe()
770 goto error; in cs42l51_probe()
778 goto error; in cs42l51_probe()
782 error: in cs42l51_probe()
/kernel/linux/linux-6.6/kernel/time/
H A Dtime.c17 * Introduced error checking for many cases in adjtimex().
172 int error = 0; in do_sys_settimeofday64() local
177 error = security_settime64(tv, tz); in do_sys_settimeofday64()
178 if (error) in do_sys_settimeofday64()
179 return error; in do_sys_settimeofday64()
604 * Note that due to the small error in the multiplier here, this
741 * max relative error 5.7e-8 (1.8s per year) for USER_HZ <= 1024, in nsec_to_clock_t()
869 * Return: %0 on success or negative errno on error
900 * Return: %0 on success or negative errno on error
947 * Return: %0 on success or negative errno on error
[all...]
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A Dmpicoder.c248 * Return: 0 on success or error code in case of error
259 #error please implement for this limb size. in mpi_read_buffer()
288 #error please implement for this limb size. in mpi_read_buffer()
308 * Return: Pointer to MPI buffer or NULL on error
352 * Return: 0 on success or error code in case of error
363 #error please implement for this limb size. in mpi_write_to_sgl()
405 #error please implement for this limb size. in mpi_write_to_sgl()
435 * Return: Pointer to a new MPI or NULL on error
[all...]
/kernel/linux/linux-6.6/net/9p/
H A Dtrans_xen.c424 goto error; in xen_9pfs_front_init()
431 goto error; in xen_9pfs_front_init()
466 goto error; in xen_9pfs_front_init()
474 error: in xen_9pfs_front_init()
/kernel/linux/linux-6.6/kernel/
H A Dwatch_queue.c264 goto error; in watch_queue_set_size()
270 goto error; in watch_queue_set_size()
275 goto error; in watch_queue_set_size()
299 error: in watch_queue_set_size()
/test/xts/tools/build/
H A Dsuite.py351 except IOError as error:
352 print("IO Error: %s" % error, file=sys.stderr)
353 except ExpatError as error:
354 print("ExpatError Error: %s" % error, file=sys.stderr)
/third_party/glfw/src/
H A Dwgl_context.c697 const DWORD error = GetLastError(); in _glfwCreateContextWGL() local
699 if (error == (0xc0070000 | ERROR_INVALID_VERSION_ARB)) in _glfwCreateContextWGL()
716 else if (error == (0xc0070000 | ERROR_INVALID_PROFILE_ARB)) in _glfwCreateContextWGL()
721 else if (error == (0xc0070000 | ERROR_INCOMPATIBLE_DEVICE_CONTEXTS_ARB)) in _glfwCreateContextWGL()
/third_party/libcoap/src/
H A Dcoap_address.c102 default: /* fall through and signal error */ in coap_address_equals()
422 int error; in coap_resolve_address_info() local
517 error = getaddrinfo(addrstr, NULL, &hints, &res); in coap_resolve_address_info()
519 if (error != 0) { in coap_resolve_address_info()
520 coap_log_warn("getaddrinfo: %s\n", gai_strerror(error)); in coap_resolve_address_info()
/third_party/mbedtls/tests/scripts/
H A Dcheck_names.py30 error. It must be run from Mbed TLS root.
92 An abstract parent class representing a form of static analysis error.
415 exclusions = re.compile(r"// *no-check-names|#error")
718 except subprocess.CalledProcessError as error:
719 self.log.debug(error.output)
720 raise error
765 self.log.error(line)
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c92 * Print error value
95 print_unhandled_exception (jerry_value_t error_value) /**< error value */ in print_unhandled_exception()
211 /* Temporarily modify the error message, so we can use the path. */ in print_unhandled_exception()
216 /* Revert the error message. */ in print_unhandled_exception()
399 * Check whether a usage-related condition holds. If not, print an error
405 const char *msg, /**< error message to print if condition does not hold */ in check_usage()
406 const char *opt) /**< optional part of the error message */ in check_usage()
660 cli_state.error = "Internal error"; in main()
666 if (cli_state.error ! in main()
[all...]
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.cpp588 error = false; in TiXmlDocument()
597 error = false; in TiXmlDocument()
675 clone->error = error; in Clone()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec.c80 goto error; in vid_dec_LoaderComponent()
84 goto error; in vid_dec_LoaderComponent()
88 goto error; in vid_dec_LoaderComponent()
147 error: in vid_dec_LoaderComponent()
/third_party/node/test/fixtures/wpt/common/security-features/resources/
H A Dcommon.sub.js137 * @return {Promise} A promise wrapping the success and error events.
145 xhr.addEventListener("error", function() {
180 * Binds to success and error events of an object wrapping them into a promise
182 * resolves and error event rejects.
188 * @param {string} rejectEventName [="error"] The event name to bind reject to.
195 // Returns a promise wrapping success and error events of objects.
202 // When `rejectObject`'s `rejectEventName` event (default: "error") or
203 // `rejectObject2`'s `rejectEventName2` event (default: "error") is
210 const actualRejectEventName = rejectEventName || "error";
211 const actualRejectEventName2 = rejectEventName2 || "error";
[all...]
/third_party/nghttp2/src/
H A Dshrpx_memcached_connection.cc166 auto error = errno; in initiate_connection() local
167 MCLOG(WARN, this) << "socket() failed; errno=" << error; in initiate_connection()
175 auto error = errno; in initiate_connection() local
176 MCLOG(WARN, this) << "connect() failed; errno=" << error; in initiate_connection()
546 MCLOG(INFO, this) << "response returned error status: " in parse_packet()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetBOCU1.java613 ByteBuffer error = ByteBuffer.wrap(errorBuffer); in regularLoop()
625 error.put((byte)(diff>>16)); in regularLoop()
627 error.put((byte)(diff>>8)); in regularLoop()
629 error.put((byte)diff); in regularLoop()
768 * @return new delta for diff including b - <0 indicates an error
/third_party/node/deps/v8/src/objects/
H A Dmodule.cc86 Handle<Object> error) { in RecordError()
89 DCHECK(!error->IsTheHole(isolate)); in RecordError()
97 if (isolate->is_catchable_by_javascript(*error)) { in RecordError()
98 module->set_exception(*error); in RecordError()
384 // here accessing uninitialized variable error should be throwed. in GetExport()
85 RecordError(Isolate* isolate, Handle<Module> module, Handle<Object> error) RecordError() argument

Completed in 29 milliseconds

1...<<371372373374375376377378379380>>...726