Home
last modified time | relevance | path

Searched refs:pages_string (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/samples/
H A Dpdfium_test.cc704 const std::string pages_string = value; in ParseCommandLine() local
705 size_t first_dash = pages_string.find('-'); in ParseCommandLine()
707 std::stringstream(pages_string) >> options->first_page; in ParseCommandLine()
710 std::stringstream(pages_string.substr(0, first_dash)) >> in ParseCommandLine()
712 std::stringstream(pages_string.substr(first_dash + 1)) >> in ParseCommandLine()
/aosp_15_r20/system/extras/pagecache/
H A Dpagecache.py61 pages_string = str(num_pages) + ' (' + str(self.pages_to_mb(num_pages)) + ' MB)'
62 return pages_string