/external/cpu_features/src/utils/ |
D | list_cpu_features.c | 59 static void PrintString(const char* field) { printf("%s", field); } in PrintString() function 75 void (*PrintString)(const char* value); member 88 .PrintString = &PrintEscapedAscii, in getJsonPrinter() 102 .PrintString = &PrintString, in getTextPrinter() 120 p.PrintString(value); in PrintS() 144 p.PrintString(ptrs[i]); \
|
/external/protobuf/src/google/protobuf/ |
D | text_format.cc | 1575 std::string TextFormat::FieldValuePrinter::PrintString( in PrintString() function in google::protobuf::TextFormat::FieldValuePrinter 1577 FORWARD_IMPL(PrintString, val); in PrintString() 1581 return PrintString(val); in PrintBytes() 1618 generator->PrintString(StrCat(val)); in PrintInt32() 1622 generator->PrintString(StrCat(val)); in PrintUInt32() 1626 generator->PrintString(StrCat(val)); in PrintInt64() 1630 generator->PrintString(StrCat(val)); in PrintUInt64() 1634 generator->PrintString(SimpleFtoa(val)); in PrintFloat() 1638 generator->PrintString(SimpleDtoa(val)); in PrintDouble() 1642 generator->PrintString(name); in PrintEnum() [all …]
|
D | text_format.h | 110 void PrintString(const std::string& str) { Print(str.data(), str.size()); } in PrintString() function 133 virtual void PrintString(const std::string& val, 170 virtual std::string PrintString(const std::string& val) const;
|
D | text_format_unittest.cc | 583 generator->PrintString(field->name()); in PrintFieldName() 646 void PrintString(const std::string& val, in PrintString() function in google::protobuf::text_format_unittest::MultilineStringPrinter 653 TextFormat::FastFieldValuePrinter::PrintString( in PrintString() 660 TextFormat::FastFieldValuePrinter::PrintString(val.substr(last_pos), in PrintString()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_exceptions_test.cc | 8 void PrintString(const std::string& msg) const { in PrintString() function in Action 12 PrintString("PrintString called!"); // this line is important in Throw()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 248 static void PrintString(EAdjustment adj, unsigned width, const char *s) in PrintString() function 487 PrintString(f.TitleAdjustment, ((f.PropID == kpidPath) ? 0: f.Width), f.NameA); in PrintTitle() 709 PrintString(adj, width, s); in PrintNumber() 730 PrintString(f.TextAdjustment, f.Width, s); in PrintSum() 741 PrintString(f.TextAdjustment, 0, s); in PrintSum() 744 PrintString(f.TextAdjustment, f.Width, ""); in PrintSum()
|
D | Main.cpp | 221 static void PrintString(CStdOutStream &so, const UString &s, unsigned size) in PrintString() function 673 PrintString(so, arc.Name, 8); in Main2() 691 PrintString(so, s, 13); in Main2()
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 243 static SRes PrintString(const UInt16 *s) in PrintString() function 539 res = PrintString(temp); in main() 551 res = PrintString(temp); in main()
|
/external/lua/src/ |
D | luac.c | 226 static void PrintString(const TString* ts) in PrintString() function 277 PrintString(tsvalue(o)); in PrintConstant()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | cc_op_gen.cc | 136 string PrintString(const string& str) { in PrintString() function 215 return PrintString(attr_value.s()); in PrintAttrValue() 235 strings::StrAppend(&ret, PrintString(attr_value.list().s(i))); in PrintAttrValue()
|
/external/tinyxml2/ |
D | tinyxml2.cpp | 2494 void XMLPrinter::PrintString( const char* p, bool restricted ) in PrintString() function in tinyxml2::XMLPrinter 2588 PrintString( value, false ); in PushAttribute() 2682 PrintString( text, true ); in PushText()
|
D | tinyxml2.h | 2279 …void PrintString( const char*, bool restrictedEntitySet ); // prints out, after detecting entities.
|