Searched defs:PrintLine (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/test/
H A Dfile_test.cc84 PrintLine("Unused attribute: %s", key.c_str());
90 PrintLine("Unused instruction: %s", key.c_str());
229 void FileTest::PrintLine(const char *format, ...) { function in class:FileTest
259 PrintLine("Missing attribute '%s'.", key.c_str());
282 PrintLine("Missing instruction '%s'.", key.c_str());
321 PrintLine("Error decoding value: %s", value.c_str());
329 PrintLine("Error decoding value: %s", value.c_str());
357 PrintLine("Expected: %s", expected_hex.c_str());
358 PrintLine("Actual: %s", actual_hex.c_str());
462 t.PrintLine("Operatio
[all...]

Completed in 168 milliseconds