Lines Matching refs:printer
392 Printer printer(out); in WriteKeepSet() local
395 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
397 printer.Print("-keep class ").Print(entry.first).Println(" { <init>(); }"); in WriteKeepSet()
412 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
413 printer.Print("-if class **.R$layout { int ") in WriteKeepSet()
417 printer.Print("-keep class ").Print(entry.first.name).Print(" { <init>("); in WriteKeepSet()
418 printer.Print((minimal_keep) ? entry.first.signature : "..."); in WriteKeepSet()
419 printer.Println("); }"); in WriteKeepSet()
423 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
426 printer.Print("-keep class ").Print(entry.first.name).Print(" { <init>("); in WriteKeepSet()
427 printer.Print((minimal_keep) ? entry.first.signature : "..."); in WriteKeepSet()
428 printer.Println("); }"); in WriteKeepSet()
430 printer.Println(); in WriteKeepSet()
435 printer.Print("# Referenced at ").Println(location.source.to_string()); in WriteKeepSet()
437 printer.Print("-keepclassmembers class * { *** ").Print(entry.first.name) in WriteKeepSet()
439 printer.Println(); in WriteKeepSet()