Home
last modified time | relevance | path

Searched refs:page_count (Results 1 – 12 of 12) sorted by relevance

/external/skia/experimental/tools/
Dmskp_parser.py30 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/
Dprocess_memory_dump.cc104 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/
Dembedder_test.cpp174 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/
Dcpdf_document_unittest.cpp206 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/
Dchameleon_stream_server.py592 page_count = unpack(self.audio_page_data_struct, content[:4])[0]
594 return (page_count, data)
/external/google-breakpad/src/client/windows/unittests/
Dminidump_test.cc148 UINT page_count; in HasFileInfo() local
153 &page_count); in HasFileInfo()
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dstr_agp.h390 struct agp_memory *agp_generic_alloc_by_type(size_t page_count, int type);
/external/pdfium/samples/
Dpdfium_test.cc843 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/
Dfpdf_formfill.h858 int page_count,
/external/syslinux/gpxe/src/drivers/infiniband/
Darbel.c431 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()
Dhermon.c485 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/
Ddeoptimizer.cc91 int page_count = ((kDeoptTableMaxEpilogueCodeSize + entries_size - 1) / in GetMaxDeoptTableSize() local
93 return static_cast<size_t>(commit_page_size * page_count); in GetMaxDeoptTableSize()