Home
last modified time | relevance | path

Searched defs:page (Results 51 - 75 of 218) sorted by relevance

123456789

/third_party/node/deps/v8/src/heap/
H A Dallocation-stats.h61 void IncreaseAllocatedBytes(size_t bytes, const BasicMemoryChunk* page) { in IncreaseAllocatedBytes() argument
72 void DecreaseAllocatedBytes(size_t bytes, const BasicMemoryChunk* page) { in DecreaseAllocatedBytes() argument
/third_party/skia/docs/examples/
H A DPDF.cpp8 WritePDF(SkWStream* outputStream, const char* documentTitle, void (*writePage)(SkCanvas*, int page), int numberOfPages, SkSize pageSize) REG_FIDDLE() argument
/base/update/updater/services/ui/control/
H A Devent_listener.cpp31 auto *page = view.GetParent(); in operator ()() local
/base/update/updater/services/ui/view/page/
H A Dpage_manager.cpp120 const Page &page = *(it->second); in IsValidCom() local
192 EnQueuePage(const std::shared_ptr<Page> &page) EnQueuePage() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Drender_stage.cpp40 RefPtr<PageElement> page = AceType::DynamicCast<PageElement>(element); in SetPageHidden() local
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_element.cpp31 Size GetPageLayoutSize(const RefPtr<PageElement>& page) in GetPageLayoutSize() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_declarative.cpp111 void CardFrontendDeclarative::OnPageLoaded(const RefPtr<Framework::JsAcePage>& page) in OnPageLoaded() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.cpp57 auto page = engineInstance->GetRunningPage(); in HandleContext() local
159 auto page = engine->GetRunningPage(); in JsGetXComponentSurfaceId() local
197 auto page in JsSetXComponentSurfaceSize() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_radio_util.cpp33 auto page = frontend->GetPage(node.GetPageId()); in GetRadioGroups() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/
H A Dimage_animator_tdd_test.cpp278 JSValue page = CreatePage(BUNDLE01, strlen(BUNDLE01)); in ImageAnimatorTest001() local
304 JSValue page = CreatePage(BUNDLE02, strlen(BUNDLE02)); in ImageAnimatorTest002() local
335 JSValue page = CreatePage(BUNDLE03, strlen(BUNDLE03)); in ImageAnimatorTest003() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/
H A Ddialog_tdd_test.cpp269 bool DialogTddTest::CallPageMethod(JSValue page, const char * const prop) const in CallPageMethod() argument
283 JSValue page = CreatePage(BUNDLE1, strlen(BUNDLE1)); in DialogTest001() local
313 JSValue page = CreatePage(BUNDLE2, strlen(BUNDLE2)); in DialogTest002() local
361 JSValue page = CreatePage(BUNDLE3, strlen(BUNDLE3)); DialogTest003() local
427 JSValue page = CreatePage(BUNDLE4, strlen(BUNDLE4)); DialogTest004() local
493 JSValue page = CreatePage(BUNDLE5, strlen(BUNDLE5)); DialogTest005() local
[all...]
/third_party/backends/backend/escl/
H A Descl_pdf.c111 PopplerPage *page; in get_PDF_data() local
/third_party/backends/backend/
H A Dkvs20xx_cmd.c305 kvs20xx_read_image_data (struct scanner * s, unsigned page, unsigned side, in kvs20xx_read_image_data() argument
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf.cc22 Rotation getRotate(QPDFObjectHandle page) // {{{ in getRotate() argument
45 double getUserUnit(QPDFObjectHandle page) // {{{ in getUserUnit() argument
H A Dpdftopdf_processor.cc261 std::shared_ptr<PDFTOPDF_PageHandle> page = pages[i]; processPDFTOPDF() local
323 std::shared_ptr<PDFTOPDF_PageHandle> page; processPDFTOPDF() local
[all...]
/third_party/mesa3d/src/util/
H A Dslab.c89 struct slab_page_header *page; in slab_free_orphaned() local
75 slab_get_element(struct slab_parent_pool *parent, struct slab_page_header *page, unsigned index) slab_get_element() argument
148 struct slab_page_header *page = pool->pages; slab_destroy_child() local
179 struct slab_page_header *page = malloc(sizeof(struct slab_page_header) + slab_add_new_page() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/move_pages/
H A Dmove_pages_support.c75 char *page; in alloc_pages_on_nodes() local
288 char *page; alloc_shared_pages_on_node() local
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.cc48 void BasePage::Destroy(BasePage* page) { in Destroy() argument
153 Destroy(NormalPage* page) Destroy() argument
232 LargePage* page = new (memory) LargePage(*heap, space, size); Create() local
239 Destroy(LargePage* page) Destroy() argument
[all...]
H A Dheap-statistics-collector.cc142 bool HeapStatisticsCollector::VisitNormalPage(NormalPage& page) { in VisitNormalPage() argument
153 bool HeapStatisticsCollector::VisitLargePage(LargePage& page) { in VisitLargePage() argument
H A Dwrite-barrier.cc65 const BasePage* page = BasePage::FromPayload(value); in DijkstraMarkingBarrierSlow() local
110 const BasePage* page = BasePage::FromPayload(value); in SteeleMarkingBarrierSlow() local
172 const auto* page = BasePage::FromPayload(object); in IsMarking() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_log.c152 struct u_log_page *page = ctx->cur; in u_log_chunk() local
209 struct u_log_page *page = ctx->cur; u_log_new_page() local
218 u_log_page_destroy(struct u_log_page *page) u_log_page_destroy() argument
235 u_log_page_print(struct u_log_page *page, FILE *stream) u_log_page_print() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp170 int64_t page = (Value + Addend + 0x8000) & ~0xffff; in evaluateMIPS64Relocation() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dtoken_enc.c67 VP8Tokens* page = NULL; in TBufferNewPage() local
[all...]
/third_party/toybox/kconfig/lxdialog/
H A Dtextbox.c33 static const char *page; variable
[all...]
/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c72 static void AddPage(PageInfo** pageList, PageInfo* page) in AddPage() argument
85 static void RemovePage(PageInfo** pageList, PageInfo* page) in RemovePage() argument
103 MempoolAddPage(DfxMempool* mempool, PageInfo* page) MempoolAddPage() argument
112 MempoolRemovePage(DfxMempool* mempool, PageInfo* page) MempoolRemovePage() argument
129 PageInfo* page = (PageInfo*)(mptr); MempoolAllocPage() local
150 MempoolFreePage(DfxMempool* mempool, PageInfo* page) MempoolFreePage() argument
170 PageInfo* page = mempool->pageList; MempoolAlloc() local
208 PageInfo * const page = (PageInfo*)(PageStart((uintptr_t)(ptr))); MempoolFree() local
270 PageInfo* page = GetPageUnchecked(ptr); GetPage() local
297 PageInfo* page = GetPageUnchecked(result); AllocMmap() local
349 PageInfo* page = GetPage(ptr); GetChunkSize() local
369 PageInfo* page = GetPage(ptr); DfxFree() local
[all...]

Completed in 11 milliseconds

123456789