Home
last modified time | relevance | path

Searched refs:PrintString (Results 1 – 13 of 13) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DHashCon.cpp112 m_PercentPrinter.PrintString(s); in PrintSeparatorLine()
130 m_PercentPrinter.PrintString(s); in BeforeFirstFile()
142 m_PercentPrinter.PrintString(name); in OpenFileError()
143 m_PercentPrinter.PrintString(": WARNING: "); in OpenFileError()
144 m_PercentPrinter.PrintString(NWindows::NError::MyFormatMessage(systemError)); in OpenFileError()
168 m_PercentPrinter.PrintString(s); in PrintResultLine()
190 m_PercentPrinter.PrintString(p); in PrintResultLine()
197 m_PercentPrinter.PrintString(kEmptyFileAlias); in SetOperationResult()
199 m_PercentPrinter.PrintString(m_FileName); in SetOperationResult()
246 m_PercentPrinter.PrintString(name); in PrintProperty()
[all …]
DUpdateCallbackConsole.cpp67 m_PercentPrinter.PrintString(name); in CanNotFindError_Base()
68 m_PercentPrinter.PrintString(": WARNING: "); in CanNotFindError_Base()
69 m_PercentPrinter.PrintString(NError::MyFormatMessage(systemError)); in CanNotFindError_Base()
174 m_PercentPrinter.PrintString("Anti item "); in GetStream()
176 m_PercentPrinter.PrintString("Compressing "); in GetStream()
179 m_PercentPrinter.PrintString(name); in GetStream()
196 m_PercentPrinter.PrintString("WARNING: "); in OpenFileError()
197 m_PercentPrinter.PrintString(NError::MyFormatMessage(systemError)); in OpenFileError()
DPercentPrinter.h22 void PrintString(const char *s);
23 void PrintString(const wchar_t *s);
DPercentPrinter.cpp33 void CPercentPrinter::PrintString(const char *s) in PrintString() function in CPercentPrinter
39 void CPercentPrinter::PrintString(const wchar_t *s) in PrintString() function in CPercentPrinter
DMain.cpp168 static void PrintString(CStdOutStream &stdStream, const AString &s, int size) in PrintString() function
180 PrintString(stdStream, s, size); in PrintUInt32()
194 static void PrintString(CStdOutStream &stdStream, const UString &s, int size) in PrintString() function
560 PrintString(stdStream, arc.Name, 8); in Main2()
576 PrintString(stdStream, s, 13); in Main2()
623 PrintString(stdStream, s, 8); in Main2()
636 PrintString(stdStream, s, 6); in Main2()
DList.cpp207 static void PrintString(EAdjustment adj, int width, const UString &textString) in PrintString() function
222 static void PrintString(EAdjustment adj, int width, const char *textString) in PrintString() function
448 PrintString(f.TitleAdjustment, ((f.PropID == kpidPath) ? 0: f.Width), f.NameA); in PrintTitle()
646 PrintString(f.TextAdjustment, width, prop.bstrVal); in PrintItemInfo()
674 PrintString(adj, width, s); in PrintNumber()
702 PrintString(f.TextAdjustment, f.Width, s); in PrintSum()
713 PrintString(f.TextAdjustment, 0, s); in PrintSum()
716 PrintString(f.TextAdjustment, f.Width, L""); in PrintSum()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp66 static void PrintString(const UString &s) in PrintString() function
71 static void PrintString(const AString &s) in PrintString() function
78 PrintString("\n"); in PrintNewLine()
83 PrintString(s); in PrintStringLn()
91 PrintString(FStringToConsoleString(name)); in PrintError()
98 PrintString(s); in PrintError()
375 case NArchive::NExtract::NAskMode::kExtract: PrintString(kExtractingString); break; in PrepareOperation()
376 case NArchive::NExtract::NAskMode::kTest: PrintString(kTestingString); break; in PrepareOperation()
377 case NArchive::NExtract::NAskMode::kSkip: PrintString(kSkippingString); break; in PrepareOperation()
379 PrintString(_filePath); in PrepareOperation()
[all …]
/external/compiler-rt/lib/asan/tests/
Dasan_exceptions_test.cc8 void PrintString(const std::string& msg) const { in PrintString() function in Action
12 PrintString("PrintString called!"); // this line is important in Throw()
/external/lzma/C/Util/7z/
D7zMain.c188 static SRes PrintString(const UInt16 *s) in PrintString() function
447 res = PrintString(temp); in main()
459 res = PrintString(temp); in main()
/external/protobuf/src/google/protobuf/
Dtext_format.cc1274 string TextFormat::FieldValuePrinter::PrintString(const string& val) const { in PrintString() function in google::protobuf::TextFormat::FieldValuePrinter
1278 return PrintString(val); in PrintBytes()
1324 virtual string PrintString(const string& val) const { in PrintString() function in google::protobuf::__anon88bd0e210211::FieldValuePrinterUtf8Escaping
1328 return TextFormat::FieldValuePrinter::PrintString(val); in PrintBytes()
1577 generator.Print(printer->PrintString(value)); in PrintFieldValue()
Dtext_format.h106 virtual string PrintString(const string& val) const;
/external/tinyxml2/
Dtinyxml2.cpp1729 void XMLPrinter::PrintString( const char* p, bool restricted ) in PrintString() function in XMLPrinter
1802 PrintString( value, false ); in PushAttribute()
1883 PrintString( text, true ); in PushText()
Dtinyxml2.h1451 …void PrintString( const char*, bool restrictedEntitySet ); // prints out, after detecting entit…