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

/external/compiler-rt/lib/asan/tests/
H A Dasan_exceptions_test.cc8 void PrintString(const std::string& msg) const { function in class:Action
12 PrintString("PrintString called!"); // this line is important
/external/lzma/CPP/7zip/UI/Console/
H A DPercentPrinter.cpp33 void CPercentPrinter::PrintString(const char *s) function in class:CPercentPrinter
39 void CPercentPrinter::PrintString(const wchar_t *s) function in class:CPercentPrinter
H A DMain.cpp149 static void PrintString(CStdOutStream &stdStream, const AString &s, int size) function
158 static void PrintString(CStdOutStream &stdStream, const UString &s, int size) function
259 PrintString(stdStream, s, 2);
268 PrintString(stdStream, arc.Name, 6);
283 PrintString(stdStream, s, 14);
314 PrintString(stdStream, s, 2);
327 PrintString(stdStream, s, 8);
329 PrintString(stdStream, codecs->GetCodecName(j), 11);
H A DList.cpp151 static void PrintString(EAdjustment adjustment, int width, const UString &textString) function
243 PrintString(fieldInfo.TitleAdjustment,
340 PrintString(fieldInfo.TextAdjustment, width, prop.bstrVal);
351 PrintString(fieldInfo.TextAdjustment, width, s);
364 PrintString(adjustment, width, textString);
392 PrintString(fieldInfo.TextAdjustment, 0, temp);
395 PrintString(fieldInfo.TextAdjustment, fieldInfo.Width, L"");
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dluac.c223 static void PrintString(const TString* ts) function
266 PrintString(rawtsvalue(o));
/external/openfst/src/include/fst/script/
H A Ddraw-impl.h73 PrintString("digraph FST {\n");
75 PrintString("rankdir = BT;\n");
77 PrintString("rankdir = LR;\n");
78 PrintString("size = \"");
80 PrintString(",");
82 PrintString("\";\n");
84 PrintString("label = \"" + title_ + "\";\n");
85 PrintString("center = 1;\n");
87 PrintString("orientation = Portrait;\n");
89 PrintString("orientatio
112 void PrintString(const string &s) const { function in class:fst::FstDrawer
[all...]
/external/lzma/C/Util/7z/
H A D7zMain.c175 static SRes PrintString(const UInt16 *s) function
402 res = PrintString(temp);
414 res = PrintString(temp);
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp51 void PrintString(const UString &s) function
56 void PrintString(const AString &s) function
63 PrintString("\n");
68 PrintString(s);
75 PrintString(s);
325 PrintString(UString(kCantDeleteOutputFile) + fullProcessedPath);
334 PrintString((UString)L"can not open output file " + fullProcessedPath);
352 case NArchive::NExtract::NAskMode::kExtract: PrintString(kExtractingString); break;
353 case NArchive::NExtract::NAskMode::kTest: PrintString(kTestingString); break;
354 case NArchive::NExtract::NAskMode::kSkip: PrintString(kSkippingStrin
[all...]
/external/tinyxml2/
H A Dtinyxml2.cpp1729 void XMLPrinter::PrintString( const char* p, bool restricted ) function in class:XMLPrinter
1802 PrintString( value, false );
1883 PrintString( text, true );

Completed in 6370 milliseconds