Searched refs:page_count (Results 1 – 12 of 12) sorted by relevance
/external/skia/experimental/tools/ |
D | mskp_parser.py | 30 version, page_count = struct.unpack('II', src.read(8))[:2] variable 32 print('page count: ', page_count) 38 for page in range(page_count):
|
/external/libchrome/base/trace_event/ |
D | process_memory_dump.cc | 104 const size_t page_count = GetSystemPageCount(chunk_size, page_size); in CountResidentBytes() local 111 for (size_t i = 0; i < page_count; i++) in CountResidentBytes() 114 for (size_t i = 0; i < page_count; i++) { in CountResidentBytes() 119 page_count * sizeof(PSAPI_WORKING_SET_EX_INFORMATION)); in CountResidentBytes() 122 for (size_t i = 0; i < page_count; i++) in CountResidentBytes() 134 for (size_t i = 0; i < page_count; i++) in CountResidentBytes()
|
/external/pdfium/testing/ |
D | embedder_test.cpp | 174 int page_count = FPDF_GetPageCount(document_); in OpenDocument() local 175 for (int i = 0; i < page_count; ++i) { in OpenDocument() 242 int page_count = FPDF_GetPageCount(document_); in GetPageCount() local 243 for (int i = 0; i < page_count; ++i) { in GetPageCount() 246 return page_count; in GetPageCount()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document_unittest.cpp | 206 const int page_count = 100; in TEST_F() local 207 dict->SetNewFor<CPDF_Number>("N", page_count); in TEST_F() 210 ASSERT_EQ(page_count, document.GetPageCount()); in TEST_F()
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_stream_server.py | 592 page_count = unpack(self.audio_page_data_struct, content[:4])[0] 594 return (page_count, data)
|
/external/google-breakpad/src/client/windows/unittests/ |
D | minidump_test.cc | 148 UINT page_count; in HasFileInfo() local 153 &page_count); in HasFileInfo()
|
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
D | str_agp.h | 390 struct agp_memory *agp_generic_alloc_by_type(size_t page_count, int type);
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 843 int page_count = FPDF_GetPageCount(doc); in RenderPdf() local 847 int last_page = options.pages ? options.last_page + 1 : page_count; in RenderPdf()
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 858 int page_count,
|
/external/syslinux/gpxe/src/drivers/infiniband/ |
D | arbel.c | 431 arbel_cmd_unmap_icm ( struct arbel *arbel, unsigned int page_count ) { in arbel_cmd_unmap_icm() argument 434 0, NULL, page_count, NULL ); in arbel_cmd_unmap_icm()
|
D | hermon.c | 485 hermon_cmd_unmap_icm ( struct hermon *hermon, unsigned int page_count, in hermon_cmd_unmap_icm() argument 490 0, offset, page_count, NULL ); in hermon_cmd_unmap_icm()
|
/external/v8/src/ |
D | deoptimizer.cc | 91 int page_count = ((kDeoptTableMaxEpilogueCodeSize + entries_size - 1) / in GetMaxDeoptTableSize() local 93 return static_cast<size_t>(commit_page_size * page_count); in GetMaxDeoptTableSize()
|