Home
last modified time | relevance | path

Searched refs:Println (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/tools/aapt2/java/
DClassDefinition.cpp35 printer->Print(signature_).Println(" {"); in Print()
38 printer->Println(statement); in Print()
88 printer->Print("final class ").Print(name_).Println(" {"); in Print()
97 printer->Println(); in Print()
116 printer.Print(sWarningHeader).Print("package ").Print(package).Println(";"); in WriteJavaFile()
117 printer.Println(); in WriteJavaFile()
DProguardRules.cpp408 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
411 printer.Print("-keep class ").Print(entry.first).Println(" { <init>(); }"); in WriteKeepSet()
427 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
431 .Println("; }"); in WriteKeepSet()
435 printer.Println("); }"); in WriteKeepSet()
440 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
446 printer.Println("); }"); in WriteKeepSet()
448 printer.Println(); in WriteKeepSet()
454 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
458 .Print("(").Print(entry.first.signature).Println("); }"); in WriteKeepSet()
[all …]
DAnnotationProcessor.cpp130 printer->Println(line); in Print()
132 printer->Println(" */"); in Print()
137 printer->Println("@Deprecated"); in Print()
DClassDefinition.h169 printer->Println();
177 printer->Println();
DJavaClassGenerator.cpp379 r_txt_printer->Println(" }"); in ProcessStyleable()
441 r_txt_printer->Println( in ProcessStyleable()
496 .Println(real_id.to_string()); in ProcessResource()
/frameworks/base/tools/aapt2/cmd/
DDump.cpp63 printer->Println(file.name.to_string()); in DumpCompiledFile()
66 printer->Println(file.config.to_string()); in DumpCompiledFile()
69 printer->Println(file.source.to_string()); in DumpCompiledFile()
72 printer->Println(ResourceFileTypeToString(file.type)); in DumpCompiledFile()
74 printer->Println(StringPrintf("Data: offset=%" PRIi64 " length=%zd", offset, len)); in DumpCompiledFile()
164 printer_->Println("AAPT2 Container (APC)"); in Action()
169 printer_->Println("kResTable"); in Action()
192 printer_->Println("kResFile"); in Action()
264 GetPrinter()->Println(*package_name); in Dump()
311 GetPrinter()->Println("Proto APK"); in Dump()
[all …]
DCompile.cpp250 r_txt_printer.Println(entry->name); in CompileTable()
253 r_txt_printer.Println(entry->name); in CompileTable()
270 r_txt_printer.Println(attr.name.value().entry); in CompileTable()
437 r_txt_printer.Println(res.name.entry); in CompileXml()
444 r_txt_printer.Println(path_data.name); in CompileXml()
DLink.cpp697 printer.Println(id.to_string()); in WriteStableIdMapToPath()
/frameworks/base/tools/aapt2/text/
DPrinter_test.cpp38 printer.Println(); in TEST()
52 printer.Println(" What a\nlovely day."); in TEST()
61 printer.Println("Isn't it?"); in TEST()
DPrinter.h35 Printer& Println(const ::android::StringPiece& str);
36 Printer& Println();
DPrinter.cpp29 Printer& Printer::Println(const StringPiece& str) { in Println() function in aapt::text::Printer
34 Printer& Printer::Println() { in Println() function in aapt::text::Printer
/frameworks/base/tools/aapt2/
DDebug.cpp110 printer_->Println(StringPrintf("(styleable) size=%zd", styleable->entries.size())); in Visit()
154 printer_->Println(StringPrintf("=0x%08x", symbol.value)); in Visit()
182 printer_->Println(); in Visit()
191 printer_->Println(); in Visit()
199 printer_->Println("]"); in Visit()
210 printer_->Println(); in Visit()
235 printer_->Println(); in Visit()
271 printer->Println(); in PrintTable()
280 printer->Println(StringPrintf(" entryCount=%zd", type.entries.size())); in PrintTable()
319 printer->Println(); in PrintTable()
[all …]