/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_type.cpp | 613 if (auto error = ValidateUniqueness(_, inst)) return error; in TypePass() 617 if (auto error = ValidateTypeInt(_, inst)) return error; in TypePass() 620 if (auto error = ValidateTypeFloat(_, inst)) return error; in TypePass() 623 if (auto error = ValidateTypeVector(_, inst)) return error; in TypePass() 626 if (auto error = ValidateTypeMatrix(_, inst)) return error; in TypePass() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_type.cpp | 613 if (auto error = ValidateUniqueness(_, inst)) return error; in TypePass() 617 if (auto error = ValidateTypeInt(_, inst)) return error; in TypePass() 620 if (auto error = ValidateTypeFloat(_, inst)) return error; in TypePass() 623 if (auto error = ValidateTypeVector(_, inst)) return error; in TypePass() 626 if (auto error = ValidateTypeMatrix(_, inst)) return error; in TypePass() [all...] |
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | wpng.c | 169 int error = 0; in main() local 252 while (*++argv && !error) { in main() 262 ++error; in main() 266 ++error; in main() 273 ++error; in main() 277 ++error; in main() 292 ++error; in main() 294 ++error; /* not expecting any other options */ in main() 299 /* open the input and output files, or register an error and abort */ in main() 305 ++error; in main() [all...] |
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_variable_decoration_test.cc | 44 EXPECT_EQ(p->error(), "1:10: expected '(' for location decoration"); in TEST_F() 54 EXPECT_EQ(p->error(), "1:11: expected ')' for location decoration"); in TEST_F() 64 EXPECT_EQ(p->error(), in TEST_F() 75 EXPECT_EQ(p->error(), in TEST_F() 99 ASSERT_FALSE(p->has_error()) << p->error(); in TEST_P() 133 EXPECT_EQ(p->error(), "1:9: expected '(' for builtin decoration"); in TEST_F() 143 EXPECT_EQ(p->error(), "1:17: expected ')' for builtin decoration"); in TEST_F() 153 EXPECT_EQ(p->error(), "1:9: expected identifier for builtin"); in TEST_F() 163 EXPECT_EQ(p->error(), "1:9: invalid value for builtin decoration"); in TEST_F() 173 EXPECT_EQ(p->error(), " in TEST_F() [all...] |
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_type_test.cc | 44 << gen.error(); in TEST_F() 57 << gen.error(); in TEST_F() 72 << gen.error(); in TEST_F() 85 << gen.error(); in TEST_F() 98 << gen.error(); in TEST_F() 110 << gen.error(); in TEST_F() 122 << gen.error(); in TEST_F() 134 << gen.error(); in TEST_F() 148 << gen.error(); in TEST_F() 163 << gen.error(); in TEST_F() [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validate_type.cpp | 621 if (auto error = ValidateUniqueness(_, inst)) return error; in TypePass() 625 if (auto error = ValidateTypeInt(_, inst)) return error; in TypePass() 628 if (auto error = ValidateTypeFloat(_, inst)) return error; in TypePass() 631 if (auto error = ValidateTypeVector(_, inst)) return error; in TypePass() 634 if (auto error = ValidateTypeMatrix(_, inst)) return error; in TypePass() [all...] |
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffobjs.c | 166 FT_Error error = FT_Err_Ok; in FT_LOCAL_DEF() local 185 error = funcs->create( cffsize->face->memory, &priv, in FT_LOCAL_DEF() 187 if ( error ) in FT_LOCAL_DEF() 196 error = funcs->create( cffsize->face->memory, &priv, in FT_LOCAL_DEF() 198 if ( error ) in FT_LOCAL_DEF() 207 if ( error ) in FT_LOCAL_DEF() 219 return error; in FT_LOCAL_DEF() 286 FT_Error error; in FT_LOCAL_DEF() local 309 error = FT_Request_Metrics( size->face, req ); in FT_LOCAL_DEF() 310 if ( error ) in FT_LOCAL_DEF() 410 FT_Error error; cff_strcpy() local 511 FT_Error error; FT_LOCAL_DEF() local [all...] |
/third_party/python/Modules/ |
H A D | zlibmodule.c | 16 #error "The maximum block size accepted by zlib is UINT32_MAX." 334 goto error; in zlib_compress_impl() 350 goto error; in zlib_compress_impl() 353 goto error; in zlib_compress_impl() 357 goto error; in zlib_compress_impl() 368 goto error; in zlib_compress_impl() 379 goto error; in zlib_compress_impl() 392 goto error; in zlib_compress_impl() 398 error: in zlib_compress_impl() 441 goto error; in zlib_decompress_impl() [all...] |
H A D | _zoneinfo.c | 201 goto error; in zoneinfo_new_instance() 207 goto error; in zoneinfo_new_instance() 212 goto error; in zoneinfo_new_instance() 219 goto error; in zoneinfo_new_instance() 227 error: in zoneinfo_new_instance() 363 goto error; in zoneinfo_from_file() 367 goto error; in zoneinfo_from_file() 376 error: in zoneinfo_from_file() 741 goto error; in load_timedelta() 747 goto error; in load_timedelta() [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log.c | 347 int error = 0; in xlog_grant_head_check() local 363 error = xlog_grant_head_wait(log, head, tic, in xlog_grant_head_check() 369 error = xlog_grant_head_wait(log, head, tic, *need_bytes); in xlog_grant_head_check() 373 return error; in xlog_grant_head_check() 407 int error = 0; in xfs_log_regrant() local 430 error = xlog_grant_head_check(log, &log->l_write_head, tic, in xfs_log_regrant() 432 if (error) in xfs_log_regrant() 448 return error; in xfs_log_regrant() 470 int error = 0; in xfs_log_reserve() local 486 error in xfs_log_reserve() 642 int error = 0; xfs_log_mount() local 767 int error = 0; xfs_log_mount_finish() local 958 int error; xlog_unmount_write() local 1052 int error; xfs_log_quiesce() local 1231 int error = 0; xfs_log_cover() local 1381 int error; xlog_ioend_work() local 1528 int error = -ENOMEM; xlog_alloc_log() local 2277 int error; xlog_write_get_more_iclog_space() local 2317 int error; xlog_write_partial() local 2487 int error = 0; xlog_write() local 2952 int error = 0; xlog_state_get_iclog_space() local 3136 int error; xlog_force_and_check_iclog() local [all...] |
/kernel/linux/linux-5.10/drivers/clk/renesas/ |
H A D | renesas-cpg-mssr.c | 510 int error; in cpg_mssr_attach_dev() local 535 error = pm_clk_create(dev); in cpg_mssr_attach_dev() 536 if (error) in cpg_mssr_attach_dev() 539 error = pm_clk_add_clk(dev, clk); in cpg_mssr_attach_dev() 540 if (error) in cpg_mssr_attach_dev() 549 return error; in cpg_mssr_attach_dev() 939 int error; in cpg_mssr_common_init() local 942 error = info->init(dev); in cpg_mssr_common_init() 943 if (error) in cpg_mssr_common_init() 944 return error; in cpg_mssr_common_init() 1006 int error; cpg_mssr_early_init() local 1030 int error; cpg_mssr_probe() local [all...] |
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | bcm5974.c | 703 int error; in bcm5974_irq_button() local 725 error = usb_submit_urb(dev->bt_urb, GFP_ATOMIC); in bcm5974_irq_button() 726 if (error) in bcm5974_irq_button() 727 dev_err(&intf->dev, "button urb failed: %d\n", error); in bcm5974_irq_button() 734 int error; in bcm5974_irq_trackpad() local 760 error = usb_submit_urb(dev->tp_urb, GFP_ATOMIC); in bcm5974_irq_trackpad() 761 if (error) in bcm5974_irq_trackpad() 762 dev_err(&intf->dev, "trackpad urb failed: %d\n", error); in bcm5974_irq_trackpad() 785 int error; in bcm5974_start_traffic() local 787 error in bcm5974_start_traffic() 831 int error; bcm5974_open() local 882 int error = 0; bcm5974_resume() local 901 int error = -ENOMEM; bcm5974_probe() local [all...] |
H A D | gpio_mouse.c | 74 int error; in gpio_mouse_probe() local 81 error = device_property_read_u32(dev, "scan-interval-ms", in gpio_mouse_probe() 83 if (error || gmouse->scan_ms == 0) { in gpio_mouse_probe() 131 error = input_setup_polling(input, gpio_mouse_scan); in gpio_mouse_probe() 132 if (error) in gpio_mouse_probe() 133 return error; in gpio_mouse_probe() 137 error = input_register_device(input); in gpio_mouse_probe() 138 if (error) { in gpio_mouse_probe() 140 return error; in gpio_mouse_probe()
|
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | hpimsgx.c | 351 if (phr->error >= HPI_ERROR_DSP_COMMUNICATION) { in hpi_send_recv_ex() 393 phr->error = HPI_ERROR_OBJ_ALREADY_OPEN; in instream_open() 395 [phm->obj_index].h.error) in instream_open() 413 if (hr.error) { in instream_open() 416 phr->error = hr.error; in instream_open() 457 if (hr.error) { in instream_close() 460 phr->error = hr.error; in instream_close() 473 phr->error in instream_close() [all...] |
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | bcm5974.c | 703 int error; in bcm5974_irq_button() local 725 error = usb_submit_urb(dev->bt_urb, GFP_ATOMIC); in bcm5974_irq_button() 726 if (error) in bcm5974_irq_button() 727 dev_err(&intf->dev, "button urb failed: %d\n", error); in bcm5974_irq_button() 734 int error; in bcm5974_irq_trackpad() local 760 error = usb_submit_urb(dev->tp_urb, GFP_ATOMIC); in bcm5974_irq_trackpad() 761 if (error) in bcm5974_irq_trackpad() 762 dev_err(&intf->dev, "trackpad urb failed: %d\n", error); in bcm5974_irq_trackpad() 785 int error; in bcm5974_start_traffic() local 787 error in bcm5974_start_traffic() 831 int error; bcm5974_open() local 882 int error = 0; bcm5974_resume() local 901 int error = -ENOMEM; bcm5974_probe() local [all...] |
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpimsgx.c | 346 if (phr->error >= HPI_ERROR_DSP_COMMUNICATION) { in hpi_send_recv_ex() 388 phr->error = HPI_ERROR_OBJ_ALREADY_OPEN; in instream_open() 390 [phm->obj_index].h.error) in instream_open() 408 if (hr.error) { in instream_open() 411 phr->error = hr.error; in instream_open() 452 if (hr.error) { in instream_close() 455 phr->error = hr.error; in instream_close() 468 phr->error in instream_close() [all...] |
/third_party/libuv/src/win/ |
H A D | tty.c | 710 /* An error occurred while waiting for the event. */ in uv_process_tty_read_raw_req() 964 /* Real error */ in uv_process_tty_read_line_req() 1190 DWORD* error) { in uv__tty_emit_text() 1193 if (*error != ERROR_SUCCESS) { in uv__tty_emit_text() 1202 *error = GetLastError(); in uv__tty_emit_text() 1211 int y, unsigned char y_relative, DWORD* error) { in uv__tty_move_caret() 1215 if (*error != ERROR_SUCCESS) { in uv__tty_move_caret() 1221 *error = GetLastError(); in uv__tty_move_caret() 1231 *error = GetLastError(); in uv__tty_move_caret() 1240 static int uv__tty_reset(uv_tty_t* handle, DWORD* error) { in uv__tty_reset() argument 1189 uv__tty_emit_text(uv_tty_t* handle, WCHAR buffer[], DWORD length, DWORD* error) uv__tty_emit_text() argument 1210 uv__tty_move_caret(uv_tty_t* handle, int x, unsigned char x_relative, int y, unsigned char y_relative, DWORD* error) uv__tty_move_caret() argument 1304 uv__tty_clear(uv_tty_t* handle, int dir, char entire_screen, DWORD* error) uv__tty_clear() argument 1392 uv__tty_set_style(uv_tty_t* handle, DWORD* error) uv__tty_set_style() argument 1548 uv__tty_save_state(uv_tty_t* handle, unsigned char save_attributes, DWORD* error) uv__tty_save_state() argument 1578 uv__tty_restore_state(uv_tty_t* handle, unsigned char restore_attributes, DWORD* error) uv__tty_restore_state() argument 1618 uv__tty_set_cursor_visibility(uv_tty_t* handle, BOOL visible, DWORD* error) uv__tty_set_cursor_visibility() argument 1638 uv__tty_set_cursor_shape(uv_tty_t* handle, int style, DWORD* error) uv__tty_set_cursor_shape() argument 1663 uv__tty_write_bufs(uv_tty_t* handle, const uv_buf_t bufs[], unsigned int nbufs, DWORD* error) global() argument 2178 DWORD error; global() local 2205 DWORD error; global() local [all...] |
/third_party/node/deps/uv/src/win/ |
H A D | tty.c | 716 /* An error occurred while waiting for the event. */ in uv_process_tty_read_raw_req() 975 /* Real error */ in uv_process_tty_read_line_req() 1201 DWORD* error) { in uv__tty_emit_text() 1204 if (*error != ERROR_SUCCESS) { in uv__tty_emit_text() 1213 *error = GetLastError(); in uv__tty_emit_text() 1222 int y, unsigned char y_relative, DWORD* error) { in uv__tty_move_caret() 1226 if (*error != ERROR_SUCCESS) { in uv__tty_move_caret() 1232 *error = GetLastError(); in uv__tty_move_caret() 1242 *error = GetLastError(); in uv__tty_move_caret() 1251 static int uv__tty_reset(uv_tty_t* handle, DWORD* error) { in uv__tty_reset() argument 1200 uv__tty_emit_text(uv_tty_t* handle, WCHAR buffer[], DWORD length, DWORD* error) uv__tty_emit_text() argument 1221 uv__tty_move_caret(uv_tty_t* handle, int x, unsigned char x_relative, int y, unsigned char y_relative, DWORD* error) uv__tty_move_caret() argument 1315 uv__tty_clear(uv_tty_t* handle, int dir, char entire_screen, DWORD* error) uv__tty_clear() argument 1403 uv__tty_set_style(uv_tty_t* handle, DWORD* error) uv__tty_set_style() argument 1559 uv__tty_save_state(uv_tty_t* handle, unsigned char save_attributes, DWORD* error) uv__tty_save_state() argument 1589 uv__tty_restore_state(uv_tty_t* handle, unsigned char restore_attributes, DWORD* error) uv__tty_restore_state() argument 1629 uv__tty_set_cursor_visibility(uv_tty_t* handle, BOOL visible, DWORD* error) uv__tty_set_cursor_visibility() argument 1649 uv__tty_set_cursor_shape(uv_tty_t* handle, int style, DWORD* error) uv__tty_set_cursor_shape() argument 1674 uv__tty_write_bufs(uv_tty_t* handle, const uv_buf_t bufs[], unsigned int nbufs, DWORD* error) global() argument 2189 DWORD error; global() local 2216 DWORD error; global() local [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | shmem.c | 759 * Like filemap_add_folio, but error if expected item has gone. 768 int error; in shmem_add_to_page_cache() local 780 error = mem_cgroup_charge(folio, charge_mm, gfp); in shmem_add_to_page_cache() 781 if (error) { in shmem_add_to_page_cache() 786 goto error; in shmem_add_to_page_cache() 816 error = xas_error(&xas); in shmem_add_to_page_cache() 817 goto error; in shmem_add_to_page_cache() 821 error: in shmem_add_to_page_cache() 824 return error; in shmem_add_to_page_cache() 834 int error; in shmem_delete_from_page_cache() local 1175 int error; shmem_setattr() local 1338 int error = 0; shmem_unuse_swap_entries() local 1399 int error = 0; shmem_unuse() local 1737 int error; shmem_replace_folio() local 1841 int error; shmem_swapin_folio() local 1956 int error; shmem_get_folio_gfp() local 2754 int error = 0; shmem_file_read_iter() local 2942 int error = 0; shmem_file_splice_read() local 3051 int error; shmem_fallocate() local 3229 int error; shmem_mknod() local 3265 int error; shmem_tmpfile() local 3294 int error; shmem_mkdir() local 3381 int error; shmem_whiteout() local 3417 int error; shmem_rename2() local 3462 int error; shmem_symlink() local 3532 int error; shmem_get_link() local 4288 int error = -ENOMEM; shmem_fill_super() local 4614 int error; shmem_init() local 4913 int error; shmem_read_folio_gfp() local [all...] |
/kernel/linux/linux-5.10/drivers/mtd/hyperbus/ |
H A D | rpc-if.c | 121 int error; in rpcif_hb_probe() local 127 error = rpcif_sw_init(&hyperbus->rpc, pdev->dev.parent); in rpcif_hb_probe() 128 if (error) in rpcif_hb_probe() 129 return error; in rpcif_hb_probe() 144 error = hyperbus_register_device(&hyperbus->hbdev); in rpcif_hb_probe() 145 if (error) in rpcif_hb_probe() 148 return error; in rpcif_hb_probe() 154 int error = hyperbus_unregister_device(&hyperbus->hbdev); in rpcif_hb_remove() local 158 return error; in rpcif_hb_remove()
|
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_phy.c | 22 phy->error = 0; in sas_phye_loss_of_signal() 31 phy->error = 0; in sas_phye_oob_done() 46 phy->error++; in sas_phye_oob_error() 47 switch (phy->error) { in sas_phye_oob_error() 55 phy->error = 0; in sas_phye_oob_error() 71 phy->error = 0; in sas_phye_spinup_hold() 86 phy->error = 0; in sas_phye_resume_timeout() 103 phy->error = 0; in sas_phye_shutdown() 124 phy->error = 0; in sas_register_phys()
|
/kernel/linux/linux-5.10/fs/iomap/ |
H A D | swapfile.c | 37 int error; in iomap_swapfile_add_extent() local 71 error = add_swap_extent(isi->sis, isi->nr_pages, nr_pages, first_ppage); in iomap_swapfile_add_extent() 72 if (error < 0) in iomap_swapfile_add_extent() 73 return error; in iomap_swapfile_add_extent() 74 isi->nr_extents += error; in iomap_swapfile_add_extent() 89 int error; in iomap_swapfile_activate_actor() local 129 error = iomap_swapfile_add_extent(isi); in iomap_swapfile_activate_actor() 130 if (error) in iomap_swapfile_activate_actor() 131 return error; in iomap_swapfile_activate_actor()
|
/kernel/linux/linux-5.10/lib/ |
H A D | decompress_unxz.c | 255 void (*error)(char *x)) in unxz() 312 * This isn't an optimal error code in unxz() 328 * Setting ret here may hide an error in unxz() 357 error("XZ decompressor ran out of memory"); in unxz() 361 error("Input is not in the XZ format (wrong magic bytes)"); in unxz() 365 error("Input was encoded with settings that are not " in unxz() 371 error("XZ-compressed data is corrupt"); in unxz() 375 error("Bug in the XZ decompressor"); in unxz() 389 error("XZ decompressor ran out of memory"); in unxz() 403 void (*error)(cha in __decompress() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/hyperbus/ |
H A D | rpc-if.c | 121 int error; in rpcif_hb_probe() local 127 error = rpcif_sw_init(&hyperbus->rpc, pdev->dev.parent); in rpcif_hb_probe() 128 if (error) in rpcif_hb_probe() 129 return error; in rpcif_hb_probe() 135 error = rpcif_hw_init(hyperbus->rpc.dev, true); in rpcif_hb_probe() 136 if (error) in rpcif_hb_probe() 146 error = hyperbus_register_device(&hyperbus->hbdev); in rpcif_hb_probe() 147 if (error) in rpcif_hb_probe() 154 return error; in rpcif_hb_probe()
|
/kernel/linux/linux-6.6/drivers/soc/renesas/ |
H A D | rcar-rst.c | 129 int error = 0; in rcar_rst_init() local 138 error = -ENOMEM; in rcar_rst_init() 148 error = cfg->configure(base); in rcar_rst_init() 149 if (error) { in rcar_rst_init() 160 return error; in rcar_rst_init() 165 int error; in rcar_rst_read_mode_pins() local 168 error = rcar_rst_init(); in rcar_rst_read_mode_pins() 169 if (error) in rcar_rst_read_mode_pins() 170 return error; in rcar_rst_read_mode_pins()
|