Home
last modified time | relevance | path

Searched defs:PPD (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/autotest/client/site_tests/platform_PrinterPpds/
H A DppdTool.go128 type PPD struct { struct
129 name string
130 data []Statement
131 originalDataSize int
241 func normalizePPD(ppd *PPD) {
298 func divideIntoLargeClusters(ppds []PPD) [][]string {
377 func compareSameSizePPDs(ppds []PPD) [][]string {
446 func divideIntoSmallClusters(ppds []PPD) [][]string {