Home
last modified time | relevance | path

Searched refs:error (Results 2151 - 2175 of 15367) sorted by relevance

1...<<81828384858687888990>>...615

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dspan.go37 func (m *ColumnMapper) Location(s span.Span) (Location, error) {
45 func (m *ColumnMapper) Range(s span.Span) (Range, error) {
64 func (m *ColumnMapper) Position(p span.Point) (Position, error) {
75 func (m *ColumnMapper) Span(l Location) (span.Span, error) {
79 func (m *ColumnMapper) RangeSpan(r Range) (span.Span, error) {
91 func (m *ColumnMapper) PointSpan(p Position) (span.Span, error) {
99 func (m *ColumnMapper) Point(p Position) (span.Point, error) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dspan.go37 func (m *ColumnMapper) Location(s span.Span) (Location, error) {
45 func (m *ColumnMapper) Range(s span.Span) (Range, error) {
64 func (m *ColumnMapper) Position(p span.Point) (Position, error) {
75 func (m *ColumnMapper) Span(l Location) (span.Span, error) {
79 func (m *ColumnMapper) RangeSpan(r Range) (span.Span, error) {
91 func (m *ColumnMapper) PointSpan(p Position) (span.Span, error) {
99 func (m *ColumnMapper) Point(p Position) (span.Point, error) {
/third_party/python/Modules/_ctypes/libffi_osx/include/
H A Dffi.h65 # error "Unsupported MacOS X CPU type"
68 #error "Unsupported OS type"
100 #error "char size not supported"
110 #error "short size not supported"
123 #error "int size not supported"
131 # error "no 64-bit data type supported"
134 #error "long size not supported"
/third_party/pulseaudio/src/pulse/
H A Dutf8.c120 goto error; in utf8_validate()
124 goto error; in utf8_validate()
130 goto error; in utf8_validate()
136 goto error; in utf8_validate()
140 goto error; in utf8_validate()
143 goto error; in utf8_validate()
152 error: in utf8_validate()
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dspan.go37 func (m *ColumnMapper) Location(s span.Span) (Location, error) {
45 func (m *ColumnMapper) Range(s span.Span) (Range, error) {
64 func (m *ColumnMapper) Position(p span.Point) (Position, error) {
75 func (m *ColumnMapper) Span(l Location) (span.Span, error) {
79 func (m *ColumnMapper) RangeSpan(r Range) (span.Span, error) {
91 func (m *ColumnMapper) PointSpan(p Position) (span.Span, error) {
99 func (m *ColumnMapper) Point(p Position) (span.Point, error) {
/kernel/linux/linux-5.10/kernel/time/
H A Dposix-timers.c61 * SIGEV values. Here we put out an error if this assumption fails.
65 #error "SIGEV_THREAD_ID must not share bit with other SIGEV values!"
508 int error, new_timer_id; in do_timer_create() local
523 error = new_timer_id; in do_timer_create()
538 error = -EINVAL; in do_timer_create()
557 error = -EFAULT; in do_timer_create()
561 error = kc->timer_create(new_timer); in do_timer_create()
562 if (error) in do_timer_create()
579 return error; in do_timer_create()
914 int error in do_timer_settime() local
953 int error = 0; SYSCALL_DEFINE4() local
976 int error = 0; SYSCALL_DEFINE4() local
1132 int error; SYSCALL_DEFINE2() local
1179 int error; SYSCALL_DEFINE2() local
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H A Danysee.c56 /* TODO FIXME: dvb_usb_generic_rw() fails rarely with error code -32 in anysee_ctrl_msg()
67 /* get answer, retry few times if error returned */ in anysee_ctrl_msg()
501 goto error; in anysee_read_config()
505 goto error; in anysee_read_config()
514 error: in anysee_read_config()
545 goto error; in anysee_frontend_ctrl()
550 goto error; in anysee_frontend_ctrl()
555 goto error; in anysee_frontend_ctrl()
560 goto error; in anysee_frontend_ctrl()
565 goto error; in anysee_frontend_ctrl()
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dinode_local.c332 int error = 0; in hmdfs_mkdir_local_dentry() local
340 error = hmdfs_override_dir_id_fs(&or, dir, dentry, &child_perm); in hmdfs_mkdir_local_dentry()
341 if (error) in hmdfs_mkdir_local_dentry()
351 error = vfs_mkdir(lower_dir, lower_dentry, mode); in hmdfs_mkdir_local_dentry()
353 if (error) { in hmdfs_mkdir_local_dentry()
354 hmdfs_err("vfs_mkdir() error:%d", error); in hmdfs_mkdir_local_dentry()
360 error = hmdfs_persist_perm(lower_dentry, &child_perm); in hmdfs_mkdir_local_dentry()
364 error = PTR_ERR(child_inode); in hmdfs_mkdir_local_dentry()
374 if (error) { in hmdfs_mkdir_local_dentry()
410 int error = 0; hmdfs_create_local_dentry() local
506 int error = 0; hmdfs_rmdir_local_dentry() local
571 int error; hmdfs_unlink_local_dentry() local
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H A Danysee.c56 /* TODO FIXME: dvb_usb_generic_rw() fails rarely with error code -32 in anysee_ctrl_msg()
67 /* get answer, retry few times if error returned */ in anysee_ctrl_msg()
501 goto error; in anysee_read_config()
505 goto error; in anysee_read_config()
514 error: in anysee_read_config()
545 goto error; in anysee_frontend_ctrl()
550 goto error; in anysee_frontend_ctrl()
555 goto error; in anysee_frontend_ctrl()
560 goto error; in anysee_frontend_ctrl()
565 goto error; in anysee_frontend_ctrl()
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dinode_local.c332 int error = 0; in hmdfs_mkdir_local_dentry() local
340 error = hmdfs_override_dir_id_fs(&or, dir, dentry, &child_perm); in hmdfs_mkdir_local_dentry()
341 if (error) in hmdfs_mkdir_local_dentry()
351 error = vfs_mkdir(&nop_mnt_idmap, lower_dir, lower_dentry, mode); in hmdfs_mkdir_local_dentry()
353 if (error) { in hmdfs_mkdir_local_dentry()
354 hmdfs_err("vfs_mkdir() error:%d", error); in hmdfs_mkdir_local_dentry()
360 error = hmdfs_persist_perm(lower_dentry, &child_perm); in hmdfs_mkdir_local_dentry()
364 error = PTR_ERR(child_inode); in hmdfs_mkdir_local_dentry()
374 if (error) { in hmdfs_mkdir_local_dentry()
410 int error = 0; hmdfs_create_local_dentry() local
506 int error = 0; hmdfs_rmdir_local_dentry() local
571 int error; hmdfs_unlink_local_dentry() local
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H A Dda9121-regulator.c200 goto error; in da9121_get_current_limit()
205 goto error; in da9121_get_current_limit()
210 goto error; in da9121_get_current_limit()
214 error: in da9121_get_current_limit()
234 goto error; in da9121_ceiling_selector()
250 goto error; in da9121_ceiling_selector()
254 error: in da9121_ceiling_selector()
271 goto error; in da9121_set_current_limit()
276 goto error; in da9121_set_current_limit()
281 goto error; in da9121_set_current_limit()
[all...]
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_cdce.c287 DPRINTFN(1, "request error!\n"); in cdce_ncm_init()
441 int error; in cdce_probe() local
443 error = usbd_lookup_id_by_uaa(cdce_host_devs, sizeof(cdce_host_devs), uaa); in cdce_probe()
445 if (error) in cdce_probe()
446 error = usbd_lookup_id_by_uaa(cdce_dual_devs, sizeof(cdce_dual_devs), uaa); in cdce_probe()
447 return (error); in cdce_probe()
469 usb_error_t error; in cdce_attach() local
544 error = usbd_set_alt_interface_index(uaa->device, in cdce_attach()
546 if (error) { in cdce_attach()
554 error in cdce_attach()
687 cdce_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error) cdce_bulk_write_callback() argument
852 cdce_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error) cdce_bulk_read_callback() argument
931 cdce_intr_read_callback(struct usb_xfer *xfer, usb_error_t error) cdce_intr_read_callback() argument
964 cdce_intr_write_callback(struct usb_xfer *xfer, usb_error_t error) cdce_intr_write_callback() argument
1233 cdce_ncm_bulk_write_callback(struct usb_xfer *xfer, usb_error_t error) cdce_ncm_bulk_write_callback() argument
1285 cdce_ncm_bulk_read_callback(struct usb_xfer *xfer, usb_error_t error) cdce_ncm_bulk_read_callback() argument
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dmacro_checker_file.py99 # error: Definition of link target {} with macro etext (used for category enums) does not exist. (-Wwrong_macro)
302 self.error(MessageId.REFPAGE_BLOCK,
313 self.error(MessageId.UNCLOSED_BLOCK,
338 self.error(MessageId.MISSING_API_INCLUDE,
426 self.error(MessageId.MISSING_INCLUDE_PATH_ATTRIBUTE,
430 self.error(MessageId.MISSING_INCLUDE_PATH_ATTRIBUTE,
443 self.error(MessageId.UNKNOWN_INCLUDE,
463 self.error(MessageId.API_VALIDITY_ORDER,
472 self.error(MessageId.API_VALIDITY_ORDER,
485 self.error(MessageI
1312 def error(self, message_id, messageLines, group=None, replacement=None, global() member in MacroCheckerFile
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcapitst.c128 log_err_status(status, "ucol_setAttribute with the default value returned error: %s\n", u_errorName(status)); in TestGetSetAttr()
133 log_err("ucol_getAttribute returned error: %s\n", u_errorName(status)); in TestGetSetAttr()
139 log_err("ucol_setAttribute with the value %i returned error: %s\n", attrs[i].val[j], u_errorName(status)); in TestGetSetAttr()
146 log_err("ucol_setAttribute with the bad value didn't return an error\n"); in TestGetSetAttr()
153 log_err("ucol_setAttribute with the default valuereturned error: %s\n", u_errorName(status)); in TestGetSetAttr()
160 log_err("ucol_getAttribute for UCOL_ATTRIBUTE_COUNT didn't return an error\n"); in TestGetSetAttr()
165 log_err("ucol_setAttribute for UCOL_ATTRIBUTE_COUNT didn't return an error\n"); in TestGetSetAttr()
194 log_err("ERROR : UTF-8 conversion error\n"); in doStrcoll()
202 log_err("ERROR : UTF-8 conversion error\n"); in doStrcoll()
686 /* Check the various error in TestSafeClone()
1866 UErrorCode error = U_ZERO_ERROR; TestAttribute() local
[all...]
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_internal_config.h30 # error Unknown DDRC Type
44 # error Unknown DDR PHY Type
62 # error Unknown DDR PHY Type
157 #error when defined DDR_TRAINING_ADJUST_DISABLE, \
165 #error when enable HW/GATE/VREF training or dataeye adjust, \
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_internal_config.h30 # error Unknown DDRC Type
46 # error Unknown DDR PHY Type
64 # error Unknown DDR PHY Type
159 #error when defined DDR_TRAINING_ADJUST_DISABLE, \
167 #error when enable HW/GATE/VREF training or dataeye adjust, \
/kernel/linux/linux-5.10/drivers/dio/
H A Ddio-driver.c49 int error = 0; in dio_device_probe() local
58 error = drv->probe(d, id); in dio_device_probe()
59 if (error >= 0) { in dio_device_probe()
61 error = 0; in dio_device_probe()
64 return error; in dio_device_probe()
73 * Returns zero or a negative error value.
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_stress.c14 char error[4096]; in test_fexit_stress() local
50 fexit_fd[i] = bpf_load_program_xattr(&load_attr, error, sizeof(error)); in test_fexit_stress()
60 filter_fd = bpf_load_program_xattr(&skb_load_attr, error, sizeof(error)); in test_fexit_stress()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dsyscall.h42 unsigned long error = regs->a0; in syscall_get_error() local
44 return IS_ERR_VALUE(error) ? error : 0; in syscall_get_error()
55 int error, long val) in syscall_set_return_value()
57 regs->a0 = (long) error ?: val; in syscall_set_return_value()
53 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, int error, long val) syscall_set_return_value() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_sw_fence.h25 int error; member
113 i915_sw_fence_set_error_once(struct i915_sw_fence *fence, int error) in i915_sw_fence_set_error_once() argument
115 if (unlikely(error)) in i915_sw_fence_set_error_once()
116 cmpxchg(&fence->error, 0, error); in i915_sw_fence_set_error_once()
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-is-errno.c15 const char *fimc_is_param_strerr(unsigned int error) in fimc_is_param_strerr() argument
17 switch (error) { in fimc_is_param_strerr()
146 const char *fimc_is_strerr(unsigned int error) in fimc_is_strerr() argument
148 error &= ~IS_ERROR_TIME_OUT_FLAG; in fimc_is_strerr()
150 switch (error) { in fimc_is_strerr()
/kernel/linux/linux-5.10/fs/nfs/
H A Dsymlink.c32 int error; in nfs_symlink_filler() local
34 error = NFS_PROTO(inode)->readlink(inode, page, 0, PAGE_SIZE); in nfs_symlink_filler()
35 if (error < 0) in nfs_symlink_filler()
36 goto error; in nfs_symlink_filler()
41 error: in nfs_symlink_filler()
/kernel/linux/linux-6.6/fs/nfs/
H A Dsymlink.c32 int error; in nfs_symlink_filler() local
34 error = NFS_PROTO(inode)->readlink(inode, &folio->page, 0, PAGE_SIZE); in nfs_symlink_filler()
35 if (error < 0) in nfs_symlink_filler()
36 goto error; in nfs_symlink_filler()
41 error: in nfs_symlink_filler()
/kernel/linux/linux-6.6/include/linux/
H A Dnode.h116 int error = 0; in register_one_node() local
123 error = __register_one_node(nid); in register_one_node()
124 if (error) in register_one_node()
125 return error; in register_one_node()
130 return error; in register_one_node()
/kernel/linux/linux-6.6/drivers/dio/
H A Ddio-driver.c49 int error = 0; in dio_device_probe() local
58 error = drv->probe(d, id); in dio_device_probe()
59 if (error >= 0) { in dio_device_probe()
61 error = 0; in dio_device_probe()
64 return error; in dio_device_probe()
73 * Returns zero or a negative error value.

Completed in 19 milliseconds

1...<<81828384858687888990>>...615