Searched refs:test_pagesize (Results 1 – 2 of 2) sorted by relevance
/external/libcups/cups/ |
D | testpwg.c | 27 static int test_pagesize(_ppd_cache_t *pc, ppd_file_t *ppd, 351 test_pagesize(_ppd_cache_t *pc, /* I - PWG mapping data */ in test_pagesize() function 565 status += test_pagesize(pc, ppd, "Letter"); in test_ppd_cache() 566 status += test_pagesize(pc, ppd, "na-letter"); in test_ppd_cache() 567 status += test_pagesize(pc, ppd, "A4"); in test_ppd_cache() 568 status += test_pagesize(pc, ppd, "iso-a4"); in test_ppd_cache()
|
/external/python/cpython2/Lib/bsddb/test/ |
D | test_db.py | 77 def test_pagesize(self) : member in DB_hash
|