/foundation/window/window_manager/previewer/include/ |
H A D | display.h | 159 * @brief get available area of the display.(the screen area without dock and statusbar) 160 * @param area available area of the screen. 163 DMError GetAvailableArea(DMRect& area) const;
|
/third_party/ltp/testcases/open_posix_testsuite/bin/ |
H A D | run-posix-option-group-test.sh | 9 # Use to build and run tests for a specific area 20 Build and run the tests for POSIX area specified by the 3 letter tag
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_filter_task.h | 15 * Specialization of dng_area_task for processing an area from one dng_image to an 16 * area of another. 34 /// \brief Represents a task which filters an area of a source dng_image to an area 71 /// Compute the source area needed for a given destination area. Default 72 /// implementation assumes destination area is equal to source area for all 77 /// \retval The source area needed as input to calculate the requested 78 /// destination area [all...] |
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 580 pkt << item.id << item.pid << item.uid << item.area in PackWindowGroupInfo() 622 pkt << item.id << item.pid << item.uid << item.area in PackUiExtentionWindowInfo() 643 pkt << item.id << item.pid << item.uid << item.area << item.defaultHotAreas in PackWindowInfo() 708 "area.x:%{public}d,area.y:%{public}d,area.width:%{public}d,area.height:%{public}d," in PrintWindowInfo() 712 item.id, item.pid, item.uid, item.area.x, item.area.y, item.area in PrintWindowInfo() 2225 SetWindowPointerStyle(WindowArea area, int32_t pid, int32_t windowId) SetWindowPointerStyle() argument 2240 SendWindowAreaInfo(WindowArea area, int32_t pid, int32_t windowId) SendWindowAreaInfo() argument [all...] |
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-integrity.c | 410 sector_t *area, sector_t *offset) in get_area_and_offset() 414 *area = data_sector >> log2_interleave_sectors; in get_area_and_offset() 417 *area = 0; in get_area_and_offset() 428 static __u64 get_metadata_sector_and_offset(struct dm_integrity_c *ic, sector_t area, in get_metadata_sector_and_offset() argument 434 ms = area << ic->sb->log2_interleave_sectors; in get_metadata_sector_and_offset() 436 ms += area << ic->log2_metadata_run; in get_metadata_sector_and_offset() 438 ms += area * ic->metadata_run; in get_metadata_sector_and_offset() 454 static sector_t get_data_sector(struct dm_integrity_c *ic, sector_t area, sector_t offset) in get_data_sector() argument 461 result = area << ic->sb->log2_interleave_sectors; in get_data_sector() 463 result += (area in get_data_sector() 409 get_area_and_offset(struct dm_integrity_c *ic, sector_t data_sector, sector_t *area, sector_t *offset) get_area_and_offset() argument 1745 sector_t area, offset; dm_integrity_map() local 1975 sector_t area, offset; __journal_read_write() local 2346 sector_t sec, area, offset; do_journal_write() local 2520 sector_t area, offset; integrity_recalc() local [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tgafb.c | 1043 * Copies on area of the screen to another area. 1046 * @area: structure defining the source and destination. 1151 const struct fb_copyarea *area) 1163 cfb_copyarea(info, area); 1258 tgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area) argument 1263 dx = area->dx; 1264 dy = area->dy; 1265 width = area->width; 1266 height = area 1149 copyarea_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy, u32 height, u32 width, u32 line_length, const struct fb_copyarea *area) global() argument [all...] |
H A D | stifb.c | 1037 stifb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in stifb_copyarea() argument 1059 WRITE_WORD(((area->sx << 16) | area->sy), fb, REG_24); in stifb_copyarea() 1060 WRITE_WORD(((area->width << 16) | area->height), fb, REG_7); in stifb_copyarea() 1061 WRITE_WORD(((area->dx << 16) | area->dy), fb, REG_25); in stifb_copyarea()
|
H A D | sstfb.c | 772 static void sstfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) 784 sst_write(BLTSRCXY, area->sx | (area->sy << 16)); 785 sst_write(BLTDSTXY, area->dx | (area->dy << 16)); 786 sst_write(BLTSIZE, area->width | (area->height << 16)); 1369 printk(KERN_ERR "sstfb: cannot remap register area %#lx\n", in sstfb_probe()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | viafbdev.c | 700 const struct fb_copyarea *area) in viafb_copyarea() 706 cfb_copyarea(info, area); in viafb_copyarea() 710 if (!area->width || !area->height) in viafb_copyarea() 715 area->width, area->height, info->var.bits_per_pixel, in viafb_copyarea() 716 viapar->vram_addr, info->fix.line_length, area->dx, area->dy, in viafb_copyarea() 718 area->sx, area in viafb_copyarea() 699 viafb_copyarea(struct fb_info *info, const struct fb_copyarea *area) viafb_copyarea() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | viafbdev.c | 700 const struct fb_copyarea *area) in viafb_copyarea() 706 cfb_copyarea(info, area); in viafb_copyarea() 710 if (!area->width || !area->height) in viafb_copyarea() 715 area->width, area->height, info->var.bits_per_pixel, in viafb_copyarea() 716 viapar->vram_addr, info->fix.line_length, area->dx, area->dy, in viafb_copyarea() 718 area->sx, area in viafb_copyarea() 699 viafb_copyarea(struct fb_info *info, const struct fb_copyarea *area) viafb_copyarea() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | tgafb.c | 1049 * Copies on area of the screen to another area. 1052 * @area: structure defining the source and destination. 1157 const struct fb_copyarea *area) 1169 cfb_copyarea(info, area); 1264 tgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area) argument 1269 dx = area->dx; 1270 dy = area->dy; 1271 width = area->width; 1272 height = area 1155 copyarea_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy, u32 height, u32 width, u32 line_length, const struct fb_copyarea *area) global() argument [all...] |
H A D | stifb.c | 1037 stifb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in stifb_copyarea() argument 1059 WRITE_WORD(((area->sx << 16) | area->sy), fb, REG_24); in stifb_copyarea() 1060 WRITE_WORD(((area->width << 16) | area->height), fb, REG_7); in stifb_copyarea() 1061 WRITE_WORD(((area->dx << 16) | area->dy), fb, REG_25); in stifb_copyarea()
|
H A D | sstfb.c | 773 static void sstfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) 785 sst_write(BLTSRCXY, area->sx | (area->sy << 16)); 786 sst_write(BLTDSTXY, area->dx | (area->dy << 16)); 787 sst_write(BLTSIZE, area->width | (area->height << 16)); 1372 printk(KERN_ERR "sstfb: cannot remap register area %#lx\n", in sstfb_probe()
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | code-patching.c | 48 struct vm_struct *area; in text_area_cpu_up() local 50 area = get_vm_area(PAGE_SIZE, VM_ALLOC); in text_area_cpu_up() 51 if (!area) { in text_area_cpu_up() 52 WARN_ONCE(1, "Failed to create text area for cpu %d\n", in text_area_cpu_up() 56 this_cpu_write(text_poke_area, area); in text_area_cpu_up()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | chp.c | 160 void *area; in chp_measurement_copy_block() local 165 area = css->cub_addr1; in chp_measurement_copy_block() 168 area = css->cub_addr2; in chp_measurement_copy_block() 171 entry = area + (idx * sizeof(struct cmg_entry)); in chp_measurement_copy_block()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | memory.c | 6 * EMU10K1 memory page allocation (PTB area) 22 (((__le32 *)(emu)->ptb_pages.area)[page] = \ 25 (le32_to_cpu(((__le32 *)(emu)->ptb_pages.area)[page])) 399 * allocate a synth sample area 426 * free a synth sample area 485 dmab.area = emu->page_ptr_table[page]; in __synth_free_pages() 522 emu->page_ptr_table[page] = dmab.area; in synth_alloc_pages()
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_stream.c | 504 bdl = (__le32 *)azx_dev->bdl.area; in snd_hdac_stream_setup_periods() 787 bdl = (__le32 *)azx_dev->bdl.area; in snd_hdac_dsp_prepare() 832 if (!dmab->area || !azx_dev->locked) in snd_hdac_dsp_cleanup() 845 dmab->area = NULL; in snd_hdac_dsp_cleanup()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_stream.c | 519 bdl = (__le32 *)azx_dev->bdl.area; in snd_hdac_stream_setup_periods() 940 bdl = (__le32 *)azx_dev->bdl.area; in snd_hdac_dsp_prepare() 985 if (!dmab->area || !azx_dev->locked) in snd_hdac_dsp_cleanup() 998 dmab->area = NULL; in snd_hdac_dsp_cleanup()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | memory.c | 6 * EMU10K1 memory page allocation (PTB area) 22 (((__le32 *)(emu)->ptb_pages.area)[page] = \ 25 (le32_to_cpu(((__le32 *)(emu)->ptb_pages.area)[page])) 402 * allocate a synth sample area 429 * free a synth sample area 490 dmab.area = emu->page_ptr_table[page]; in __synth_free_pages() 527 emu->page_ptr_table[page] = dmab.area; in synth_alloc_pages()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | chp.c | 160 void *area; in chp_measurement_copy_block() local 165 area = css->cub_addr1; in chp_measurement_copy_block() 168 area = css->cub_addr2; in chp_measurement_copy_block() 171 entry = area + (idx * sizeof(struct cmg_entry)); in chp_measurement_copy_block()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Texture.h | 385 const Box &area, 402 const Box &area, 656 const Box &area) const; 659 const Box &area);
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | single_kvstore_client_test.cpp | 59 options.area = EL1; in SetUpTestCase() 409 options.area = EL1; in HWTEST_F() 1071 options.area = EL1; in HWTEST_F() 1100 options.area = EL1; in HWTEST_F() 1132 options.area = EL1; in HWTEST_F() 1212 options.area = EL1; in HWTEST_F() 1243 options.area = EL1; in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_iocb.c | 1683 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area; in qla24xx_start_scsi() 1870 /* Fill-in common area */ in qla24xx_dif_start_scsi() 1880 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area; in qla24xx_dif_start_scsi() 2029 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area; in qla2xxx_start_scsi_mq() 2232 /* Fill-in common area */ in qla2xxx_dif_start_scsi_mq() 2242 cmd_pkt->port_id[1] = sp->fcport->d_id.b.area; in qla2xxx_dif_start_scsi_mq() 2423 logio->port_id[1] = sp->fcport->d_id.b.area; in qla24xx_prli_iocb() 2447 logio->port_id[1] = sp->fcport->d_id.b.area; in qla24xx_login_iocb() 2471 mbx->mb3 = cpu_to_le16(sp->fcport->d_id.b.area << 8 | in qla2x00_login_iocb() 2494 logio->port_id[1] = sp->fcport->d_id.b.area; in qla24xx_logout_iocb() [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | fpsp.h | 28 | | FPU fsave area | 45 | offsets refer to the Local Variable area and the fsave area. 62 | Sometimes the exception handler will transform the fsave area 70 | restored from the "local variable" area and can be used as
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | fpsp.h | 28 | | FPU fsave area | 45 | offsets refer to the Local Variable area and the fsave area. 62 | Sometimes the exception handler will transform the fsave area 70 | restored from the "local variable" area and can be used as
|