Lines Matching refs:c_str
282 "closing >] in: %s", rectDesc.c_str()); in main()
376 testPrintE("Error parsing format from: %s", rectStr.c_str()); in parseRect()
379 format = hwcTestGraphicFormatLookup(str.c_str()); in parseRect()
381 testPrintE("Unknown graphic format in: %s", rectStr.c_str()); in parseRect()
389 testPrintE("Invalid display frame in: %s", rectStr.c_str()); in parseRect()
414 rectStr.c_str()); in parseRect()
436 testPrintE("Unknown transform of \"%s\" in: %s", str.c_str(), in parseRect()
437 rectStr.c_str()); in parseRect()
451 testPrintE("Unknown blend of \"%s\" in: %s", str.c_str(), in parseRect()
452 rectStr.c_str()); in parseRect()
458 testPrintE("Error parsing color in: %s", rectStr.c_str()); in parseRect()
465 rectStr.c_str()); in parseRect()
472 rectStr.c_str()); in parseRect()
479 rectStr.c_str()); in parseRect()
483 testPrintE("Unknown attribute of \"%s\" in: %s", attrName.c_str(), in parseRect()
484 rectStr.c_str()); in parseRect()
494 testPrintE("Invalid source crop in: %s", rectStr.c_str()); in parseRect()
501 testPrintE("Invalid display frame in: %s", rectStr.c_str()); in parseRect()
505 testPrintE("Invalid alpha in: %s", rectStr.c_str()); in parseRect()
515 testPrintE(" %s", rectStr.c_str()); in parseRect()
526 string(rect.color).c_str(), rect.alpha); in parseRect()