Home
last modified time | relevance | path

Searched defs:page (Results 126 - 150 of 289) sorted by relevance

12345678910>>...12

/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sms_defs.h150 int32_t page; member
/device/soc/hisilicon/common/platform/mtd/hifmc100/spi_nand/
H A Dhifmc100_spi_nand.c566 static int32_t HifmcCntlrPageProgram(struct HifmcCntlr *cntlr, struct SpiFlash *spi, uint32_t page) in HifmcCntlrPageProgram() argument
627 static int32_t HifmcCntlrReadOnePageToBuf(struct HifmcCntlr *cntlr, struct SpiFlash *spi, size_t page) in HifmcCntlrReadOnePageToBuf() argument
686 size_t page; HifmcMtdIsBadBlockSpinand() local
715 off_t page; HifmcMtdMarkBadBlockSpinand() local
757 size_t page; HifmcCntlrWriteOnePage() local
809 size_t page; HifmcCntlrReadOnePage() local
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_device.c632 struct page *page = NULL; in osal_irq_mmap() local
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dcommon.c426 struct page *page = NULL, **pages = NULL; in rkispp_alloc_page_dummy_buf() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_mmu_page_directory.c396 mali_mmu_dump_page(mali_io_address page, u32 phys_addr, struct dump_info *info) mali_mmu_dump_page() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_mmu_page_directory.c386 mali_mmu_dump_page(mali_io_address page, u32 phys_addr, struct dump_info *info) mali_mmu_dump_page() argument
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-map-ops.h161 dma_free_contiguous(struct device *dev, struct page *page, size_t size) dma_free_contiguous() argument
326 arch_dma_prep_coherent(struct page *page, size_t size) arch_dma_prep_coherent() argument
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
H A Dsystem_heap.c235 struct page *page = sg_page_iter_page(&piter); in system_heap_mmap() local
357 struct page *page in system_heap_buf_free() local
397 struct page *page; alloc_largest_available() local
427 struct page *page, *tmp_page; system_heap_do_allocate() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dcommon.c415 struct page *page = NULL, **pages = NULL; in rkispp_alloc_page_dummy_buf() local
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_element.cpp201 RefPtr<PageElement> page = AceType::DynamicCast<PageElement>(element); in GetTransitionElement() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router.cpp25 void SetCjPageCallbackClassic(RefPtr<Framework::JsAcePage> page, NativeView* view) in SetCjPageCallbackClassic() argument
81 auto page = router->GetLoadingPage(); in LoadNativeViewClassic() local
101 PushLoadingPage(const RefPtr<JsAcePage>& page) PushLoadingPage() argument
134 auto page = AceType::MakeRefPtr<JsAcePage>(pageId, document, target.url, nullptr); LoadPage() local
382 auto page = GetTopPage(); SetCurrentPage() local
394 FlushPage(const RefPtr<OHOS::Ace::Framework::JsAcePage>& page, const std::string& url) FlushPage() argument
413 OnPageReady(const RefPtr<JsAcePage>& page, const std::string& url, bool needHideLast) OnPageReady() argument
460 OnPageUpdate(const RefPtr<OHOS::Ace::Framework::JsAcePage>& page, bool directExecute) OnPageUpdate() argument
504 OnPrePageChange(const RefPtr<OHOS::Ace::Framework::JsAcePage>& page) OnPrePageChange() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.h39 void CreateDomNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, in CreateDomNode() argument
54 void UpdateDomNode(const RefPtr<Framework::JsAcePage>& page, const std::unique_ptr<JsonValue>& rootJson, in UpdateDomNode() argument
49 ParseEvents(const std::unique_ptr<JsonValue>& rootJson, std::vector<std::string>& events, const RefPtr<JsAcePage>& page, int32_t nodeId) ParseEvents() argument
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/
H A Devent_bubble_tdd_test.cpp1003 JSValue page = CreatePage(BUNDLE_CLICK_BUBBBLE, strlen(BUNDLE_CLICK_BUBBBLE)); in EventBubbleTest001() local
1030 JSValue page = CreatePage(BUNDLE_LONG_PRESS_BUBBLE, strlen(BUNDLE_LONG_PRESS_BUBBLE)); in EventBubbleTest002() local
1057 JSValue page = CreatePage(BUNDLE_SWIPE_BUBBLE, strlen(BUNDLE_SWIPE_BUBBLE)); in EventBubbleTest003() local
1087 JSValue page in EventBubbleTest004() local
1110 JSValue page = CreatePage(BUNDLE_LONG_PRESS_DEFAULT_BUBBLE, strlen(BUNDLE_LONG_PRESS_DEFAULT_BUBBLE)); EventBubbleTest005() local
1134 JSValue page = CreatePage(BUNDLE_SWIPE_DEFAULT_BUBBLE, strlen(BUNDLE_SWIPE_DEFAULT_BUBBLE)); EventBubbleTest006() local
1161 JSValue page = CreatePage(BUNDLE_CLICK_STOP_PROPAGATION, strlen(BUNDLE_CLICK_STOP_PROPAGATION)); EventBubbleTest007() local
1185 JSValue page = CreatePage(BUNDLE_LONG_PRESS_STOP_PROPAGATION, strlen(BUNDLE_LONG_PRESS_STOP_PROPAGATION)); EventBubbleTest008() local
1209 JSValue page = CreatePage(BUNDLE_SWIPE_STOP_PROPAGATION, strlen(BUNDLE_SWIPE_STOP_PROPAGATION)); EventBubbleTest009() local
1236 JSValue page = CreatePage(BUNDLE_CLICK_DELEGATION, strlen(BUNDLE_CLICK_DELEGATION)); EventBubbleTest010() local
1268 JSValue page = CreatePage(BUNDLE_LONG_PRESS_DELEGATION, strlen(BUNDLE_LONG_PRESS_DELEGATION)); EventBubbleTest011() local
1297 JSValue page = CreatePage(BUNDLE_SWIPE_DELEGATION, strlen(BUNDLE_SWIPE_DELEGATION)); EventBubbleTest012() local
1331 JSValue page = CreatePage(BUNDLE_CLICK_PRESSURE, strlen(BUNDLE_CLICK_PRESSURE)); EventBubbleTest013() local
1353 JSValue page = CreatePage(BUNDLE_LONG_PRESS_PRESSURE, strlen(BUNDLE_LONG_PRESS_PRESSURE)); EventBubbleTest014() local
1372 JSValue page = CreatePage(BUNDLE_SWIPE_PRESSURE, strlen(BUNDLE_SWIPE_PRESSURE)); EventBubbleTest015() local
1397 JSValue page = CreatePage(BUNDLE_CLICK_PRESSURE2, strlen(BUNDLE_CLICK_PRESSURE2)); EventBubbleTest016() local
1416 JSValue page = CreatePage(BUBBLE_PREVENT_DOUBLE_SWIPE, strlen(BUBBLE_PREVENT_DOUBLE_SWIPE)); EventBubbleTest017() local
[all...]
/third_party/eudev/src/scsi_id/
H A Dscsi_serial.c318 scsi_inquiry(struct udev *udev, struct scsi_id_device *dev_scsi, int fd, unsigned char evpd, unsigned char page, unsigned char *buf, unsigned int buflen) scsi_inquiry() argument
[all...]
/third_party/glslang/glslang/Include/
H A DPoolAlloc.h217 tHeader* page; member
/third_party/backends/backend/
H A Dkvs40xx_cmd.c511 kvs40xx_read_image_data (struct scanner * s, unsigned page, unsigned side, in kvs40xx_read_image_data() argument
/third_party/cups-filters/filter/
H A Dtexttotext.c148 int page, /* Number of current output page */ main() local
903 check_range(char *page_ranges, int even_pages, int odd_pages, int page) check_range() argument
[all...]
H A Durftopdf.cpp76 QPDFObjectHandle page; member
204 QPDFObjectHandle page = QPDFObjectHandle::parse( in add_pdf_page() local
415 int fd, page; main() local
[all...]
/third_party/FreeBSD/stand/usb/
H A Dusb_busdma_loader.c69 struct usb_page *page; in usbd_get_page() local
[all...]
/third_party/libsnd/src/
H A Dogg.c213 ogg_write_page(SF_PRIVATE *psf, ogg_page *page) ogg_write_page() argument
459 { ogg_page page ; ogg_stream_seek_page_search() local
903 ogg_page_search_continued_data(OGG_PRIVATE *odata, ogg_page *page) ogg_page_search_continued_data() argument
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daub_mem.c413 struct phys_mem *page = search_phys_mem(mem, phys_addr); aub_mem_get_phys_addr_data() local
422 struct phys_mem *page = ppgtt_walk(mem, mem->pml4, virt_addr); aub_mem_get_ppgtt_addr_data() local
431 struct phys_mem *page = ppgtt_walk(mem, mem->pml4, virt_addr); aub_mem_get_ppgtt_addr_aub_data() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise11.c97 static int verif_unmap(void *page, int sentinel) in verif_unmap() argument
/third_party/node/deps/v8/src/heap/
H A Dmemory-chunk.cc256 Page* page = static_cast<Page*>(this); in ReleaseAllocatedMemoryNeededForWritableChunk() local
H A Dnew-spaces.h358 MovePageFromSpaceToSpace(Page* page) MovePageFromSpaceToSpace() argument
[all...]
H A Dspaces.h380 PageRange(Page* page) PageRange() argument
[all...]

Completed in 19 milliseconds

12345678910>>...12