Home
last modified time | relevance | path

Searched refs:error (Results 8251 - 8275 of 18135) sorted by relevance

1...<<331332333334335336337338339340>>...726

/third_party/python/Lib/
H A Dtokenize.py627 # Helper error handling routines
632 def error(message, filename=None, location=None): function
635 perror("%s:%d:%d: error: %s" % args)
637 perror("%s: error: %s" % (filename, message))
639 perror("error: %s" % message)
671 error(err.args[0], filename, (line, column))
674 error(err.args[0], filename, (line, column))
676 error(err, filename)
678 error(err)
682 perror("unexpected error
[all...]
H A Dtrace.py681 parser.error('-r/--report requires -f/--file')
686 parser.error('must specify one of --trace, --count, --report, '
690 parser.error('cannot specify both --listfuncs and (--trace or --count)')
693 parser.error('--summary can only be used with --count or --report')
696 parser.error('progname is missing: required with the main options')
/third_party/python/Python/
H A Dpystrtod.c375 `what` is used for the error message emitted when underscores are detected
409 goto error; in _Py_string_to_number_with_underscores()
416 goto error; in _Py_string_to_number_with_underscores()
423 goto error; in _Py_string_to_number_with_underscores()
427 goto error; in _Py_string_to_number_with_underscores()
434 error: in _Py_string_to_number_with_underscores()
656 not worth generating an error over. */ in ensure_decimal_point()
1003 or NULL on error. If NULL is returned, the Python error has been set.
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp427 bool error = false; in verifyUnicoloredBuffer() local
445 // first error in verifyUnicoloredBuffer()
446 if (!error) in verifyUnicoloredBuffer()
452 error = true; in verifyUnicoloredBuffer()
457 if (!error) in verifyUnicoloredBuffer()
471 return !error; in verifyUnicoloredBuffer()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp504 bool error = false; in verifyUnicoloredBuffer() local
522 // first error in verifyUnicoloredBuffer()
523 if (!error) in verifyUnicoloredBuffer()
529 error = true; in verifyUnicoloredBuffer()
534 if (!error) in verifyUnicoloredBuffer()
548 return !error; in verifyUnicoloredBuffer()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_renderer_stream_impl.cpp455 AUDIO_ERR_LOG("error data!"); in GetCurrentPosition()
598 /* Validate and return INVALID_PARAMS error */ in SetLowPowerVolume()
716 int32_t error = 0; in EnqueueBuffer() local
718 error = OffloadUpdatePolicyInWrite(); in EnqueueBuffer()
719 CHECK_AND_RETURN_RET_LOG(error == SUCCESS, error, "OffloadUpdatePolicyInWrite failed"); in EnqueueBuffer()
730 error = pa_stream_write(paStream_, static_cast<void*>(bufferDesc.buffer), bufferDesc.bufLength, nullptr, in EnqueueBuffer()
732 if (error < 0) { in EnqueueBuffer()
770 // This will return 0 if not, and a negative value on error. in PAStreamMovedCb()
1091 int error in OffloadUpdatePolicyInWrite() local
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h72 #error Invalid PTTYPE value
342 goto error; in walk_addr_generic()
394 goto error; in walk_addr_generic()
398 goto error; in walk_addr_generic()
410 goto error; in walk_addr_generic()
414 goto error; in walk_addr_generic()
430 goto error; in walk_addr_generic()
459 goto error; in walk_addr_generic()
469 error: in walk_addr_generic()
783 * a negative value on error
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov7740.c820 goto error; in ov7740_set_fmt()
826 goto error; in ov7740_set_fmt()
837 goto error; in ov7740_set_fmt()
845 error: in ov7740_set_fmt()
1029 if (ctrl_hdlr->error) { in ov7740_init_controls()
1030 ret = ctrl_hdlr->error; in ov7740_init_controls()
1033 goto error; in ov7740_init_controls()
1040 goto error; in ov7740_init_controls()
1046 error: in ov7740_init_controls()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-era-target.c131 * Returns < 0 on error, 0 if the bit wasn't previously set, 1 if it was.
1100 DMERR("%s: error deleting writeset tree clone", __func__); in metadata_drop_snap()
1107 DMERR("%s: error deleting era array clone", __func__); in metadata_drop_snap()
1446 ti->error = "Invalid argument count"; in era_ctr()
1452 ti->error = "Error allocating era structure"; in era_ctr()
1460 ti->error = "Error opening metadata device"; in era_ctr()
1467 ti->error = "Error opening data device"; in era_ctr()
1474 ti->error = "Error parsing block size"; in era_ctr()
1481 ti->error = "could not set max io len"; in era_ctr()
1487 ti->error in era_ctr()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c467 netdev_alert(netdev, "error requesting irq %d\n", in xlgmac_request_irqs()
486 netdev_alert(netdev, "error requesting irq %d\n", in xlgmac_request_irqs()
741 "error processing TSO packet\n"); in xlgmac_xmit()
1116 unsigned int incomplete, error; in xlgmac_rx_poll() local
1140 error = desc_data->state.error; in xlgmac_rx_poll()
1145 error = 0; in xlgmac_rx_poll()
1174 /* Earlier error, just drain the remaining data */ in xlgmac_rx_poll()
1175 if ((incomplete || context_next) && error) in xlgmac_rx_poll()
1178 if (error || pkt_inf in xlgmac_rx_poll()
[all...]
/kernel/linux/linux-5.10/drivers/xen/
H A Dpvcalls-back.c97 int32_t error; in pvcalls_conn_back_read() local
106 error = intf->in_error; in pvcalls_conn_back_read()
110 if (error) in pvcalls_conn_back_read()
939 goto error; in backend_connect()
947 goto error; in backend_connect()
952 goto error; in backend_connect()
958 goto error; in backend_connect()
963 goto error; in backend_connect()
979 error: in backend_connect()
/kernel/linux/linux-5.10/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c253 goto error; in hdpvr_transmit_buffers()
258 goto error; in hdpvr_transmit_buffers()
264 error: in hdpvr_transmit_buffers()
1224 if (hdl->error) { in hdpvr_register_videodev()
1225 res = hdl->error; in hdpvr_register_videodev()
1227 goto error; in hdpvr_register_videodev()
1233 goto error; in hdpvr_register_videodev()
1246 goto error; in hdpvr_register_videodev()
1250 error: in hdpvr_register_videodev()
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dtouchscreen_dmi.c1648 int error; in ts_dmi_add_props() local
1652 error = device_add_properties(dev, ts_data->properties); in ts_dmi_add_props()
1653 if (error) in ts_dmi_add_props()
1654 dev_err(dev, "failed to add properties: %d\n", error); in ts_dmi_add_props()
1685 int error; in ts_dmi_init() local
1689 return 0; /* Not an error */ in ts_dmi_init()
1696 error = bus_register_notifier(&i2c_bus_type, &ts_dmi_notifier); in ts_dmi_init()
1697 if (error) in ts_dmi_init()
1699 __func__, error); in ts_dmi_init()
1701 return error; in ts_dmi_init()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfad_im.c539 int error; in bfad_im_scsi_host_alloc() local
542 error = idr_alloc(&bfad_im_port_index, im_port, 0, 0, GFP_KERNEL); in bfad_im_scsi_host_alloc()
543 if (error < 0) { in bfad_im_scsi_host_alloc()
548 im_port->idr_id = error; in bfad_im_scsi_host_alloc()
553 error = 1; in bfad_im_scsi_host_alloc()
571 error = scsi_add_host_with_dma(im_port->shost, dev, &bfad->pcidev->dev); in bfad_im_scsi_host_alloc()
572 if (error) { in bfad_im_scsi_host_alloc()
573 printk(KERN_WARNING "scsi_add_host failure %d\n", error); in bfad_im_scsi_host_alloc()
587 return error; in bfad_im_scsi_host_alloc()
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H A Desas2r_init.c152 int error; in esas2r_map_regions() local
157 error = pci_request_region(a->pcid, 2, a->name); in esas2r_map_regions()
158 if (error != 0) { in esas2r_map_regions()
160 "pci_request_region(2) failed, error %d", in esas2r_map_regions()
161 error); in esas2r_map_regions()
163 return error; in esas2r_map_regions()
175 error = pci_request_region(a->pcid, 0, a->name); in esas2r_map_regions()
176 if (error != 0) { in esas2r_map_regions()
178 "pci_request_region(2) failed, error %d", in esas2r_map_regions()
179 error); in esas2r_map_regions()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.c157 * Return 0 on success or a negative error code otherwise.
170 * Return 0 on success or a negative error code otherwise.
1125 * Return 0 on success and a negative error code on failure.
1249 return asd->ctrl_handler.error; in isp_subdev_init_entities()
1371 goto error; in atomisp_subdev_register_entities()
1379 goto error; in atomisp_subdev_register_entities()
1387 goto error; in atomisp_subdev_register_entities()
1394 goto error; in atomisp_subdev_register_entities()
1401 goto error; in atomisp_subdev_register_entities()
1408 goto error; in atomisp_subdev_register_entities()
[all...]
/kernel/linux/linux-5.10/drivers/ssb/
H A Dmain.c485 goto error; in ssb_devices_register()
524 * dev on error unwinding. */ in ssb_devices_register()
527 goto error; in ssb_devices_register()
549 error: in ssb_devices_register()
573 goto error; in ssb_attach_queued_buses()
587 error: in ssb_attach_queued_buses()
716 "Failed to register PCI version of SSB with error %d\n", in ssb_bus_pcibus_register()
1170 goto error; in ssb_bus_may_powerdown()
1174 error: in ssb_bus_may_powerdown()
1187 goto error; in ssb_bus_powerup()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c253 goto error; in hdpvr_transmit_buffers()
258 goto error; in hdpvr_transmit_buffers()
264 error: in hdpvr_transmit_buffers()
1224 if (hdl->error) { in hdpvr_register_videodev()
1225 res = hdl->error; in hdpvr_register_videodev()
1227 goto error; in hdpvr_register_videodev()
1233 goto error; in hdpvr_register_videodev()
1246 goto error; in hdpvr_register_videodev()
1250 error: in hdpvr_register_videodev()
/kernel/linux/linux-6.6/drivers/xen/
H A Dpvcalls-back.c98 int32_t error; in pvcalls_conn_back_read() local
107 error = intf->in_error; in pvcalls_conn_back_read()
111 if (error) in pvcalls_conn_back_read()
944 goto error; in backend_connect()
952 goto error; in backend_connect()
957 goto error; in backend_connect()
963 goto error; in backend_connect()
968 goto error; in backend_connect()
984 error: in backend_connect()
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddev-replace.c271 goto error; in btrfs_init_dev_replace_tgtdev()
281 goto error; in btrfs_init_dev_replace_tgtdev()
290 goto error; in btrfs_init_dev_replace_tgtdev()
297 goto error; in btrfs_init_dev_replace_tgtdev()
302 goto error; in btrfs_init_dev_replace_tgtdev()
325 goto error; in btrfs_init_dev_replace_tgtdev()
336 error: in btrfs_init_dev_replace_tgtdev()
376 "error %d while searching for dev_replace item!", in btrfs_run_dev_replace()
933 goto error; in btrfs_dev_replace_finishing()
944 error in btrfs_dev_replace_finishing()
[all...]
/kernel/linux/linux-6.6/drivers/ssb/
H A Dmain.c485 goto error; in ssb_devices_register()
524 * dev on error unwinding. in ssb_devices_register()
528 goto error; in ssb_devices_register()
550 error: in ssb_devices_register()
574 goto error; in ssb_attach_queued_buses()
588 error: in ssb_attach_queued_buses()
718 "Failed to register PCI version of SSB with error %d\n", in ssb_bus_pcibus_register()
1175 goto error; in ssb_bus_may_powerdown()
1179 error: in ssb_bus_may_powerdown()
1192 goto error; in ssb_bus_powerup()
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dtouchscreen_dmi.c1821 int error; in ts_dmi_add_props() local
1825 error = device_create_managed_software_node(dev, ts_data->properties, NULL); in ts_dmi_add_props()
1826 if (error) in ts_dmi_add_props()
1827 dev_err(dev, "failed to add properties: %d\n", error); in ts_dmi_add_props()
1858 int error; in ts_dmi_init() local
1862 return 0; /* Not an error */ in ts_dmi_init()
1869 error = bus_register_notifier(&i2c_bus_type, &ts_dmi_notifier); in ts_dmi_init()
1870 if (error) in ts_dmi_init()
1872 __func__, error); in ts_dmi_init()
1874 return error; in ts_dmi_init()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov7740.c818 goto error; in ov7740_set_fmt()
824 goto error; in ov7740_set_fmt()
836 goto error; in ov7740_set_fmt()
844 error: in ov7740_set_fmt()
1028 if (ctrl_hdlr->error) { in ov7740_init_controls()
1029 ret = ctrl_hdlr->error; in ov7740_init_controls()
1032 goto error; in ov7740_init_controls()
1039 goto error; in ov7740_init_controls()
1045 error: in ov7740_init_controls()
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c466 netdev_alert(netdev, "error requesting irq %d\n", in xlgmac_request_irqs()
485 netdev_alert(netdev, "error requesting irq %d\n", in xlgmac_request_irqs()
740 "error processing TSO packet\n"); in xlgmac_xmit()
1115 unsigned int incomplete, error; in xlgmac_rx_poll() local
1139 error = desc_data->state.error; in xlgmac_rx_poll()
1144 error = 0; in xlgmac_rx_poll()
1173 /* Earlier error, just drain the remaining data */ in xlgmac_rx_poll()
1174 if ((incomplete || context_next) && error) in xlgmac_rx_poll()
1177 if (error || pkt_inf in xlgmac_rx_poll()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-rk3x.c192 * @error: error code for i2c transfer
223 int error; member
266 * @error: Error code to return in rk3x_i2c_xfer
268 static void rk3x_i2c_stop(struct rk3x_i2c *i2c, int error) in rk3x_i2c_stop() argument
274 i2c->error = error; in rk3x_i2c_stop()
415 rk3x_i2c_stop(i2c, i2c->error); in rk3x_i2c_handle_write()
449 rk3x_i2c_stop(i2c, i2c->error); in rk3x_i2c_handle_read()
503 * an error in rk3x_i2c_irq()
[all...]

Completed in 41 milliseconds

1...<<331332333334335336337338339340>>...726