/aosp_15_r20/art/compiler/optimizing/ |
H A D | pretty_printer.h | 32 PrintString(" "); in PrintPreInstruction() 34 PrintString(": "); in PrintPreInstruction() 39 PrintString(instruction->DebugName()); in VisitInstruction() 46 PrintString("("); in PrintPostInstruction() 52 PrintString(", "); in PrintPostInstruction() 56 PrintString(")"); in PrintPostInstruction() 59 PrintString(" ["); in PrintPostInstruction() 65 PrintString(", "); in PrintPostInstruction() 69 PrintString("]"); in PrintPostInstruction() 75 PrintString("BasicBlock "); in VisitBasicBlock() [all …]
|
H A D | ssa_test.cc | 46 void PrintString(const char* value) override { in PrintString() function in art::SsaPrettyPrinter
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 1549 void PrintString(const std::string& val, in PrintString() function in google::protobuf::TextFormat::Printer::FastFieldValuePrinterUtf8Escaping 1552 generator->PrintString(strings::Utf8SafeCEscape(val)); in PrintString() 1557 return FastFieldValuePrinter::PrintString(val, generator); in PrintBytes() 1779 std::string TextFormat::FieldValuePrinter::PrintString( in PrintString() function in google::protobuf::TextFormat::FieldValuePrinter 1781 FORWARD_IMPL(PrintString, val); in PrintString() 1785 return PrintString(val); in PrintBytes() 1822 generator->PrintString(StrCat(val)); in PrintInt32() 1826 generator->PrintString(StrCat(val)); in PrintUInt32() 1830 generator->PrintString(StrCat(val)); in PrintInt64() 1834 generator->PrintString(StrCat(val)); in PrintUInt64() [all …]
|
H A D | text_format.h | 119 void PrintString(const std::string& str) { Print(str.data(), str.size()); } in PrintString() function 142 virtual void PrintString(const std::string& val, 187 virtual std::string PrintString(const std::string& val) const;
|
H A D | text_format_unittest.cc | 592 generator->PrintString( in PrintMessageContent() 671 generator->PrintString(field->name()); in PrintFieldName() 734 void PrintString(const std::string& val, in PrintString() function in google::protobuf::text_format_unittest::MultilineStringPrinter 741 TextFormat::FastFieldValuePrinter::PrintString( in PrintString() 748 TextFormat::FastFieldValuePrinter::PrintString(val.substr(last_pos), in PrintString()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 1549 void PrintString(const std::string& val, in PrintString() function in google::protobuf::TextFormat::Printer::FastFieldValuePrinterUtf8Escaping 1552 generator->PrintString(strings::Utf8SafeCEscape(val)); in PrintString() 1557 return FastFieldValuePrinter::PrintString(val, generator); in PrintBytes() 1779 std::string TextFormat::FieldValuePrinter::PrintString( in PrintString() function in google::protobuf::TextFormat::FieldValuePrinter 1781 FORWARD_IMPL(PrintString, val); in PrintString() 1785 return PrintString(val); in PrintBytes() 1822 generator->PrintString(StrCat(val)); in PrintInt32() 1826 generator->PrintString(StrCat(val)); in PrintUInt32() 1830 generator->PrintString(StrCat(val)); in PrintInt64() 1834 generator->PrintString(StrCat(val)); in PrintUInt64() [all …]
|
H A D | text_format.h | 119 void PrintString(const std::string& str) { Print(str.data(), str.size()); } in PrintString() function 142 virtual void PrintString(const std::string& val, 187 virtual std::string PrintString(const std::string& val) const;
|
H A D | text_format_unittest.cc | 592 generator->PrintString( in PrintMessageContent() 671 generator->PrintString(field->name()); in PrintFieldName() 734 void PrintString(const std::string& val, in PrintString() function in google::protobuf::text_format_unittest::MultilineStringPrinter 741 TextFormat::FastFieldValuePrinter::PrintString( in PrintString() 748 TextFormat::FastFieldValuePrinter::PrintString(val.substr(last_pos), in PrintString()
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_string.cpp | 44 template <uint16_t kSize> void PrintString(const char *aName, const String<kSize> aString) in PrintString() function 61 PrintString("str", str); in TestStringWriter() 70 PrintString("str", str); in TestStringWriter() 75 PrintString("str", str); in TestStringWriter() 80 PrintString("str", str); in TestStringWriter() 88 PrintString("str", str); in TestStringWriter() 97 PrintString("str", str); in TestStringWriter() 103 PrintString("str", str); in TestStringWriter()
|
H A D | test_heap_string.cpp | 42 void PrintString(const char *aName, const Heap::String &aString) in PrintString() function 56 PrintString(aName, aString); in VerifyString() 138 PrintString("str1", str1); in TestHeapString()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_connection_context.h | 28 virtual void PrintString(absl::string_view s) = 0; 34 PrintString(s); in Printf() 131 current->tracer->PrintString(s); in QUIC_TRACESTRING()
|
H A D | tls_server_handshaker.cc | 267 tracer->PrintString( in InfoCallback() 272 tracer->PrintString(absl::StrCat(prefix, SSL_alert_type_string_long(value), in InfoCallback() 277 tracer->PrintString(absl::StrCat(prefix, SSL_state_string_long(ssl()))); in InfoCallback() 279 tracer->PrintString( in InfoCallback() 282 tracer->PrintString( in InfoCallback() 287 tracer->PrintString( in InfoCallback()
|
H A D | quic_connection_context_test.cc | 21 void PrintString(absl::string_view s) override { in PrintString() function in quic::test::__anon99a72df40111::TraceCollector
|
H A D | quic_alarm_test.cc | 25 void PrintString(absl::string_view s) override { in PrintString() function in quic::test::__anon279278ed0111::TraceCollector
|
/aosp_15_r20/external/compiler-rt/lib/asan/tests/ |
H A 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()
|
/aosp_15_r20/external/webp/examples/ |
H A D | vwebp.c | 288 static void PrintString(const char* const text) { in PrintString() function 305 PrintString(text); in PrintStringW() 418 PrintString(tmp); in HandleDisplay() 423 PrintString(tmp); in HandleDisplay()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | upbc.cc | 71 static void PrintString(int max_cols, absl::string_view* str, in PrintString() function 121 PrintString(72, &data, &printer); in Generate()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 259 static void PrintString(EAdjustment adj, unsigned width, const char *s) in PrintString() function 498 PrintString(f.TitleAdjustment, ((f.PropID == kpidPath) ? 0: f.Width), f.NameA); in PrintTitle() 739 PrintString(adj, width, s); in PrintNumber() 760 PrintString(f.TextAdjustment, f.Width, s); in PrintSum() 771 PrintString(f.TextAdjustment, 0, s); in PrintSum() 774 PrintString(f.TextAdjustment, f.Width, ""); in PrintSum()
|
H A D | Main.cpp | 424 static void PrintString(CStdOutStream &so, const UString &s, unsigned size) in PrintString() function 1118 PrintString(so, arc.Name, 8); in Main2() 1136 PrintString(so, s, 13); in Main2()
|
/aosp_15_r20/external/lzma/C/Util/7z/ |
H A D | 7zMain.c | 250 static SRes PrintString(const UInt16 *s) in PrintString() function 715 res = PrintString(temp); in main() 727 res = PrintString(temp); in main()
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/ |
H A 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()
|
/aosp_15_r20/external/lua/src/ |
H A D | luac.c | 221 static void PrintString(const TString* ts) in PrintString() function 322 PrintString(tsvalue(o)); in PrintConstant()
|
/aosp_15_r20/external/stg/ |
H A D | proto_writer.cc | 530 generator->PrintString(os.str()); in PrintUInt32() 550 generator->PrintString(os.str()); in PrintUInt32()
|
/aosp_15_r20/external/tinyxml2/ |
H A D | tinyxml2.cpp | 2676 void XMLPrinter::PrintString( const char* p, bool restricted ) in PrintString() function in tinyxml2::XMLPrinter 2779 PrintString( value, false ); in PushAttribute() 2881 PrintString( text, true ); in PushText()
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/tinyxml2/ |
D | tinyxml2.h | 2350 …void PrintString( const char*, bool restrictedEntitySet ); // prints out, after detecting entities.
|