Home
last modified time | relevance | path

Searched refs:kPageCount (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/memory/
H A Dmadv_free_discardable_memory_posix_unittest.cc98 const size_t kPageCount = 10; in TEST_F() local
100 AllocateLockedDiscardableMemoryPagesForTest(kPageCount); in TEST_F()
104 memset(mem->data(), 0xE7, kPageSize * kPageCount); in TEST_F()
116 constexpr size_t kPageCount = 10; in TEST_F() local
119 AllocateLockedDiscardableMemoryPagesForTest(kPageCount); in TEST_F()
125 memset(data, 0xff, kPageSize * kPageCount); in TEST_F()
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_save_embeddertest.cpp98 const int kPageCount = 3; in TEST_F() local
99 std::string original_md5[kPageCount]; in TEST_F()
102 for (int i = 0; i < kPageCount; ++i) { in TEST_F()
125 for (int i = 0; i < kPageCount; ++i) { in TEST_F()
H A Dfpdf_ppo_embeddertest.cpp354 static constexpr int kPageCount = 4; in TEST_F() local
362 ASSERT_EQ(kPageCount, FPDF_GetPageCount(document())); in TEST_F()
363 for (int i = 0; i < kPageCount; ++i) { in TEST_F()
H A Dfpdf_text_embeddertest.cpp1296 static constexpr int kPageCount = 4; in TEST_F() local
1297 static constexpr FS_RECTF kBoxes[kPageCount] = { in TEST_F()
1303 static constexpr const char* kExpectedText[kPageCount] = { in TEST_F()
1311 ASSERT_EQ(kPageCount, FPDF_GetPageCount(document())); in TEST_F()
1313 for (int i = 0; i < kPageCount; ++i) { in TEST_F()
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_document_unittest.cpp249 constexpr int kPageCount = 100; in TEST_F() local
263 linearization_dict->SetNewFor<CPDF_Number>("N", kPageCount); in TEST_F()
274 ASSERT_EQ(kPageCount, document.GetPageCount()); in TEST_F()