Lines Matching refs:OUTP
77 /* OUTP the means for grabbing diagnostic data */
79 #define OUTP ALOGI
82 #define OUTP(...) { printf(__VA_ARGS__); printf("\n"); fflush(stdout); }
83 #define OUTE OUTP
84 #define ALOGD_IF(debug, ...) { if (debug) OUTP(__VA_ARGS__); }
116 OUTP("<svg xmlns=\"http://www.w3.org/2000/svg\""
124 OUTP("</svg>");
129 OUTP("<rect x=\"%d\" y=\"%d\" width=\"%d\" height=\"%d\" fill=\"%s\" "
136 OUTP("<text x=\"%d\" y=\"%d\" style=\"font-size:30\" fill=\"black\">%s"
223 OUTP("<!-- hregion %d (subcount %d)-->", i, hregions[i].nsubregions);
547 //OUTP("blitting meminfo %d", rgz->rgz_layers[i].buffidx);
1062 OUTP("%s", big_log);
1067 OUTP("<!-- LAYER-VIS: %d: rect: %d %d %d %d -->",
1078 OUTP("%s", big_log);
1140 OUTP("Loaded %s", BLTSVILLELIB);
1564 OUTP("<!-- BEGUN-LAYER-DUMP: %d -->", list->numHwLayers);
1566 OUTP("<!-- ENDED-LAYER-DUMP -->");
1580 OUTP("<!-- BEGUN-SVG-DUMP: %s -->", regiondump);
1581 OUTP("<b>%s</b>", regiondump);
1592 OUTP("<!-- ENDED-SVG-DUMP -->");