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.cpp404 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
407 printer.Print("-keep class ").Print(entry.first).Println(" { <init>(); }"); in WriteKeepSet()
423 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
427 .Println("; }"); in WriteKeepSet()
431 printer.Println("); }"); in WriteKeepSet()
436 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
442 printer.Println("); }"); in WriteKeepSet()
444 printer.Println(); in WriteKeepSet()
450 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
454 .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()
265 GetPrinter()->Println(package_name.value()); in Dump()
312 GetPrinter()->Println("Proto APK"); in Dump()
[all …]
DCompile.cpp251 r_txt_printer.Println(entry->name); in CompileTable()
254 r_txt_printer.Println(entry->name); in CompileTable()
271 r_txt_printer.Println(attr.name.value().entry); in CompileTable()
438 r_txt_printer.Println(res.name.entry); in CompileXml()
445 r_txt_printer.Println(path_data.name); in CompileXml()
DLink.cpp697 printer.Println(id.to_string()); in WriteStableIdMapToPath()
/frameworks/base/tools/aapt2/
DDebug.cpp108 printer_->Println(StringPrintf("(styleable) size=%zd", styleable->entries.size())); in Visit()
152 printer_->Println(StringPrintf("=0x%08x", symbol.value)); in Visit()
180 printer_->Println(); in Visit()
189 printer_->Println(); in Visit()
197 printer_->Println("]"); in Visit()
208 printer_->Println(); in Visit()
233 printer_->Println(); in Visit()
269 printer->Println(); in PrintTable()
278 printer->Println(StringPrintf(" entryCount=%zd", type.entries.size())); in PrintTable()
318 printer->Println(); in PrintTable()
[all …]
/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