Home
last modified time | relevance | path

Searched defs:pages (Results 1 - 25 of 83) sorted by relevance

1234

/third_party/toybox/toys/other/
H A Dmkswap.c27 unsigned int pages = (len/pagesize)-1, *swap = (unsigned int *)toybuf; in mkswap_main() local
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_range_test.cpp104 std::vector<uint32_t> pages = {1, 2, 3}; in HWTEST_F() local
118 std::vector<uint32_t> pages = {1, 2, 3}; in HWTEST_F() local
134 std::vector<uint32_t> pages = {1, 2, 3}; in HWTEST_F() local
151 std::vector<uint32_t> pages = {1, 2, 3}; in HWTEST_F() local
168 std::vector<uint32_t> pages = {1, 2, 3}; in HWTEST_F() local
184 std::vector<uint32_t> pages = {1, 2, 3}; HWTEST_F() local
215 std::vector<uint32_t> pages = {1, 2, 3}; HWTEST_F() local
[all...]
H A Dprint_utils_test.cpp373 std::vector<uint32_t> pages; in HWTEST_F() local
/third_party/cups-filters/filter/
H A Dpdfutils.h20 int *pages; member
/third_party/mesa3d/src/util/
H A Dslab.h64 struct slab_page_header *pages; member
/third_party/ltp/testcases/kernel/syscalls/move_pages/
H A Dmove_pages02.c89 void *pages[TEST_PAGES] = { 0 }; in main() local
[all...]
H A Dmove_pages01.c80 void *pages[TEST_PAGES] = { 0 }; in main() local
H A Dmove_pages06.c89 void *pages[TEST_PAGES] = { 0 }; in main() local
H A Dmove_pages10.c89 void *pages[TEST_PAGES] = { 0 }; in main() local
H A Dmove_pages09.c88 void *pages[TEST_PAGES] = { 0 }; in main() local
H A Dmove_pages07.c89 void *pages[TEST_PAGES] = { 0 }; in main() local
H A Dmove_pages05.c86 void child(void **pages, sem_t * sem) in child() argument
128 void *pages[N_TEST_PAGES] = { 0 }; in main() local
[all...]
H A Dmove_pages11.c86 void child(void **pages, sem_t * sem) in child() argument
128 void *pages[TEST_PAGES] = { 0 }; in main() local
[all...]
H A Dmove_pages03.c85 void child(void **pages, sem_t * sem) in child() argument
127 void *pages[TEST_PAGES] = { 0 }; in main() local
[all...]
H A Dmove_pages04.c105 void *pages[TEST_PAGES] = { 0 }; in main() local
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-space.cc39 Pages pages = std::move(pages_); in RemoveAllPages() local
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_cm.cc110 auto pages=pdf.getAllPages(); in addDefaultRGB() local
H A Dpdftopdf_processor.cc162 std::vector<std::shared_ptr<PDFTOPDF_PageHandle>> pages=proc.get_pages(); in processPDFTOPDF() local
[all...]
/third_party/ltp/testcases/kernel/controllers/memcg/stress/
H A Dmemcg_process_stress.c21 char **pages; variable
/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap001.c87 unsigned int pages, memsize; in main() local
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_range.cpp106 void PrintRange::SetPages(const std::vector<uint32_t> &pages) in SetPages() argument
126 std::vector<uint32_t> pages; in ReadFromParcel() local
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dprint_manager_adapter.h27 std::vector<uint32_t> pages; member
/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_range_helper.cpp38 std::vector<uint32_t> pages; in MakeJsObject() local
81 std::vector<uint32_t> pages; in BuildFromJs() local
[all...]
/base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/
H A Dsmsrecvitem_fuzzer.cpp82 int32_t pages = 0; in DoRecvItemsTest() local
/third_party/ltp/lib/
H A Dtst_buffers.c50 unsigned int pages = (size / page_size) + !!(size % page_size) + 1; in tst_alloc() local

Completed in 32 milliseconds

1234