Lines Matching defs:log
104 << Option<ContinueFile> (DE_NULL, "continue", "Continue execution by initializing results from existing test log.")
105 << Option<TestLogFile> ("o", "out", "Output test log filename.", "TestLog.qpa")
106 << Option<InfoLogFile> ("i", "info", "Output info log filename.", "InfoLog.txt")
451 void writeInfoLog (const xe::InfoLog& log, const char* filename)
455 out.write((const char*)log.getBytes(), log.getSize());
625 printf("Test log written to %s\n", cmdLine.outFile.c_str());
631 printf("Info log written to %s\n", cmdLine.infoFile.c_str());
643 printf("Test log written to %s\n", cmdLine.outFile.c_str());
649 printf("Info log written to %s\n", cmdLine.infoFile.c_str());