Home | History | Annotate | Download | only in Console

Lines Matching full:endl

142   s << endl << "Error: " << message << endl;

214 stdStream << endl;
215 stdStream << "WARNINGS for files:" << endl << endl;
220 stdStream << NError::MyFormatMessage(callback.CantFindCodes[i]) << endl;
222 stdStream << "----------------" << endl;
226 stdStream << endl;
265 stdStream << kEverythingIsOk << endl;
269 stdStream << endl;
270 stdStream << "WARNINGS for files:" << endl << endl;
274 stdStream << NError::MyFormatMessage(callback.FailedCodes[i]) << endl;
276 stdStream << "----------------" << endl;
280 stdStream << endl;
306 *g_StdStream << endl << s << " Time =";
413 *g_StdStream << endl;
531 stdStream << endl << "Libs:" << endl;
535 stdStream << ' ' << codecs->Libs[i].Path << endl;
539 stdStream << endl << "Formats:" << endl;
604 stdStream << endl;
609 stdStream << endl << "Codecs:" << endl << "Lib ID Name" << endl;
624 stdStream << " " << codecs->GetCodecName(j) << endl;
627 stdStream << endl << "Hashers:" << endl << " L Size ID Name" << endl;
637 stdStream << " " << codecs->GetHasherName(j) << endl;
710 stdStream << endl << "Error: " << errorMessage;
715 stdStream << endl;
719 stdStream << "Archives: " << ecs->NumTryArcs << endl;
720 stdStream << "OK archives: " << ecs->NumOkArcs << endl;
726 stdStream << "Can't open as archive: " << ecs->NumCantOpenArcs << endl;
731 stdStream << "Archives with Errors: " << ecs->NumArcsWithError << endl;
734 stdStream << "Archives with Warnings: " << ecs->NumArcsWithWarnings << endl;
738 stdStream << endl;
740 stdStream << "Warnings: " << ecs->NumOpenArcWarnings << endl;
746 stdStream << endl;
748 stdStream << "Open Errors: " << ecs->NumOpenArcErrors << endl;
758 stdStream << endl;
760 stdStream << "Sub items Errors: " << ecs->NumFileErrors << endl;
767 stdStream << "Folders: " << stat.NumFolders << endl;
769 stdStream << "Files: " << stat.NumFiles << endl;
772 stdStream << "Alternate Streams: " << stat.NumAltStreams << endl;
773 stdStream << "Alternate Streams Size: " << stat.AltStreams_UnpackSize << endl;
777 << "Size: " << stat.UnpackSize << endl
778 << "Compressed: " << stat.PackSize << endl;
811 g_StdOut << endl << "Warnings: " << numWarnings << endl;
815 g_StdOut << endl << "Errors: " << numErrors << endl;