Lines Matching refs:PrintLine
84 PrintLine("Unused attribute: %s", key.c_str()); in ReadNext()
90 PrintLine("Unused instruction: %s", key.c_str()); in ReadNext()
229 void FileTest::PrintLine(const char *format, ...) { in PrintLine() function in FileTest
259 PrintLine("Missing attribute '%s'.", key.c_str()); in GetAttribute()
282 PrintLine("Missing instruction '%s'.", key.c_str()); in GetInstruction()
331 PrintLine("Expected: %s", expected_hex.c_str()); in ExpectBytesEqual()
332 PrintLine("Actual: %s", actual_hex.c_str()); in ExpectBytesEqual()
383 PrintLine("Error decoding value: %s", value.c_str()); in ConvertToBytes()
391 PrintLine("Error decoding value: %s", value.c_str()); in ConvertToBytes()
477 t.PrintLine("Operation unexpectedly succeeded."); in FileTestMain()
483 t.PrintLine("Unexpected error; wanted '%s', got '%s'.", in FileTestMain()
494 t.PrintLine("Test failed"); in FileTestMain()